The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
if subscribed to forum?
is there an if condition for is the user is subscribed to a forum
in forumhome_forumbit_level2_post there is Code:
<if condition="$show['forumsubscription']"> Code:
<if condition="$show['forumsubscription']"> <a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow" title="$vbphrase[unsubscribe_from_this_forum]">$vbphrase[unsubscribe_from_this_forum]</a> <else /> <a href="subscription.php?$session[sessionurl]do=addsubscription&f=$forum[forumid]" rel="nofollow" title="$vbphrase[subscribe_to_forum]">$vbphrase[subscribe_to_forum]</a> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|