The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|