Moyses
01-10-2003, 04:29 PM
my little modification to the "forumhome_forumbit_level2_post & forumdisplaybit" templates...
Well... i'm new to this (ji ji ji ) like i said, it's only a little template hack, but i think you could see it as a little hack
What does? (tested in vb 2.2.8, but i think that this code work in any versions)
hmm ?__? you can see a demo at mi forums http://foros.angzone.com (see the Forum Index! ^__^u & the forumdisplay) http://foros.angzone.com/images/smilies/sweat.gif
1- Just find the next code in "forumhome_forumbit_level2_post" template:
<td bgcolor="{ firstaltcolor }" align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
<br><smallfont>$forum[description]</smallfont></td>
now, replace width:
<td bgcolor="{ firstaltcolor }" onmouseover="if (typeof(this.style) != 'undefined') this.style.backgroundColor = '{ secondaltcolor }'" onmouseout="if (typeof(this.style) != 'undefined') this.style.backgroundColor = ''"
Onclick="javascript:location.href('forumdisplay.php?s=$sess ion[sessionhash]&forumid=$forum[forumid]')" style="cursor: hand;"
align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</a></b></normalfont>
<br><smallfont>$forum[description]</smallfont>
</td>
2- in "forumdisplaybit" template find:
<td bgcolor="{ firstaltcolor }" align="left" width="70%">
now, replace width:
<td bgcolor="{ firstaltcolor }" align="left" width="70%"
onmouseover="if (typeof(this.style) != 'undefined') this.style.backgroundColor = '{ secondaltcolor }'"
onmouseout="if (typeof(this.style) != 'undefined') this.style.backgroundColor = ''" onclick="window.location.href='showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]'" style="cursor: hand;">
well, see yaa http://foros.angzone.com/images/smilies/BlueTeamEnforcer.gif
sorry but my English is not very good!http://foros.angzone.com/images/smilies/preocupado.gif
Well... i'm new to this (ji ji ji ) like i said, it's only a little template hack, but i think you could see it as a little hack
What does? (tested in vb 2.2.8, but i think that this code work in any versions)
hmm ?__? you can see a demo at mi forums http://foros.angzone.com (see the Forum Index! ^__^u & the forumdisplay) http://foros.angzone.com/images/smilies/sweat.gif
1- Just find the next code in "forumhome_forumbit_level2_post" template:
<td bgcolor="{ firstaltcolor }" align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
<br><smallfont>$forum[description]</smallfont></td>
now, replace width:
<td bgcolor="{ firstaltcolor }" onmouseover="if (typeof(this.style) != 'undefined') this.style.backgroundColor = '{ secondaltcolor }'" onmouseout="if (typeof(this.style) != 'undefined') this.style.backgroundColor = ''"
Onclick="javascript:location.href('forumdisplay.php?s=$sess ion[sessionhash]&forumid=$forum[forumid]')" style="cursor: hand;"
align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</a></b></normalfont>
<br><smallfont>$forum[description]</smallfont>
</td>
2- in "forumdisplaybit" template find:
<td bgcolor="{ firstaltcolor }" align="left" width="70%">
now, replace width:
<td bgcolor="{ firstaltcolor }" align="left" width="70%"
onmouseover="if (typeof(this.style) != 'undefined') this.style.backgroundColor = '{ secondaltcolor }'"
onmouseout="if (typeof(this.style) != 'undefined') this.style.backgroundColor = ''" onclick="window.location.href='showthread.php?s=$session[sessionhash]&threadid=$thread[threadid]'" style="cursor: hand;">
well, see yaa http://foros.angzone.com/images/smilies/BlueTeamEnforcer.gif
sorry but my English is not very good!http://foros.angzone.com/images/smilies/preocupado.gif