Page 1 of 1

Problem with welcome panel

PostPosted: Wed Jul 18, 2007 8:45 am
Author: xtreme-nrg
Hi am havin a bit of trouble with the welcome panel everything works great apart from when a guest logs on and the message comes up with the option to click to register it just goes to the login page and not the registration page is this how it should be. I followed the instruction in the mod totally is there anyway to fix this so the profile screen comes up to register

Thanks for your help.

This is the bit of code i think may be the problem.

$welcome_username = sprintf($lang['Welcome_user'], '<b>' . $lang['Guest'] . '</b>');
$welcome_news = '';
$welcome_user_info = $lang['Welcome_guest_info'] . ' ' . sprintf($lang['Welcome_register'], '<a>', '</a>', $board_config['sitename']);
}