Quote:
Originally Posted by StrifeX
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,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.
|
Thank you very much.
Quote:
Originally Posted by Kap O
the question is how can u remove it of your forumhome and just put it in that specific forum?
|
By disabling the plugin itself in the Plugin Manager, it will remove it from FORUMHOME but still show in the forums you assign in the template.
Plugins & Products - Plugin Manager
Find: HS - Signature of the Week: Display Location (forumhome_start) and DISABLE.
Then, add the code supplied by StrifeX
This way works for me but it disables everything except what you manually add to templates.I'm sure if you edited the plugin manager code, you could allow for more function.