![]() |
Only show Avatars in X forum/s!
I tried searching, and tried using conditionals, but I haven't fond anything that works. So if anyone could point me in the right direction or whip something up, I'd really appreciate it!
|
What conditions have you already tried? You should be able to put one around the avatar in the postbit(_legacy) pretty easily.
|
I'm trying at the moment:
Code:
<if condition="$foruminfo['forumid'] == 3"> |
How about $threadinfo[forumid] instead (I don't think you need the single apostrophe's in there).
|
I got it! I used this code here:
Code:
<if condition="$forum[forumid] == 3"> [EDIT] And in case anyone else needs it... To do it in multiple forums! These are both in the [postbit] template! Code:
<if condition="in_array($forum[forumid], array(x,x,x))"> |
All times are GMT. The time now is 08:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|