PDA

View Full Version : forumdisplay_forumslist and forumdisplay_threadslist


SemperFidelis
08-13-2002, 01:09 AM
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.

<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.

SemperFidelis
08-14-2002, 11:52 PM
I assume that this part : $forum[title] is incorrect
Any ideas on what it should be ?

SaintDog
08-19-2002, 07:48 AM
Actually you need to use $foruminfo[title] instead of $forum[title] :)

Tony G
08-19-2002, 08:28 AM
Ahh I was already wondering what the forum name variable was for a thing I wanted on KSF. Thanks for that SaintDog. ^_^

SemperFidelis
08-19-2002, 12:57 PM
Originally posted by SaintDog
Actually you need to use $foruminfo[title] instead of $forum[title] :)
Cheers Saintdog
You rock dude
:D