The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
How can I condition which thread belongs to which forum?
When I user visits a thread, I want to highlight the parent forum of the respective thread...what's the condition?
tnx in advance edit: I found how can i condition if is a forum what forum belongs in the x parent forum with: Code:
<vb:if condition="$foruminfo[forumid] == 'x' OR $foruminfo[parentid] == 'x'"> the forum structure is like this: Forum A (parent) - Forum B -- Forum C If I visit forum A, it's all good, if I visit forum B it's all good...forum C does not verify the condition (probably because can't verify the master parent condition). Any threads i visit from any of those forums, both verify and deny this condition...i don't get it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|