Anyone, I figured out how to do it for the main forum page
but how do I apply this to apply for subforums?
this is what I found to do for the mainforum...
Quote:
you need to edit
Forum Home Template > forumhome_forumbit_level2_post
look for...
<strong>$forum[title]</strong>
add before...
<img src="$stylevar[imgdir_button]/$forum[forumid].gif" align="absbottom" alt="" border="0" />
then upload the gifs to buttons folder (mine is under ~forum/images/themename/buttons/)
the filenames should match the forum id's(e.g 1.gif, 2.gif,..)
|