Quote:
Originally Posted by Dismounted
Have you searched for a solution? Because I know this question was asked very recently. You can just edit the forumdisplay template with conditionals:
Code:
<if condition="$forum['forumid'] == X"><img src="URL" border="0" alt="$forum[title_clean]" /></if>
|
I change the "X" to the forum number (example being 28*?
Also, can I put this anywhere in the template or does it need to be in a certain area?