Did this here... it's another mod on here

I don't feel like looking for the thread but here is the attachment. I hope this is ok
Quote:
Styles & Templates > Style Manager > Edit templates
Forum Home Templates > forumhome_forumbit_columncell
Select all and delete
================================================
Add This Code In Window:
================================================
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width">
<div>
<table border="0" cellpadding="1" cellspacing="5">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/$forumid.png" alt="" class="ForumImages" /></td>
<td>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
<div style="clear:both">
Last Post: <a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
</div>
<div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>>
Posted <phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
-$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']">-<span class="time">$lastpostinfo[lastposttime]</span></if></div><BR>
Forum Info: Topic: $forum[threadcount]
Post: $forum[replycount]
</if>
</td>
</table>
</td>
==============================================
Click SAVE
==============================================
Now go to your style options ( Styles & Templates > Style Manager > All style Options) and add the following into additional css:
/* Forum Images next to the Description for every Forum */
.ForumImages {
float: left;
margin-right: 8px;
margin-top: 2px;
}
Save your style options and you are done.
Now you simply need to create images called:
ForumID.png
for each forum you want to have an image and put it into /images/statusicon/
Example: 22.png
TIP: You can upload .gif images and just rename it in your FTP client as .png (works for me).
IMPORTANT NOTE: Dont forget to edit ur catagorys and select the number of columns at the end of the edit page.
You are done!
Enjoy!
|