
03-06-2006, 03:34 PM
|
 |
|
|
Join Date: Mar 2006
Location: Turkey
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by SkyCatcher
Looks good. I've had something similar which I had brought over from xmb a long time ago. Editing forumhome_forumbit_level2_post template, finding
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
And adding after:
Code:
<img src="images/fid/$forum[forumid].gif" align="left" border="0">
and then uploading images to /images/fid with the corresponding forumid number
fid=1 so 1.gif will be shown for forumid1
I'm sure there's a better way of going about this but it works.
Demo: http://www.probetreff.com/forum
|
cool
|