PDA

View Full Version : 2 Postbit for different forums?


imported_sammyman
06-15-2004, 12:33 AM
I am trying to have one forum be legacy, and the rest not legacy with conditionals. What would be the code to perform this amazing task??? Where do I add the code?

Ryan Ashbrook
06-16-2004, 02:06 PM
I believe that's this:

<if condition="$threadinfo[forumid] == X">

<!-- Postbit Legacy Code -->

<else />

<!-- Normal Postbit Code -->

</if>

Tony G
06-17-2004, 08:13 AM
Moving to modification requests. This forum isn't for posting help.