Ive got the images to appear correctly and that is thanks to all the excellent template modifications posted here
Thanks to everyone
But my question is this.
On forum home I can get the category titles to appear correctly in the images using the code below.
Quote:
<td align="center" background="images/catbg.gif" width="100%">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]">
<normalfont color="#120E69"><b>$forum[title]</b></normalfont></a></td>
|
But when I try and use the same code on either forumdisplay_forumslist or forumdisplay_threadslist, the forum name doesnt appear at all.
The images are all fine, just the name is missing.
Any suggestions on how to fix this would be greatly appreciated.