I have a plugiin that puts random photopost pro photos on the forumhome
I want to include this plugin on forumhome_forumbit_level1_nopost using this code:
Code:
<if condition="$forum[forumid] == 3">
<br />
<div align="center">
$photopostfeature
</div>
<br />
</if>
When I put that code in the forumhome, it displays the photoblock, but doesn't read the forum id.
When I put the code in home_forumbit_level1_nopost it doesn't display at all. The hook location of the plugin is forumhome_complete.
Can I change the hook location to make it work?