You want to make it display in certain forums?
If so, 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,3))">$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.