View Full Version : Postbit_legacy different for a certain forum?
Is there a way to have a seperate postbit show up for a certain forum, or use <if> conditionals to have something different show up in one forum?
Freesteyelz
04-15-2006, 04:55 AM
Try:
<if condition="$thread['forumid'] == x">
Alternate postbit layout here...
<else />
Regular postbit layout here...
</if>
Where "x" is replace with forum ID you want to have an alternative posbit layout.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.