The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
If it is forumid 9 you want to also have not show avatars (along with forumid 8), then:
HTML Code:
<if condition="$show['avatar'] AND ($thread['forumid'] != 8 OR $thread['forumid'] != 9)">
|
#22
|
|||
|
|||
the 1st code worked but this 1 doesnt work
|
#23
|
||||
|
||||
Ack! There I go with my illogic when playing with not equals!
HTML Code:
<if condition="$show['avatar'] AND ($thread['forumid'] != 8 AND $thread['forumid'] != 9)">
|
#24
|
|||
|
|||
wowww finally i have done it
Thanks alott Lynee Thank you soooooooooo much |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|