PDA

View Full Version : Need help in a template


george_proost
05-19-2001, 10:00 AM
Dear reader,

Template = forumdisplay_forumbit_level1_nopost

required coding should DO the following :

<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="4">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="{categorydescriptioncolor}">$forum[description]</smallfont></td>

<!-- if file_exists("{sponsorsimagesfolder}/$forum[title].gif")=TRUE -->

<td align="left" valign="top" colspan="1" bgcolor="WHITE" >
<img src="{sponsorsimagesfolder}/$forum[title].gif" alt="">
</td>
<!-- else -->

<td align="left" valign="top" colspan="1" bgcolor="YELLOW" >
<img src="{sponsorsimagesfolder}/SPAGiRiK.gif" alt="">
</td>

</tr>

I need the commented out logic to work..
I am a newbie at this

Thanks

George
:confused:

Kier
05-19-2001, 11:21 AM
George, this will require a little hacking - I'm going to move this thread into the appropriate forum for you.