The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
members page after login (instead of forum index)
hey...
I've searched the forums for this answer.... but couldnt find anything - so please excuse me if it's been asked before!! I'd like our members to see a "members page" after they login. At the moment the default is after login, it goes to the forum index.... can it go to a custom page?? if so, where do I change the code to do it? thanks for any help |
#2
|
|||
|
|||
is there a part where it has a redirect after successful login I could change or something?
|
#3
|
||||
|
||||
try doing some experiment with $url variable in login.php
or.. try searching for template names that appears in login.php. Then search for html o javascript redirect in these templates. |
#4
|
|||
|
|||
right after the start login part in login.php:
add this code Code:
$url = "<the URL you want to redirect to>"; |
#5
|
||||
|
||||
That would get annoying... people usually login to access something they are currently denied access to, and logging in brings them back to that page. I'd do something like
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|