Quote:
Originally Posted by Muellmann
exclude by forum-ID in that way:
visible in forums 2, 3, 4:
<if condition="in_array($forumid, array(2, 3, 4))">
<!-- Code of this Hack -->
</if>
|
Thanks!
This is exactly what I was looking for!
I only wanted this to show in our bug reporting forums so I can keep tabs on our QA team and to let our customers know if the QA team has read the bug report.
I'm off to try and install this on 3.6.7PL1.