Topics

User Functions

Events

There are no upcoming events

What's New

Stories

No new stories

Comments last 2 weeks

No new comments

Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Friday, May 24 2013 @ 01:15 AM EDT


 Forum Index > Extensions > Plugins New Topic Post Reply
 Forum function doesnt work?
   
os
 09/19/03 09:06AM (Read 2169 times)  
++---
Junior
confused

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 Smile


o.s

 
Profile Email Website
 Quote
Dirk
 09/19/03 01:09PM  
AAAAA
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:

  • preview shows br tags that aren\'t in the actual post
  • double line spacing
  • something else I forgot (some character not being displayed)

Anything else?

bye, Dirk

 
Profile Email Website
 Quote
os
 09/19/03 06:30PM  
++---
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 ] Rolling Eyes

It was late, ok? Wink

Aaanywaay, do you know the reason for the double spaceing?
The forum is very nice btw, good work.


o.s

 
Profile Email Website
 Quote
Dirk
 09/20/03 04:11AM  
AAAAA
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

 
Profile Email Website
 Quote
Content generated in: 1.34 seconds
New Topic Post Reply

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Able to post 
Filtered HTML Allowed 
Censored Content