Quote:
Originally Posted by domokun
Hi Adrian,
I used to have something like this installed for version 3.5.4 which looked like the attached image I have.
The image here was to the right of the status icon, thus allowing the users to know of new posts. After I upgraded to version 3.6.4, I found your hack, which works very nicely btw, but instead of being to the right of the status icons, it replaces the status icons.
Is there a way to make it so it's to the right, like I had before?
Many thanks,
~ Domokun
- Image below was the older one I used to have for 3.5.4 -
|
I would like to know as well but for the
subforums.
this is what i found few pages back that will work on the main forum page
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,..)
|