Glancing through the description, I don't see this specifically mentioned so I might as well ask:
Is there a way to limit this to specific forums of my choosing?
EDIT: reading through some of the thread, I see where this feature is not implemented. We have a very busy forum, if I activate this on our forum, I have a feeling we will have problems if it's run on EVERY forum and sub-forum. I'd like to run this ONLY in our support sub-forums so I can see which users and staff members have seen the bug reports so we have some kind of accountability.
https://vborg.vbsupport.ru/showthread.php?t=91409
In this mod there is this post:
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>
|
Perhaps this would work if added to the template? Though I don't see that there are any direct template changes made unless they are done by the install of the .xml file?