View Full Version : Lynne? or anyone :D
Aclikyano
04-26-2009, 01:45 AM
how can i make my site have different icons like this site: http://www.sideline-sports.com/
you know for each different section he has different icons (NFL,NHL,NCAA, etc)...
i would like that for my site possibly, please help thanks!
Lynne
04-26-2009, 02:42 AM
Well, I've never done that, but looking at the page source I'd guess he did a simple condition:
<if condition="in_array($foruminfo['forumid'], array(1,2,3,4,5,6))">
an image
<else />
<if condition="in_array($foruminfo['forumid'], array(11,12,13,14,15,16))">
another image
<else />
image for all other forums
</if>
</if>
Furcal15
04-26-2009, 05:10 AM
Pretty cool...Thanks for posting this. And here's the file. Just unzip it and upload the product, and do a few quick template edits. I can't seem to find it on here anymore.. but I just downloaded it the other day, so this is why i'm uploading it. It's a quick simple install.
It's a 3.5 mod, but it works only anything above it. I'm running 3.8.1.
Lynne
04-26-2009, 02:58 PM
The mod the poster above is talking about is easily found with a search - https://vborg.vbsupport.ru/showthread.php?t=102025&highlight=custom
Furcal15
04-26-2009, 03:36 PM
I wasn't redistributing it. I typed in Custom Forum Status Icons in the search box, and couldn't find it for the life of me. And I realized I had just downloaded it the other day. I checked my desktop and there it was.
I can't seem to find it on here anymore.. but I just downloaded it the other day.
I didn't take any credit in my post. I was just trying to make it easy for him to download and take a look at, then having to go search for it...I couldn't find it. Just trying to be nice.
Lynne
04-26-2009, 03:46 PM
You can't just post it in the thread though. What if the author decides to pull his modification and you have it here? We can't go search it out. You can post a link to the thread, but you can't post the modification itself.
(If you click Install on a mod, it shows up under User CP > Installed Modifications.)
Aclikyano
04-26-2009, 04:23 PM
ok im sure he wasnt aware that was a problem, neither was i lynne...
thanks alot 2 the both of you, i might try this on my forum
let you know how it goes thanks :D
Princeton
04-27-2009, 04:54 PM
if you are referring to forum status images..
when editing/adding a forum an option is available to use your own images
here's a short description:
Forum Status images are usually shown alongside the forum in a forum listings to indicate the read status.
This prefix must only contain alphanumerical characters, though the following are also allowed - _ / ., a folder name is also acceptable to be placed within the status icon directory.
The following images are currently in use for status icons, you will need to create images with the specified prefix to match.
forum_link.gif
forum_new.gif
forum_new_lock.gif
forum_old.gif
forum_old_lock.gif
Furcal15
04-27-2009, 05:54 PM
^^ That mod would be much more useful for him. He wants different ones relevant to each forum.
pigpog
04-27-2009, 06:58 PM
if you are referring to forum status images..
when editing/adding a forum an option is available to use your own images
here's a short description:
Forum Status images are usually shown alongside the forum in a forum listings to indicate the read status.
This prefix must only contain alphanumerical characters, though the following are also allowed - _ / ., a folder name is also acceptable to be placed within the status icon directory.
The following images are currently in use for status icons, you will need to create images with the specified prefix to match.
forum_link.gif
forum_new.gif
forum_new_lock.gif
forum_old.gif
forum_old_lock.gif
This very much interests me. I found the field in my admin panel, but I was wondering what I would need to type in it as the instructions don't given an example. I might be showing my stupid side a bit here :D but if you or someone would kindly just give me an example of what I need to type in that field, I'd be grateful. :)
Blackheart_72
04-27-2009, 07:01 PM
create 5 images and give them a prefix (i used 17_ for the example):
17_forum_link.gif
17_forum_new.gif
17_forum_new_lock.gif
17_forum_old.gif
17_forum_old_lock.gif
and upload them to your style statusicon folder, then i added 17_ in the prefix field.
pigpog
04-27-2009, 07:02 PM
Oh right - duh! :o Thank you Veccy for your quick reply. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.