Quote:
Originally Posted by EnIgMa1234
Open the following plugins:
SOTW - Cache Templates forumhome_complete
SOTW - Get Info
Change the hook location of both to global_complete
Then do the template edits on whatever template you want it to show on.
Not tested^^
|
I'm trying to get this to work.
This is what I have in the forumdisplay template:
Code:
<if condition="$forumid == 7">$sotw</if>
which I added above:
Code:
<if condition="$show['threadslist']">
I changed the plugin's hook locations to global_complete, but that did not work. In fact, the sotw I had in the forumhome template is now gone. Unfortunately, I did not keep note of what the hook location was before I changed it.
Could you please tell me what they were? Or, could you please help me to place it in a certain forum?