Quote:
|
Originally Posted by kall If anyone can tell me how to write a conditional so that Arcade awards will show in the legacy postbit ONLY in this forum (id=44), then I will enable them in the postbit for his forum. |
Kall, whack this in template postbit_legacy.
Code:
<if condition="$forum['forumid'] == 44">
Your arcade awards code goes here.
</if>
Sorted!