Thanks so far...
I just want the banners to show up in the forumindex/home, so i edited these templates...
forumhome_subforumbit_nopost
forumhome_subforumbit_post
Changed the forumid to the id of one of the subforums, saved the template and reloaded the forumindex...but there is still the text link - no banner.
For me it looks like somehow the if/else condition doesnt work.
Added this after the code from forumhome_subforumbit_post to test it out:
Code:
<if condition="$foruminfo[forumid] == 17">
<b>lol</b>
<else />
<b>blah</b>
</if>
But now it is showing up
blah after
every subforum title...
So i guess, the <if condition="$foruminfo[forumid] == 17"> somehow isn't working right...
Any idea?