TheAnt
20th November 2003, 02:59 AM
So, you want to set custom images as the images for your forums instead of the default on/off images?
Here's how to do it!
Simply download the attachment and find out!
-Ant
omgli3k
20th November 2003, 03:01 AM
:P how will we know if there is new posts then?
TheAnt
20th November 2003, 03:12 AM
This is if you don't really care for the new posts icons. If you want to make both new posts icons and the images, simply add the second line after the on/off image code.
omgli3k
20th November 2003, 03:17 AM
^_^ I know that, but people who are not HTML-compliant might want both features. But nice work anywho I might implement this into my board differently. Thanks.
TheAnt
20th November 2003, 04:14 AM
Updated with attachment
Floris
20th November 2003, 02:42 PM
Thank you for sharing your work.
Nice job :)
Daniel C
21st November 2003, 01:22 AM
Nice mod TheAnt but I probably won't use it since i use the icons :D But good work none the less!
feldon27
7th December 2003, 11:32 AM
In forum_forumbit_level2_post, I replace
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
with
<img src="images/tiles/$forum[forumid]$forum[statusicon].gif" align="left">
and put a folder of images inside images/tiles named 1new.gif, 1old.gif, 2new.gif, 2old.gif, etc.
Floris
7th December 2003, 10:15 PM
Nice tweak :)
Chris M
7th December 2003, 11:19 PM
This suspiciously reminds me of my vB2 hack ;) :p
Satan
Tony
8th December 2003, 02:24 AM
Reminds me more of the phpinclude version by filburt. :p
Nice work! Mod comes in very useful. :)
Apoco
8th December 2003, 05:48 PM
Thanks for releasing this! Great Job!!!
Jannefant
14th December 2003, 10:23 AM
Great Idea ... but i dont know whether I will use it.
Apoco
15th December 2003, 07:37 AM
ty for releasing!
ReDuX
14th January 2004, 07:27 PM
hey thats quite a nice idea..
sweet :)
Pennylessz28
14th January 2004, 07:32 PM
:D That's nice and all, but then you'd have to make an icon for every single image.
I did this, and used conditionals.
<if condition="$forum[forumid] == '20' or $forum[forumid] == '2'"><img src="$stylevar[imgdir_statusicon]/forum_$forum[forumid]_$forum[statusicon].gif" alt="" border="0" /><else /><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /> </if>
genmud
19th January 2004, 06:37 AM
Kewl...
this is a nice little hack :)
gmarik
2nd February 2004, 12:50 AM
:D That's nice and all, but then you'd have to make an icon for every single image.
I did this, and used conditionals.
<if condition="$forum[forumid] == '20' or $forum[forumid] == '2'"><img src="$stylevar[imgdir_statusicon]/forum_$forum[forumid]_$forum[statusicon].gif" alt="" border="0" /><else /><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /> </if>
Could you explain your last post, please?