PDA

View Full Version : template to edit...



ff92k
Sun 12th Aug '01, 2:53pm
does anyone know which template i need to edit to make the title things have an image as thr bg....example : http://www.the-ethos.org/forums/index.php

On the forum title bits they have images as the bg instead of just colors....how do i do this?? thanks for any help

Craig Armstrong
Sun 12th Aug '01, 3:08pm
Forum Display Templates -> forumdisplay_forumbit_level1_nopost

Forum Display Templates -> forumdisplay_forumbit_level2_nopost

ff92k
Sun 12th Aug '01, 3:22pm
it didn' seem to work

this is the code i added


<tr id="cat">
<td background="images/cat-bg.jpg" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td>
</tr>

That was for the forumdisplay_forumbit_level1_nopost


And this is what i did for forumdisplay_forumbit_level2_nopost


<tr id="cat">
<td bgcolor="{categorybackcolor}"><smallfont>&nbsp;</smallfont></td>
<td background="images/cat-bg.jpg" colspan="5"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td>
</tr>


that should work right?

Wayne Luke
Sun 12th Aug '01, 4:58pm
That should work.. Did you remember to upload the image to the proper directory?

ff92k
Sun 12th Aug '01, 6:30pm
yea...it's all in the right area :( i even tried it with the URL

Wayne Luke
Sun 12th Aug '01, 9:38pm
It would help if I could see the generated code...

However the dancing Vivi used in your standard error message is kind of cool.

ff92k
Mon 13th Aug '01, 4:00am
what do you mean by the generated code?