PDA

View Full Version : Postbit_legacy different for a certain forum?


N8
04-15-2006, 04:15 AM
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.