Welcome to Geeklog Friday, May 24 2013 @ 01:15 AM EDT
|
||||||||
![]() |
Forum Index > Extensions > Plugins |
New Topic
|
Post Reply
|
Forum function doesnt work? |
|||
| os |
|
||||||
![]() ![]() ![]() ![]() ![]() Junior ![]() ![]() Status: offline ![]() Registered: 04/11/02 Posts: 27 |
Was trying to post some code here on the forum, but the [-CODE] bb(?) function doesn't work like its supose to .. Any sugestions?
Eks: PHP Formatted Code function userprofile($user) { global $_TABLES, $_CONF, $_USER, $LANG04, $LANG01, $LANG_LOGIN, $_GROUPS; if (empty ($_USER['username']) && (($_CONF['loginrequired'] == 1) || ($_CONF['profileloginrequired'] == 1))) { $retval .= COM_startBlock ($LANG_LOGIN[1], '', COM_getBlockTemplate ('_msg_block', 'header')); $login = new Template($_CONF['path_layout'] . 'submit'); $login->set_file (array ('login'=>'submitloginrequired.thtml')); $login->set_var ('login_message', $LANG_LOGIN[2]); $login->set_var ('site_url', $_CONF['site_url']); $login->set_var ('lang_login', $LANG_LOGIN[3]); $login->set_var ('lang_newuser', $LANG_LOGIN[4]); $login->parse ('output', 'login'); $retval .= $login->finish ($login->get_var('output')); $retval .= COM_endBlock (COM_getBlockTemplate ('_msg_block', 'footer')); return $retval; } Hm? Try to past that o.s |
||||||
|
|||||||
| Dirk |
|
||||||
![]() ![]() ![]() ![]() ![]() Admin ![]() Status: offline ![]() Registered: 01/12/02 Posts: 13027 |
Quote by os: Was trying to post some code here on the forum, but the [-CODE] bb(?) function doesn\'t work like its supose to .. Any sugestions? Can you be more specific, please? It does have some known issues:
Anything else? bye, Dirk |
||||||
|
|||||||
| os |
|
||||||
![]() ![]() ![]() ![]() ![]() Junior ![]() Status: offline ![]() Registered: 04/11/02 Posts: 27 |
yeah, that was mostly it ..
Dint find anything when searching, probably because I searched for [CODE ] It was late, ok? Aaanywaay, do you know the reason for the double spaceing? The forum is very nice btw, good work. o.s |
||||||
|
|||||||
| Dirk |
|
||||||
![]() ![]() ![]() ![]() ![]() Admin ![]() Status: offline ![]() Registered: 01/12/02 Posts: 13027 |
Quote by os:Aaanywaay, do you know the reason for the double spaceing? Not exactly. There\'s a call to nl2br() somewhere in the handling of CODE. Geeklog had the same problem at one time and the forum still uses that old piece of code taken from an old version of Geeklog.The funny bit is that this nl2br() doesn\'t do anything on old versions of PHP. So if you\'re running on a PHP version older than 4.2.0, you won\'t see the double spacing ... Quote by os:The forum is very nice btw, good work. I\'m sure Blaine will be pleased to hear that. bye, Dirk |
||||||
|
|||||||
| Content generated in: 1.34 seconds |
|
|
|