Hello!
I wish all guest been redirected to forumhome.
I found this:
https://vborg.vbsupport.ru/showpost....51&postcount=6
I edited it like that:
PHP Code:
if ($vbulletin->userinfo['usergroupid'] == '1' AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'index')
{
header("Location: " . $vbulletin->options['bburl'] . "/forum.php");
}
It seems working OK but I have template issue now:
Why does it brake my template? It happens to default template too....
Thanks in advance!