The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hide button post thanks
Good, I wish you can help me with the following I'm trying to hide the post thank button postbit_legacy to certain user groups and certain forums using conditional, but can not get it to work, and treated with the following sentence but I disappears the button at all forums.
Code:
<vb:if condition="!is_member_of($bbuserinfo, X,Y)"> {vb:raw template_hook.postbit_controls} //Do not show X, Y <vb:elseif condition="$forum[forumid] != x" /> {vb:raw template_hook.postbit_controls} //Do not show in X forum <vb:else /> {vb:raw template_hook.postbit_controls} //Show all groups and in all other forums </vb:if> Thank you. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|