ok have been using this mod for almost a year now...it works great on my 3.7.2 board...was wondering how would you make it show up in certain forums...saw this on the other sotw mod and trying to configure it with yours...if it can't or won't be able to be done then im sorry but i will have to uninstall after a year of using it and install the other one...this is the script edit for the other one..
Quote:
If you want to make it display in certain forums, go into the template FORUMDISPLAY
Code:
Find: <if condition="$show['threadslist']">
Add Above: <if condition="$forumid == 1">$hs_sotw</if>
OR if you want it to display in multiple forums...
Code:
<if condition="in_array($forumid, array(1,2,2))">$hs_sotw</if>
1, 2, and 3 being the forumid's, this should work perfectly fine. If you want you can use more than three forums.
|
i tried changing the $hs_sotw to $sotw...doesn't work...any ideas