Quote:
Originally Posted by durham
Love it - thanks!
Really would like option to "include" only certain forums as I just want it to work in a couple of forums not all the other 100+!
Otherwise brilliant.
|
Just wrap the contents of these templates in a conditional
mrnasesimilarthreadcheck_header
mrnasesimilarthreadcheck_main
HTML Code:
<!-- show the following in the listed forums -->
<if condition="in_array($forumid, array(1,2,3))">
CODE FOUND IN THE TEMPLATE
<else />
</if>