The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Guest redirect on register page when click on forum
how i add after code in to work fine for guest user when click on forum to redirect on register page.. please help me, is very urgent
forumhome_forumbit_level1_post , forumhome_forumbit_level1_nopost, forumhome_forumbit_level2_post, forumhome_forumbit_level2_nopost <if condition="$forum[lastpostinfo] == 'Never'"><a href="register.php?$session[sessionurl]">$forum[title]</a> <else> |
#2
|
||||
|
||||
Wrong forum man...
|
#3
|
||||
|
||||
Ok, this is woked code by Jo Box:
Editing Templates forumhome_forumbit_level1_post , forumhome_forumbit_level1_nopost, forumhome_forumbit_level2_post, forumhome_forumbit_level2_nopost and add this code: <if condition="$forum['lastpostinfo'] == $vbphrase['never']"> <a href="register.php?$session[sessionurl]"><strong>$forum[title]</strong></a> <else /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> </if> It work very very fine, Thanks to Jo Box Vbulletin Supporter. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|