See header.php

if ($forum_user['is_guest'])
    $visit_elements['<!-- forum_welcome -->'] = '<p id="welcome"><span>'.$lang_common['Not logged in'].'</span> <span>'.$lang_common['Login nag'].'</span></p>';
else
    $visit_elements['<!-- forum_welcome -->'] = '<p id="welcome"><span>'.sprintf($lang_common['Logged in as'], '<strong>'.forum_htmlencode($forum_user['username']).'</strong>').'</span></p>';

Replace
$forum_user['username'])
to
$forum_user['realname'])

Only users real name may be empty. it should also be taken into account.

177

(9 replies, posted in PunBB 1.4 troubleshooting)

Yes, now the search for work. That is, the problem was in the online timeout?

After registering on your forum I saw the error:
undefined variable : tpl_main

This occurs if you install the settings redirect greater than zero.
Redirect wait  |    0       |
If set to 0 seconds, no redirect page will be displayed

Solution this problem here http://punbb.informer.com/forums/post/156857/#p156857

178

(9 replies, posted in PunBB 1.4 troubleshooting)

you made any changes to the files? You edited files of forum? Could you create an archive file and send it to me for research?
full all files and extension, except of course the config.php file.

179

(9 replies, posted in PunBB 1.4 troubleshooting)

I see that the problem with the main search. Search Members operating normally. which database type do you use?

180

(9 replies, posted in PunBB 1.4 troubleshooting)

Why do not you open the forum? open access, in order to reproduce the problem.

181

(9 replies, posted in PunBB 1.4 troubleshooting)

Your forum closed?

http://live4sportnetwork.com/forumlist/

182

(9 replies, posted in PunBB 1.4 troubleshooting)

this strings

        if (strlen($sql) > FORUM_DATABASE_QUERY_MAXIMUM_LENGTH)
            exit('Insane query. Aborting.');

I just showed you where this message.  Insane query. Aborting

This shows that an error occurs when you exceed the maximum number of characters in the message.
But what happens to you on the forum, we do not know.

183

(9 replies, posted in PunBB 1.4 troubleshooting)

see here /include/dblayer/mysql-mysqli.php

    function query($sql, $unbuffered = false)
    {
        if (strlen($sql) > FORUM_DATABASE_QUERY_MAXIMUM_LENGTH)
            exit('Insane query. Aborting.');

macc4644, give the subject more meaningful name!

Here are a few extensions that can help you protect against spam forum:

1. Fancy Stop Spam защита PunBB от роботов и спама

2. Pan reCaptcha - капча для защиты от автоматических регистраций

3. Pan Moderator - Модерация пользователей, сообщений и тем

4. Pan AntiSpam - Защита форума PunBB от спама и взлома

5. sva_stop_bot - Expansion has to complicate automatic registration for bots. Only registration!

Extension Pan Moderator updated! Go to for download.

Ou. Ok.
I understand you. Good idea. I will add in the next release Pan Moderator. follow the news.

I did not understand what to delete?More info...

/lang/YOU_LANG/common.php string 66

189

(5 replies, posted in Discussions)

omrseo, there is a similar extension, but it does not delete users, and puts the message for moderation, if the link was published in it.
See here Pan Moderator

190

(12 replies, posted in PunBB 1.4 additions)

Replace

$tpl_main = str_replace('<!-- forum_board_title -->', forum_htmlencode($forum_config['o_board_title']), $tpl_main);
$tpl_main = str_replace('<!-- forum_lang_menu_admin -->', $lang_common['Menu admin'], $tpl_main);
$tpl_main = str_replace('<!-- forum_lang_menu_profile -->', $lang_common['Menu profile'], $tpl_main);

On

if (isset($tpl_main) )
{
  $tpl_main = str_replace('<!-- forum_board_title -->', forum_htmlencode($forum_config['o_board_title']), $tpl_main);
$tpl_main = str_replace('<!-- forum_lang_menu_admin -->', $lang_common['Menu admin'], $tpl_main);
$tpl_main = str_replace('<!-- forum_lang_menu_profile -->', $lang_common['Menu profile'], $tpl_main);
}

then the error will disappear, but you should find the source of the problem.

You need to create new forums and groups to establish the right only to view the moderators.

192

(12 replies, posted in PunBB 1.4 additions)

It seems that the footer is not connected in a certain file ..   it is determined that variable $tpl_main.

Is there a way to put this function in bbcode of punbb ?

http://punbb.informer.com/forums/topic/ … ough-text/

some little things. 0.5.6.2 is new.

now, update to 0.5.6.2. Download & update

*

OK. Let me know if there are problems.

But, same, it works, i can change the joined date

zetrader, unfortunately it is difficult to find the cause, not knowing your server settings.

I again updated the extension. Look at what is now in the profile?

zetrader, I have corrected the error. Download and update the extension.

Oh my God! This extensions old version....
Sorry, tomorrow update extension...