The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
hey guys
in my forums i faced this problem and i want to solve it but i couldnt figure it out... you see to exclude some category from forumhome i set display order as "0" and it worked as i want it to but now another problem accured you see i cant move threads from that category it doesnt even show the categoru on the list please help me is there any other way to exclude the category from forumhome wihout setting the display order as "0"??? |
#2
|
||||
|
||||
![]()
You'll have to wrap conditionals around the forumbit template.
|
#3
|
||||
|
||||
![]()
like what can you give me the conditional??
|
#4
|
||||
|
||||
![]()
Either
Code:
<if condition="$forum['forumid'] != HIDDENFORUMID"> Code:
<if condition="$foruminfo['forumid'] != HIDDENFORUMID"> |
#5
|
||||
|
||||
![]()
hey dismouned i tried the firest code but it didnt work and i used the other one and i eddited my forumehome template like <if condition="$foruminfo['forumid'] != 369"><else />$forumbits</if> and after that every category on forumhome was hidden i just wanted to hide "369"but every other forum was hidden so what did i do wrong??
|
#6
|
|||
|
|||
![]()
How about...
HTML Code:
<if condition="$forumid != X"> forumhome_forumbit_level1_nopost template </if> HTML Code:
<if condition="!in_array($forumid, array(X,Y,Z))"> forumhome_forumbit_level1_nopost template </if> |
#7
|
||||
|
||||
![]()
thanx mate works perfectly
|
#8
|
|||
|
|||
![]()
Thanx
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|