The Arcive of vBulletin Modifications Site. |
|
Logout Issues Details »»
|
|||||||||||||||||||||||||
Just installed it and everything seems to work, except when I logout via the portal, I get a "an error has occured message", and it proceeds to log me out but takes me to the forum index, rather than the portal index. Logging in via the portal works just fine, however. Any ideas?
Also, any tutorials on how to make custom pages? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
same problem
|
|
#3
|
|||
|
|||
|
I use something like this:
HTML Code:
login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid] I place that where ever there is a logout (in the templates) |
|
#4
|
|||
|
|||
|
in includes/init.php
This may solve the problem is your main domain: www.domain.com is been redirected to your forums.domain.com/vbindex.php Find: PHP Code:
PHP Code:
|
![]() |
|
|