Thanks for this thread here!
Is there a possibility to check an array of forum IDs? e.g.
Code:
<if condition="$foruminfo['forumid'] IN (4,7,9)">
It would be a great help too, if I could check not the forumid but the
first breadcrumb (since I want different logos not for every subforum).
Possible?
Thanks for your help!
Bruno
Edit 1:
Just found this one (
Vbulletin Conditionals)
Code:
<if condition="in_array($bbuserinfo[userid], array(X,Y,Z))">
... should work also here...
Edit 2:
For vB4 this solution does not work any more... I started a new thread:
Different Logo for different Forums? (Solution for 3.8 does not work any more)