Log in

View Full Version : How to have an image in the forum page link


TedR719
12-27-2006, 07:07 PM
What I want to be able to do is have the image where its at but the text to be placed next to it and centered with the image to the left like the see attachment...

Now for the second part I want to just have the image appear in the sub-forums meun and thats it

right now if you click on a forum you will see the image twice in that forum (one in the forum breakdown menu and one under the menu bar next to "threads in this forum") I dont want that.

link - http://www.sportstimeout.com/forumdisplay.php?f=79

my code looks like this right now (forum & moderators > forum manager > atlanta hawks)

<img src="/images/teams/ATL.gif" border="0"> Atlanta Hawks

TedR719
12-28-2006, 10:33 PM
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...

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,..)