View Full Version : Forum Home Enhancements - Catagory Icons
Adrian.
09-23-2006, 10:00 PM
Catagory Icons
Tested on 3.6.1
By Adrian at Development chat.com
Current Version: 1.0.1
1.0.1 Status: Working Fine.
Hey,
I noticed a few people around the 'net wanted a modification like this, It wasn't too hard so i thought i would give it ago.
You can specify a image path/url to use for your catagory icon, if none is specified, the forum will use vBulletins default image.
See bottom of post for screenshots
Installation
Import product-catagoryicons.xml (It should make the needed Mysql tables too)
Go to Options > Catagory Icons to enable the mod'.
Template Edits
Open Forum Home Templates > forumhome_forumbit_level1_post
Find:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
or
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
Replace with:
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
<else />
<img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
<else />
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
</if>
Save.
Open up Forum Home Templates > forumhome_forumbit_level2_post
Find:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
or
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
Replace with:
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
<else />
<img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
<else />
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
</if>
Done. :)
That should be it.
To set catagory icons, just edit a forum, the image field is at the bottom.
If you have any problems, just ask.
If you use it, please click install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=127426). :)
Thanks.
Adrian
forumbeat
09-24-2006, 12:06 PM
Nice hack, will install soon! :)
ChavMagnet
09-24-2006, 12:11 PM
Ok Great hack buy im having a few problems first one is this you say in forumhome_forumbit_level2_post replace this
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
But my template is like this
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" /> I replaced that with your code and this is what happened to my icons Thanks Alot.
bashy
09-24-2006, 01:13 PM
Hi
I was about to install and i see i have the same code as ChavMagnet
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
Could you please advise as to the best way to tdo this please as i do not know what functionality the extra bit of code i have does and i do not want to break something like normal lol
Adrian.
09-24-2006, 01:21 PM
If you have...
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
Replace it with my code, it should work fine...
Just make sure, you are not replacing <td> </td> <tr> </tr>
EDIT: Also, make sure you have the mod' enabled.
Adrian
bashy
09-24-2006, 01:38 PM
Hi m8, Ok done that and seemed ot go ok,
Can you take a look at the image please, i take it the forum manager aint meant to look like that?
Also i have added an image, yet it dont show the image, it just removes the original
Adrian.
09-24-2006, 02:15 PM
Sorry about it having no description on the field.
I was in a hurry to finish this mod' up for someone before i had to go out.
If you import the .xml attached (Updated), it should add the description.
Adrian
bashy
09-24-2006, 02:25 PM
Ny ideas on the image not showing, the url in the box is
/images/catergory/grabit.gif
i take it thats right
EDIT, Sorted, it needs forums/ 1st
Snake
09-24-2006, 03:47 PM
Thanks for making this! :)
bashy
09-24-2006, 04:13 PM
Just a wee question, is this possible to work with the sub forum icons please?
If too much then no worries!!
Adrian.
09-24-2006, 04:32 PM
Just a wee question, is this possible to work with the sub forum icons please?
If too much then no worries!!
You can currently set a custom image for subforums...
Or do you mean, set custom images for the subforum list on forum home?
Great Work Adrian.
Clicks Install, Thanks. :)
bashy
09-24-2006, 05:39 PM
The latter m8, to show on forumhome?
You can currently set a custom image for subforums...
Or do you mean, set custom images for the subforum list on forum home?
Kaleem
09-24-2006, 06:57 PM
didt work for me :(
Adrian.
09-24-2006, 06:59 PM
didt work for me :(
Do you have the hack enabled in Options > Catagory Icons?
Kaleem
09-24-2006, 07:35 PM
Do you have the hack enabled in Options > Catagory Icons?
yes i did have it enabled it dos't show any thing now not even the ones i had
bashy
09-24-2006, 07:58 PM
your USing firefox, use IE and you will see placeholders, right click on the place holder, choose propertise and you will see where its trying to point to the images......adjust the url in the forum manager as neccasary!!
Kaleem
09-24-2006, 09:11 PM
your USing firefox, use IE and you will see placeholders, right click on the place holder, choose propertise and you will see where its trying to point to the images......adjust the url in the forum manager as neccasary!!
Didt work it shows nothing
Enigm@tic
09-24-2006, 10:47 PM
Its work, im install 3.6.0 and 3.6.1 thanks...
nonamer69
09-24-2006, 11:00 PM
Actually this mod was already done by Chris M when I requested it way back.
https://vborg.vbsupport.ru/showthread.php?t=102025
Luke Brown256
09-25-2006, 07:54 AM
Just as a question, can this mod be updated to give the user the option to place 4 custom images:
One for new posts
one for no new posts
One for Locked forum & no new posts
& one for locked and NEW posts
Adrian.
09-25-2006, 08:06 AM
Just as a question, can this mod be updated to give the user the option to place 4 custom images:
One for new posts
one for no new posts
One for Locked forum & no new posts
& one for locked and NEW posts
Do you mean the give the admin the option...?
I suppose this could be made, but not a while, got other projects on currently. :)
Adrian
Barakat
09-25-2006, 11:23 PM
thanks a lot
principino1984
09-25-2006, 11:43 PM
Just as a question, can this mod be updated to give the ADMIN the option to place 4 custom images:
One for new posts
one for no new posts
One for Locked forum & no new posts
& one for locked and NEW posts
yup, it will be awesome...
Marco
RMS-Chef
09-26-2006, 12:15 AM
Just as a question, can this mod be updated to give the user the option to place 4 custom images:
One for new posts
one for no new posts
One for Locked forum & no new posts
& one for locked and NEW posts
Thanks a bunch for you work.
I agree with Luke. It's just that without the ability for the icon to change with the different status' of the forum in question's read marking it takes away a rather important functionality of knowing if there are unread posts in said forum.
Maksa
09-26-2006, 04:10 AM
not working :( dont know how to do can u tell me in details.. where ro upload images? is there any other changes?
sorry i m new :(
Adrian.
09-26-2006, 08:55 AM
not working :( dont know how to do can u tell me in details.. where ro upload images? is there any other changes?
sorry i m new :(
Hey,
Does no image display? If so...
Enable the modification
Do the template edit
Enter the URL to your Image. Which you should have already uploaded...
If the problem still persists with the image URL inplace, it could be due to if you have your forum in a directory. eg /forum.
If so, put /forum/ before your image URL.
Adrian
Maksa
09-26-2006, 11:11 AM
http://www.maksazone.com/images/statusicon/
That is my Image URL where should i enter that url? i think it's default one isn't it?
File names for images:
forum_(forum id).gif
E.g: forum_45.gif
Is it okay?
i think it's correct one.. but don't know wat is the problem....
any help?
Maksa
09-26-2006, 11:15 AM
btw i don't know where to get this one
where to find that option?
check the image attached
Adrian.
09-26-2006, 11:21 AM
btw i don't know where to get this one
where to find that option?
check the image attached
Hi,
Ok, lets say you have a car catagory...
Upload a image with anyway name, but too keep it simple, call it car.jpg,
upload it into anyway directory, (for the sake of this explanation, upload it into /images/statusicon/"
Now, enter in the text field, "/images/statusicon/car.jpg"
:)
Adrian
Maksa
09-26-2006, 11:40 AM
i have uploaded few images. i m confused where to enter text field
"/images/statusicon/car.jpg"
where to add that
Adrian.
09-26-2006, 12:16 PM
i have uploaded few images. i m confused where to enter text field
"/images/statusicon/car.jpg"
where to add that
You add that in the field on...
Admin Panel > Forum manager > (Forum) Edit
Maksa
09-26-2006, 01:03 PM
wow man it's working....
www.maksazone.com check :)
But i was looking for something else. any idea where i can get like that?
check this http://www.golpo.net/forum/
i don't want to "remove new post icon" and "old post icon" in the category.
wanted to add images like them next to that post icons..
can u see that?
if u know then reply me otherwise it's ok :) thanks a lot for helping me
Maksa
AHMUDEM
09-27-2006, 09:32 PM
cool. :D thanks friends
principino1984
09-28-2006, 10:28 AM
wow man it's working....
www.maksazone.com check :)
But i was looking for something else. any idea where i can get like that?
check this http://www.golpo.net/forum/
i don't want to "remove new post icon" and "old post icon" in the category.
wanted to add images like them next to that post icons..
can u see that?
if u know then reply me otherwise it's ok :) thanks a lot for helping me
Maksa
quotin Maksa... I'd like to keep the new/old post icon... :D
Marco
Maksa
09-28-2006, 10:40 AM
even i wanted to keep that but no idea how to do? where to get help :(?
Deska
09-29-2006, 06:21 AM
http://www.golpo.net/forum/ is not using this hack.
It's just template edit, right click on icon in that forum, you will see that file name is using forum id, example forum News And Announcements has id 2, so the image name will be 2.gif
I hope you understand what I'm talking about :)
Maksa
09-29-2006, 10:54 AM
yes that's wat i wanted to do for my website. but what code i have to edit in template page. sorry but i really don't know much about codeing. i want some help if anyone can give me... :(
jyajay
09-29-2006, 08:29 PM
Just as a question, can this mod be updated to give the user the option to place 4 custom images:
One for new posts
one for no new posts
One for Locked forum & no new posts
& one for locked and NEW posts
I am hangin on that request, with these addons the hack would be perfect. :)
inkdot
09-30-2006, 06:31 AM
yes that's wat i wanted to do for my website. but what code i have to edit in template page. sorry but i really don't know much about codeing. i want some help if anyone can give me... :(
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,..)
i only wanted 3 icons on my forums so the rest of the images i uploaded are just 1x1 blank gifs or spacers.
www.questlife.net/forum check Console Gaming
i added them yesterday after seeing Deska's post about golpo.net lol so thanks i guess :)
Maksa
09-30-2006, 04:06 PM
thanks a lot man... i really dont have word to explain. i was looking help on this from last 3 week and u helped me out. thanks a lot again :) god bless you :)
BuRuNDi
10-05-2006, 06:57 AM
Hi,
I'm having problems, can't get this mod to work :(
screenshot attached
Adrian.
10-05-2006, 08:16 AM
Hi,
Did you replace
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
with my code....
try the other option in my installation post.
Replace:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
with my code instead.
BuRuNDi
10-05-2006, 09:23 PM
Thanks Adrian,
It was a copy/paste problem.
IT IS WORKING NOW!!!
:D :D :D
exilera
10-09-2006, 01:10 PM
So, when you specify an icon with this hack, the icon doesn't change to another specified icon when there are new posts, when it's locked, etc.?
If that's the case, how can you tell if there are new posts, if the icon doesn't change? I noticed someone requested this a few posts up. I agree. That would be an awesome addition, and would make this an absolutely perfect hack.
BoNeS42
10-10-2006, 06:18 PM
Installation
Import product-catagoryicons.xml (It should make the needed Mysql tables too)
Go to Options > Catagory Icons to enable the mod'.
Where do we import this xml? Sorry, i'm new to this.
Adrian.
10-10-2006, 07:22 PM
Installation
Import product-catagoryicons.xml (It should make the needed Mysql tables too)
Go to Options > Catagory Icons to enable the mod'.
Where do we import this xml? Sorry, i'm new to this.
Download the atachment.
Login, into your vBulletin Admin Panel.
Go to Plugins and Products > Manage Products.
Click [Add/Import Product]
Click Browse, then Import. :)
Adrian
kkKunan
10-12-2006, 10:34 AM
Hi!
This mod can run with 3.6.0? i like install!
:D
iran.gs
10-12-2006, 11:37 AM
installed
version 3.62 and worked fine.
kkKunan
10-13-2006, 01:04 AM
installed
version 3.62 and worked fine.
Thanks!!!:rolleyes:
b6gm6n
10-13-2006, 04:11 PM
working
beduino
10-14-2006, 01:26 PM
hello,
sorry the newbbie question... but the hack works in 'categories'?
if I understand the mod works displying new gifs in forum that was working like forums only.
tks
beduino
BaselineAce
10-19-2006, 12:46 PM
Does anyone know why the icons don't update based on status on the top-level forum homepage?
Greek76
10-19-2006, 02:41 PM
Does this work with topics as well? I tried but no luck with topics but it does work with the forums..
Gizmo5h1t3
10-19-2006, 03:44 PM
noticed its pushing all mine out of alignment on the index....all the images are the same size as well
weird
jyajay
10-19-2006, 10:35 PM
hello,
sorry the newbbie question... but the hack works in 'categories'?
if I understand the mod works displying new gifs in forum that was working like forums only.
tks
beduino
Yup, the mod actually should be called "Forum Icons".
beduino
10-20-2006, 01:00 AM
tks jyajay.
i'm looking for a mod/hack that include gifs in categories.
All the best
beduino
StarBuG
10-24-2006, 08:21 AM
tks jyajay.
i'm looking for a mod/hack that include gifs in categories.
All the best
beduino
Just place the images into your description and position them with CSS
That is what I did for my forum images: www.patientenfragen.net ;)
About this hack, I realy would like to use it, but I would at least need new_post and no_new_post to be able to be specified.
StarBuG
apiasto
10-26-2006, 07:38 PM
good working like a charm thnx
apiasto
10-26-2006, 07:40 PM
I got 3.6.2. and its working great thnx
Eagle Creek
10-27-2006, 01:02 PM
Great hack!
I like the Catagory Icons!
Thanks.
carlosacgj
11-02-2006, 02:48 PM
this hack can work on 3.5?
Fulla
11-03-2006, 10:53 AM
Ignore: got it all working:D
thx alot
Illustrious
11-07-2006, 10:12 PM
Is there anyway to get it so that you can have a different image, or decolorize the image when there are no new posts?
beduino
11-08-2006, 01:39 AM
Hello StarBug!
Just place the images into your description and position them with CSS
tks for your answer. I will try ;) But how can I setup using CSS?? I see your forum and you did in right. I want in left corner....
All the best
beduino
exilera
11-10-2006, 05:03 AM
Does this work on 3.6.3? I got a database error when I tried to install it.
Also, what database table does this hack modify?
Installed an works pretty good on vB 3.6.3 ;).
Do you think you can do something to have a on/off icon topic on the hack ?
It would be per-fect if it's possible :).
And also, if you could add the possibility to change the subforum icons in forumhome page ;).
Thanks a lot, very good hack !
rknight111
11-11-2006, 05:14 PM
Does this make the Icons selectable on the main page. My site is www.snowandmud.com, Im trying to make snowmobiles for the snowmobile menus and atv's for the atv menu
Can someone put a link to there site where this add-on has been done????
RON:knockedout:
rknight111
11-11-2006, 08:03 PM
It works great but How do I get it to shade pick between 3 items so if the catagory is has been read or unread. Im not really concered about the locked on Just the other two. Otherwise it works nicely..
What is the trick to take a larger image and downsizing it so it fits the 50 x 40 size that that seems to be.
RON
Mr Pink
11-11-2006, 09:19 PM
I think Jelsoft must include this mod by default. It's really usefull.
Thanks for it Adrian..
markbolyard
11-14-2006, 12:33 PM
Where exactly is this: "Go to Options > Catagory Icons to enable the mod"
I've gone through the entire admincp -> vBulletin options and can't find it.
I have added my icons using <img src="http:example.com/cat-icons/test.gif"> to my forums, but no images display.
NM, The import of the product must not have fully worked the first time. Reinstalled and the option shows up. Thanks...
networktemple
11-23-2006, 11:10 AM
im getting the following error when import the plug-in. what should i do?
Database error in vBulletin 3.5.5:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Catagory Icons', 'forumadmin_edit_form', 'print_input_row($vbphrase[\'customimgtext\'], \'forum[customimg]\', $forum[\'customimg\']);', 'catagoryicons');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Thursday, November 23rd 2006 @ 05:09:46 AM
Classname : vb_database
Battle_Ring
11-25-2006, 07:02 PM
ium getting this when trying to add an image
Database error in vBulletin 3.6.4:
Invalid SQL:
UPDATE forum SET
title_clean = 'The Girl Next Door',
title = 'The Girl Next Door',
description_clean = 'Post your girl next door videos and images here (NO NUDITY)',
description = 'Post your girl next door videos and images here (NO NUDITY)',
link = '',
displayorder = 1,
parentid = 8,
daysprune = -1,
defaultsortfield = 'title',
defaultsortorder = 'asc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options, options + 8192),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options - 256, options),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
styleid = 0,
password = '',
customimg = 'http://manauthority.com/images/icons/next-door-icon.gif'
WHERE forumid = 9;
MySQL Error : Unknown column 'defaultsortfield' in 'field list'
Error Number : 1054
Date : Saturday, November 25th 2006 @ 04:45:57 PM
Script : http://www.manauthority.com/admincp/forum.php?do=update
Referrer : http://www.manauthority.com/admincp/forum.php?do=edit&f=9&s=
IP Address :
Username : Chris
Classname : vb_database
Avalon111
11-27-2006, 10:27 AM
works like a charm. thanks :)
infinityloop
12-03-2006, 07:10 AM
This mod is realy great!
I have added it recently to our forum -> http://forum.team-mediaportal.com
Would it be possible to expand this modification, to define custom category icons for "forum_old" and "forum_new"?
which means, haveing the same functionality with the custom category images, as with the main vbulletin feature, to see if a forum contains new posts or not.
domokun
12-03-2006, 12:46 PM
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 -
KURTZ
12-03-2006, 12:59 PM
hi domokun, i'm interested to do my forum like your thumb ... what's the hack that you use?
domokun
12-03-2006, 01:33 PM
What I had was an older version for vB 3.5.4. I'm also stuck on trying to figure out how to get it to look like this since I just upgraded to vB 3.6.4
~ Domokun
p.s. I was kinda hoping Adrian would have our answer ;)
Smoothie
12-03-2006, 03:03 PM
This looks great, but the one problem I have with these types of modifications is you lose the new/old icon to show which forums have new posts and which ones don't. IMO that's important and it's the only reason I don't use this.
KURTZ
12-11-2006, 10:51 AM
some news about mine and domokun question?
amitpatel_3001
12-11-2006, 04:56 PM
Its perfectly working at my board - http://www.seomeeting.com/index.php
Thanks
Amit
TedR719
12-27-2006, 09:05 PM
Good info, will be using this soon.
Terminatoronly
12-28-2006, 05:56 AM
good one installed
michaelsilvia
12-28-2006, 06:34 AM
Works great on two of my sites.
http://www.sportstradercentral.com/forums.php
http://absolutehobbyist.com/forum.php (Just built today!)
TedR719
12-28-2006, 10:40 PM
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
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,..)
Shazz
12-28-2006, 10:44 PM
Didn't work all that well for me =l
tankaya61
12-29-2006, 09:04 AM
thanks
girlboheme
12-31-2006, 01:35 AM
OH MY GOD. I'M A MORON :classic: Yes, I am I tried and tried to get this to work. I gave up. THEN, I saw a little something important.
Just reminder, folks, DON'T FORGET to switch the sucker ON in your Vbulletin Options at the top of admin :knockedout:
This is the most wonderful hack. I love it. Thank you.
Funky Diver
12-31-2006, 02:59 PM
Sweet :)
Worked straight out of the box (so to speak)
zompus
01-03-2007, 03:52 PM
Im trying to setup this for my subforum image icons, only. However it's not working: http://www.doubleyellowcard.com/premiership/
<li style="margin-left: -10px;"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"">
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
<else />
<img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
<else />
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
</a></li>
<if condition="$childforumbits">
<tbody>
$childforumbits
</tbody>
</if>
Edit: Sorry, being the dumbarse I am forgot to switch the 'Catagory Icons' setting on.
StarBuG
01-04-2007, 05:44 PM
This hack sounds totally great but is also not usable for me because the "new post" / "no new post" feature is more important then having own images for every forum.
I really would love to see this implemented.
I would nominate this HOTM then ;)
KURTZ
01-05-2007, 01:31 PM
agree, cause the category icon must go after the "new post" icon like i say previously ... :)
StarBuG
01-05-2007, 04:05 PM
No replace the icons like it is now is ok with me
(that is exactly what I am looking for).
We "simply" need to have the possibility to add 2 other graphics per forum.
One for no new posts and one for closed ;)
Placing icons next to it can be done like this:
Create your graphics and name them ForumID.png (e.g.: 2.png)
Then place
<img src="http://www.yourForum.com/images/statusicon/$forumid.png" alt="" class="sectionImages" />
next to
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
in the templates
forumhome_forumbit_level2_post
forumhome_forumbit_level1_post
forumhome_subforumbit_nopost
forumhome_subforumbit_post
depending on where you want it.
If you want to modify something via css, create an additional css entry for .sectionImages
Hope this helps
StarBuG
ps: I use this methode for my forum images here: http://www.patientenfragen.net
Just the placement is a little different
admin0
01-06-2007, 09:34 AM
Just as a question, can this mod be updated to give the user the option to place 4 custom images:
One for new posts
one for no new posts
One for Locked forum & no new posts
& one for locked and NEW posts
Has this been implemented?
Someone please tell me how.
For now, I just need an icon as default, and one when there are new posts.
Thanks,
KURTZ
01-06-2007, 11:51 AM
interesting but i do not understand one thing, i would have to repeat your modification for every forum that i have on my board? so after this i find in my templates too many lines how much forum that i have?
trickfly
01-06-2007, 05:21 PM
where can I find loads of catergory icons free ? please PM me
StarBuG
01-06-2007, 06:28 PM
@admin0: no its not implemented yet. Only one Icon per forum
@KURTZ: you only need to install this hack once, but then you need to define an icon for every forum.
@trickfly: google for free icon libraries or such
KURTZ
01-07-2007, 11:14 AM
you only need to install this hack once, but then you need to define an icon for every forum.
yes for every forum and in 4 templates ... so if i've 10 forum i must do 40 modifications right?
thx for the suggestion Star :) but it's too much job for me, maybe in future ... anyway thx :)
PS. i know the ctrl+c/ctrl+v function :D but i prefer a automated (or simly) hack
GFX Brands
01-07-2007, 10:31 PM
i tried this hack on v3.6.4 and the images are not showing up only the default ones and i have turned on the hack any help?
vietConnecting
01-08-2007, 01:47 PM
Could you help me make this. Sry for my Eng
Thank You!
StarBuG
01-08-2007, 06:51 PM
Ok folks.
For all of you who want Category Icons including the "new post", "no new post" capabilities, here is a quick and simple solution provided by Andreas:
Templates forumhome_forumbit_level...
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
Replace with
<img src="$stylevar[imgdir_statusicon]/forum$forum[forumid]_$forum[statusicon].gif" alt="" border="0" />
then create/name your images like this:
forumID_new.gif, forumID_old.gif,...
Example: forum1_new.gif
If you install this, you don't need to install the Catagory Icons hack!!!
EDIT: I have released this as a separat hack Simple Category Icons (https://vborg.vbsupport.ru/showthread.php?t=138783)
Greetings
StarBuG
Eagle Creek
01-09-2007, 10:48 PM
It doesn't work? (3.6.4)
Eagle Creek
01-09-2007, 10:51 PM
OH MY GOD. I'M A MORON :classic: Yes, I am I tried and tried to get this to work. I gave up. THEN, I saw a little something important.
Just reminder, folks, DON'T FORGET to switch the sucker ON in your Vbulletin Options at the top of admin :knockedout:
This is the most wonderful hack. I love it. Thank you.
Wow.. That did the trick :o
admin0
01-10-2007, 06:45 PM
Perfect. My members love the new look.
For a demo, please look at http://www.nepalhub.com/
Just wondering if it will be possible to display the hack in the top when someone goes inside a forum.
Cheers!
TheFrienzNet
01-11-2007, 11:42 PM
Thanks. :)
sduran
01-24-2007, 03:44 AM
Adrian,
First Thanks you very much for this mod.
I have problems with the code, Im using version 3.6.4, I don't know why but in Sub-Forums, make some breaks between title and sub-forums. As much subforums, much spaces..(Can you please see at attached image. Space at the left blue line.)
http://www.pocketstorage.net/test01.jpg (http://www.vbulletin.com)
My code at : forumhome_forumbit_level2_post
<tr align="center">
<td class="alt2"><if condition="$vboptions[customimg_enabled] == 1"><if condition="$forum[customimg] == ''"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
<else /><img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if><else /><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></if></td><td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"><div><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a><if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if></div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
$childforumbits
Could you please HELP ME???? Im new in this, what Im doing wrong????
Thanks a lot.
vppremier
02-08-2007, 01:28 AM
Can someone give instructions for 3.5.4 I've been looking for this for a long time now.
Coleccromos
02-13-2007, 09:21 PM
Perfect. My members love the new look.
For a demo, please look at http://www.nepalhub.com/
Just wondering if it will be possible to display the hack in the top when someone goes inside a forum.
Cheers!
Oh! very beautiful the forum with the transitions Mr admin0
This modification this here in the forum?
mgurain
02-20-2007, 04:43 AM
Thanks very much.
mgurain
02-20-2007, 08:56 AM
Adrian,
Can you make it a status icon (that shows new posts as it were functioning) instead of only one static icon ?
thanks in advance,,
StarBuG
02-20-2007, 05:08 PM
Try this: Simple Category Icons (https://vborg.vbsupport.ru/showthread.php?t=138783)
Smoothie
02-21-2007, 03:17 AM
Adrian,
Can you make it a status icon (that shows new posts as it were functioning) instead of only one static icon ?
thanks in advance,,This one works great too:
https://vborg.vbsupport.ru/showthread.php?p=1182467#post1182467
Deadly Assassin
03-10-2007, 01:40 PM
whats happened here, i have this code now and the icon has doubled.
http://www.game-image.com/uploads/5aeea801b7.jpg
I have tried to uninstall the code and the xml, but its still there, please help as it looks aweful
:confused:
Update, i have sort it now
EGLN|Shaun
03-11-2007, 01:32 AM
nvm.
got it working. Thanks guys
MThornback
03-11-2007, 05:53 PM
My board loves this, but they also would like to see the new/old posts functions back with the images :)
PassLab.net
03-13-2007, 06:25 AM
thanks, install!
dragonlove
03-14-2007, 08:47 AM
Seems it doesn't work with my 3.6.5 :|
It isn't displayed in the forum-edit , so I can't give each forum an icon
Staxed
03-14-2007, 08:58 AM
could you please upload the template edits in a .txt file?
Deadly Assassin
03-14-2007, 01:28 PM
wicked
Installed
dragonlove
03-15-2007, 06:23 AM
could you please upload the template edits in a .txt file?
Thank you in advanced :)
ra7al
03-17-2007, 01:01 PM
thanx
i love it and install
i'll test it on vb3.6.4
ra7al
03-17-2007, 01:32 PM
Soo Good Man
work soo good with me
iam test it on vb 3.6.4
and it work with me :D
Brandon Sheley
03-17-2007, 01:35 PM
why double post ?
there is an edit button ;)
dragonlove
03-18-2007, 10:44 AM
How about my question :|
Does it work with 3.6.5?
Rat1972
03-25-2007, 11:11 AM
yes it does
Willygsm
03-27-2007, 04:00 PM
please help me, it doesn't work on me.. can someone guide me how to solve.. my forum is terrible now..
check my forum.. www.sw-box.com/forum
Willygsm
03-27-2007, 04:48 PM
problem solved.. some mistake on copy and paste.. :)
d3v1L
04-11-2007, 07:49 PM
Works like a charm.
wolfe
04-12-2007, 08:59 PM
m8 is it possible to have another image like a highlighted one for new posts
so say i have a custom / thx pic for no posts is it possible to have the same image but say with _new at the end for new posts.
thx alot.
D33mon
04-20-2007, 02:59 AM
Put it in, worked great on the defualt template but didnt seem to like JJ's wow scheme. Aww well. Great job none the less! Looks great.
BadgerDog
05-11-2007, 11:49 AM
Works very well.... :up:
Nice coding... thank you.... :)
Regards,
Badger
BadgerDog
05-12-2007, 05:27 PM
Question....
As I said it works great and users like them, but I've been getting one common complaint.
They form a permanent replacement and they circumvent the code used by vBulletin which replaces them with others, showing for example there's new posts in a forum to read.
Before we get too much further, I want to check and see if there's any way this code can be modfied and integrate better, so we can have icons that change with forum status.
Thanks
Regards,
Badger
SBlueman
05-12-2007, 06:14 PM
It would be great if these could be more like forum icons and then we could keep the category icon which shows if there is a new post.
I have a similar setup on my phpbb site. Check out the index:
http://www.forums.gridironfans.com/index.php
BadgerDog
05-13-2007, 10:15 AM
It would be great if these could be more like forum icons and then we could keep the category icon which shows if there is a new post.
I have a similar setup on my phpbb site. Check out the index:
http://www.forums.gridironfans.com/index.php
Yup .... :up:
If there was a second "filename" field in the AdminCP entry for the forum (like the author did the present one), that could be used for an icon to represent a forum with NEW posts, that would work very well.
Thanks
Badger
Greek76
05-13-2007, 10:51 AM
On one of my templates the subforums are messed up they come out like this.
64261
All my other templates it works good on except for this one. Any ideas?
BadgerDog
05-13-2007, 02:40 PM
Uninstalled.....
Nice mod, but our members want the ability to show changes (ie: new posts etc.)
Thanks for the efforts though....
Regards,
Badger
tspepper
05-28-2007, 09:16 PM
Uninstalled.....
Nice mod, but our members want the ability to show changes (ie: new posts etc.)
Thanks for the efforts though....
Regards,
Badger
same complaint here.....
nymyth
05-30-2007, 09:04 PM
how can one just add images next to each forum using this. I want to keep the category icons we have, but add another column next to it for unique icons for like sports...
Thanks.
sabrawy
06-05-2007, 04:00 PM
thank u man keep it up , simple but great
VViper
06-09-2007, 12:48 AM
Mine is going a bit crazy with the icons not showing and throwing the other out of whack.
My code when i search the template is
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0"
id="forum_statusicon_$forum[forumid]" />
it is the second option on both of them.
Can someone paste their two templates for post1 and post2 in as opposed to cutting and sticking code in, i think i may take out something that aligns it.
This is a top mod and i have been wanting it for ages.
Well done to Adrian.
Many thanks in advance.
compact123
06-13-2007, 01:48 PM
Hello! how to i do this style icons?
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/
VViper
06-16-2007, 09:32 AM
Ok i have this working now, it was an image size problem.
Is there any way to adopt the same policy but have a new post and no post icon in the forum manager, so you can have an on and off image?
ma7room
06-18-2007, 10:09 PM
is it working with 3.6.7 PL1 ?
theFAILURE
06-18-2007, 11:00 PM
Hello! how to i do this style icons?
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/
I am really really digging that!!!!
It has the ability to show new posts, and have the category icon at the same time!
Overall, The best option would be for this hack it to have an alternative image when there is a new post / no new post.
It's close.
compact123
06-20-2007, 11:21 PM
I did :D
https://vborg.vbsupport.ru/
Louis Phong
06-21-2007, 01:14 PM
please help me, i wanna icon category will be display same as:
http://www.handheldvn.com/forum/index.php
I tried to edit (forumhome_forumbit_level1_nopost) but... i can't :(
Demo
https://vborg.vbsupport.ru/external/2007/06/15.jpg
Please help me do it! :D
ABeautifulBrown
06-22-2007, 04:54 AM
I did :D
https://vborg.vbsupport.ru/
how do you do this?
compact123
06-22-2007, 10:13 AM
how do you do this?
Sorry dude, I not speak english :(
Do yu speak turkish?
Louis Phong
06-23-2007, 11:51 AM
please help me, i wanna icon category will be display same as:
http://www.handheldvn.com/forum/index.php
I tried to edit (forumhome_forumbit_level1_nopost) but... i can't :(
Demo
https://vborg.vbsupport.ru/external/2007/06/15.jpg
Please help me do it! :D
up, would you pls help me T_T
Sorry dude, I not speak english :(
Do yu speak turkish?
Your mod code ?
ABeautifulBrown
06-25-2007, 01:56 AM
n/m I figured something out :) www.sofreshforums.com
Brandon Sheley
06-25-2007, 02:53 AM
n/m I figured something out :) www.sofreshforums.com
looks good, but I would remove the default category icons as well :)
mrpaint
06-29-2007, 04:44 AM
please help me, i wanna icon category will be display same as:
http://www.handheldvn.com/forum/index.php
I tried to edit (forumhome_forumbit_level1_nopost) but... i can't :(
Demo
https://vborg.vbsupport.ru/attachment.php?attachmentid=65898&stc=1&d=1182420778
Please help me do it! :D
Apply below template edits and you are done:
TEMPLATE: forumhome_forumbit_level1_post
Find:
</tbody>
<if condition="$childforumbits">
<tbody>
$childforumbits
</tbody>
</if>
Replace:
<if condition="$childforumbits">
<if condition="$vboptions[customimg_enabled] == 1">
<tr>
<td class="alt1Active" rowspan="8" colspan="1" valign="middle">
<if condition="$forum[customimg] != ''">
<img src="$forum[customimg]" alt="level1_post" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
</td>
</tr>
</if>
$childforumbits
</if>
</tbody>
TEMPLATE: forumhome_forumbit_level1_nopost
Find:
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
Replace:
<if condition="$childforumbits">
<div id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$vboptions[customimg_enabled] == 1">
<tr>
<td class="alt1Active" rowspan="8" colspan="1" valign="middle">
<if condition="$forum[customimg] != ''">
<img src="$forum[customimg]" alt="level1_post" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
</td>
</tr>
</if>
$childforumbits
</div>
</if>
</tbody>
Find:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Replace:
<td class="tcat" colspan="<if condition="$vboptions[customimg_enabled] == 1"><if condition="$vboptions[showmoderatorcolumn]">7<else />6</if><else /><if condition="$vboptions[showmoderatorcolumn]">6<else />5</if></if>">
TEMPLATE: FORUMHOME
Find:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
Replace:
<tr align="center">
<if condition="$vboptions[customimg_enabled] == 1"><td class="thead"> </td></if>
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
Find:
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
Replace:
<td class="tcat" colspan="<if condition="$vboptions[customimg_enabled] == 1"><if condition="$vboptions[showmoderatorcolumn]">7<else />6</if><else /><if condition="$vboptions[showmoderatorcolumn]">6<else />5</if></if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
Find:
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
Replace:
<td class="alt1" colspan="<if condition="$vboptions[customimg_enabled] == 1"><if condition="$vboptions[showmoderatorcolumn]">7<else />6</if><else /><if condition="$vboptions[showmoderatorcolumn]">6<else />5</if></if>">
Find:
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
Replace:
<td class="tfoot" align="center" colspan="<if condition="$vboptions[customimg_enabled] == 1"><if condition="$vboptions[showmoderatorcolumn]">7<else />6</if><else /><if condition="$vboptions[showmoderatorcolumn]">6<else />5</if></if>"><div class="smallfont"><strong>
CrashPush
07-14-2007, 05:22 PM
Can anyone tell me how to get the icons next to the forum title and not on the status icons?
Ultima07
07-25-2007, 03:47 PM
Thanks this is working but I want to update to one that will allow status icons (upto 4 icons per forum depending on status)
hobsdv
08-05-2007, 07:45 AM
installed works great cheers
combs
08-10-2007, 04:54 PM
For Subforms this is still showin up: http://www.bbwforums.net/forumdisplay.php?f=53
Any idea why?
compact123
08-22-2007, 11:33 PM
I did :D
https://vborg.vbsupport.ru/
r othe status icon :D
ABeautifulBrown
08-24-2007, 12:06 PM
Okay... a couple of people PM'd me about how I put the images by the forum name... this is what I did...
this is my forumhome_forumbit_level1_post
<tbody>
<tr align="center">
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<else />
<img src="$forum[customimg]" alt="" border="5" id="forum_statusicon_$forum[forumid]" align="left" style="border-color: #ffffff;" />
</if>
<else />
</if>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</table>
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody>
$childforumbits
</tbody>
</if>
and here's my forumhome_forumbit_level2_post
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<else />
<img src="$forum[customimg]" alt="" border="5" id="forum_statusicon_$forum[forumid]" align="left" style="border-color: #ffffff;" />
</if>
<else />
</if>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
$childforumbits
:)
roymogg
08-27-2007, 01:09 PM
This is a well thought through mod - went in like a charm
many thanks
Roy:)
Just installed and working great. No problems at all.
Thanks! :)
needaltuna
09-19-2007, 01:39 PM
Thanks for the mod. It's just what I'm looking for.
A couple of questions. Does it work in 3.6.8? And I want to replace all the category icons on the main page of my forum with just the one icon rather than a number of different icons, will your mod enable me to do that?
Thanks again.
needaltuna
09-20-2007, 03:49 AM
In my eagerness to get my board looking just right, I decided to take a chance and install the product. It's working beautifully. So, yes, the product works with vBulletin 3.6.8. A big thank you to the designer for his fine work.
By the way, this is the first product I've installed on my board.
needaltuna
09-25-2007, 07:29 AM
I no longer need the Forum Contains New Posts and the Forum Contains Old Posts icons sitting at the bottom of my message board. Does anybody know what code I have to edit to get rid of them?
dirtycrow
10-01-2007, 05:55 AM
very nice, anyone know where i can get a bunch of good icons? like for sports, politics, hollywood, etc etc?
trackpads
10-01-2007, 11:06 AM
Great hack, still think this should be standard on VB!
carubmun
10-02-2007, 01:03 AM
I installed it, but am having trouble having the custom icons show up in the forums that are subforums.
Is that something not possible?
M4r5h4ll
10-03-2007, 05:38 AM
it works with 3.6.8 ?
trackpads
10-03-2007, 10:05 AM
It does on mine. I have 3.6.8
-Jason
directprint
10-15-2007, 09:45 PM
Very nice mod, easy to install as well. Well Done.:)
carlosacgj
10-19-2007, 06:20 AM
install it on vBulletin, Versi?n 3.5.4 and work fine :)
see www.denunciando.com
Reece^B
10-21-2007, 09:58 PM
Never mind :)
nocte
10-24-2007, 05:27 PM
I'd like to use this hack, but i need both an image for new threads and one for no new threads on a per forum basis.
I'd sponsor the programming if anyone could do this :)
layxtuzen
10-25-2007, 07:28 AM
too bad it doesnt work on 3.6.8 :(
hey doesn?t work for 3.6.8 :( some body help me?
yoyoyoyo
11-01-2007, 08:58 PM
it works fine in 3.6.8 for me - what exactly is the problem?
doogie1775
11-24-2007, 06:45 AM
Okay... a couple of people PM'd me about how I put the images by the forum name... this is what I did...
this is my forumhome_forumbit_level1_post
<tbody>
<tr align="center">
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<else />
<img src="$forum[customimg]" alt="" border="5" id="forum_statusicon_$forum[forumid]" align="left" style="border-color: #ffffff;" />
</if>
<else />
</if>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</table>
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody>
$childforumbits
</tbody>
</if>
and here's my forumhome_forumbit_level2_post
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<else />
<img src="$forum[customimg]" alt="" border="5" id="forum_statusicon_$forum[forumid]" align="left" style="border-color: #ffffff;" />
</if>
<else />
</if>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
$childforumbits
:)
Thanks for posting this, worked great for me. However, I would like a small space between my thread icon and the title (right now the image is actually touching my title). Any ideas how to get a small gap in there?
blastup
11-25-2007, 09:12 PM
yea could it be updated to vbulletin 3.6.8 also... could you add a link on the image.. so when clicked on the image it would go to a certain site? let me know asap thanks
MediaHound
11-27-2007, 08:36 PM
Installed, works great, thanks!
malluroses
12-01-2007, 03:37 PM
Hai can anyone tell me what is going on with my styles
everytime i upload a style it comes up like this
https://vborg.vbsupport.ru/external/2007/12/30.jpg
i dont know wt to do can someone please help me with this
this is happend after installing this category icon mod please help
it happens every time i upload it
nyunyu
12-14-2007, 05:25 PM
found out that the option is slightly different from the snapshot.
running on 3.6.8 PL2, working great.Thanks
iulianh
12-27-2007, 08:25 AM
Thanks, it works fine !
WarDoGG
01-05-2008, 03:36 PM
How can i have the catagory icons display the alternate text of the forum name ?
That would be really great for SEO .
angeldevil
01-06-2008, 03:51 AM
i cant see: "Put the url of the image to be your category icon" in my forum manager.
(i dont see this table, put link images)
Plz help me.
Thx!
Hoffi
01-07-2008, 04:49 PM
Just wait for 3.7 - in the Beta is this implemented.
jschvili
01-11-2008, 01:47 PM
So simple and still so brilliant! I have one wish though. Is it possible to make the pictures link to the same as the forum name? Web visitors is use to click on pictures.
Thanks again! You make the world spin.
This is how I used the hack:
http://www.elproffset.se
garala
01-13-2008, 09:12 PM
Installed!
How does it look? Admin-Lounge (http://Admin-Lounge.com) :)
admin0
01-14-2008, 12:01 AM
This worked great in 3.6.x
I upgraded to 3.7 and its not working anymore.
Waiting for this mod to hit 3.7 :)
In 3.7 you can set up a custom Prefix for Forum Status Images which basically a native way to choose individual forum category icons.
goranbaxy
01-19-2008, 12:56 PM
Is there an option to display different icons for different user groups?
GouroB
01-19-2008, 03:46 PM
I get this error..can u tell me whats wrong?
The image box gets messed up.. [ btw i only have icon set for only that category which shows the icon..but others shud show the default one right? and not the code error? ]..
http://img217.imageshack.us/img217/9666/87200800tj2.jpg
GouroB
01-19-2008, 03:47 PM
The globe icon is a default icon in my board.
GouroB
01-23-2008, 10:58 PM
I've fixed it..thanks anyway.
Audentio
02-02-2008, 12:43 AM
Adrian! 3.7 version ftw!
John West
02-04-2008, 02:00 AM
removed please delet
heeroyun
02-12-2008, 12:42 PM
I did :D
https://vborg.vbsupport.ru/
Can anyone help me to do this T_T
Budweiser
03-08-2008, 03:57 AM
I want my icons in a different location. Is this possible?
AndrewC1971
04-06-2008, 09:55 PM
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE forum SET
title_clean = 'Celtic',
title = 'Celtic',
description_clean = 'Arguably the best football side in the World, Well they are to me\r\nWhether yer a Bhoy a Rangers fan or whoever discuss anything relevant to Celtic in here. Share you thoughts on all matters Celtic',
description = 'Arguably the best football side in the World, Well they are to me\r\nWhether yer a Bhoy a Rangers fan or whoever discuss anything relevant to Celtic in here. Share you thoughts on all matters Celtic',
link = '',
displayorder = 2,
parentid = -1,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options, options + 8192),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options, options + 256),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
styleid = 0,
password = '',
customimg = '\"/images/statusicon/celtic.gif\"'
WHERE forumid = 3;
MySQL Error : Unknown column 'customimg' in 'field list'
Error Number : 1054
Date : Sunday, April 6th 2008 @ 11:53:12 PM
Script : http://www.ukfootballone.co.uk/Forum/admincp/forum.php?do=update
Referrer : http://www.ukfootballone.co.uk/Forum/admincp/forum.php?do=edit&f=3&s=
IP Address :
Username : anbhoy
Classname : vB_Database
Endurer
04-18-2008, 05:48 PM
Anyone tried this on vb 3.7?
Inferno Dragon
04-20-2008, 11:22 AM
I tried to install it on my local machine running vb 3.7 RC3, but I think this mod is not compatible with the 3.7 version of VB, even I unable the mod from the vbulletin options menu, but the image fields didn't appear in the Edit Forum page (I think the author need to update the hook locations?)
carubmun
04-23-2008, 07:43 AM
In 3.7 you can set up a custom Prefix for Forum Status Images which basically a native way to choose individual forum category icons.
I cant figure out how ?
soundbarrierpro
04-23-2008, 09:40 PM
Don't use this. I installed it and tried running it. Didn't want it and tried to remove. Now I get sql error trying to removed. So I just disabled it.
KanmaiseR
04-24-2008, 12:09 PM
thanks, installed :)
Ronak
04-25-2008, 01:00 AM
does this work on vB 3.7 ?
merk_aus
04-26-2008, 05:55 AM
Hi there,
I installed this but any time I go to add any icons I get this error:
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE forum SET
title_clean = 'Rugby League',
title = 'Rugby League',
description_clean = 'All NRL discussion here, From your favourite teams to the teams you most hate. Discuss all teams, results, injuries, why your teams the best, what makes your club what it is and in general debating about rugby league.',
description = 'All NRL discussion here, From your favourite teams to the teams you most hate. Discuss all teams, results, injuries, why your teams the best, what makes your club what it is and in general debating about rugby league.',
link = '',
displayorder = 1,
parentid = 5,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options, options + 8192),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options, options + 256),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
options = IF(options & 131072, options - 131072, options),
options = IF(options & 262144, options - 262144, options),
options = IF(options & 524288, options - 524288, options),
options = IF(options & 1048576, options - 1048576, options),
styleid = 0,
password = '',
customimg = 'http://sports-force.net.au/images/domestic.png'
WHERE forumid = 11;
MySQL Error : Unknown column 'customimg' in 'field list'
Error Number : 1054
Date : Saturday, April 26th 2008 @ 04:54:39 PM
Script : http://forums.sports-force.net.au/admincp/forum.php?do=update
Referrer : http://forums.sports-force.net.au/admincp/forum.php?do=edit&f=11&s=
IP Address : 211.27.1.169
Username : Merk
Classname : vB_Database
This was brought up on about page 3 or something but the author has not replied as to how to fix it
I'm able to replace (Enter the URL to the image you wish to use for this catagory icon) but not able to get (New Posts: Replacement Image for 'forum_new') changed some something else, as well with (No New Posts: Replacement Image for 'forum_old').
I'm using v3.7
Thanks
Danoxth
05-04-2008, 12:05 AM
Installed and works fine, cheers!
AmbitiousOne
05-04-2008, 04:54 AM
Does this work for 3.7?
Maybe I'm doing things wrong here, but I have checked, and double checked and I still can't get it to work in 3.7.
I'm using the iPhorum skin as default with some tweaks.. So I changed to the default skin. Made the template changes by replacing the code. The plugin is already enabled, and imported.
I goto Forum manager, click on a sub section to edit it. Find Custom Status Icon Settings.
Set: New Posts: Replacement Image for 'forum_new' to: /community/iPhorum/customicons/cog.jpg
www.domain.com/community = my forum location
Hit save, and no change. Any ideas?
Hoffi
05-05-2008, 06:04 PM
You don't need this for 3.7. It's now a build in feature.
User image_prefix now and create five pictures with the name prefixforum_old.gif and more.
Because of this new feature this Hack did not work.
Darn, I sure feel like an idiot!
Thanks Hoffi :D
myown
05-15-2008, 06:17 PM
still works on 3.7 and so simple and easy
crkgb
05-23-2008, 08:29 PM
You don't need this for 3.7. It's now a build in feature.
User image_prefix now and create five pictures with the name prefixforum_old.gif and more.
Because of this new feature this Hack did not work.
Thank you very much. Where can I do that?
Behzad Varedi
06-04-2008, 09:06 PM
Hello,
I do what you said, but I have little problem here with forum home :D
https://vborg.vbsupport.ru/external/2008/06/56.jpg
any Idea?
Apply below template edits and you are done:
TEMPLATE: forumhome_forumbit_level1_post
Find:
</tbody>
<if condition="$childforumbits">
<tbody>
$childforumbits
</tbody>
</if>
Replace:
<if condition="$childforumbits">
<if condition="$vboptions[customimg_enabled] == 1">
<tr>
<td class="alt1Active" rowspan="8" colspan="1" valign="middle">
<if condition="$forum[customimg] != ''">
<img src="$forum[customimg]" alt="level1_post" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
</td>
</tr>
</if>
$childforumbits
</if>
</tbody>
TEMPLATE: forumhome_forumbit_level1_nopost
Find:
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
Replace:
<if condition="$childforumbits">
<div id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$vboptions[customimg_enabled] == 1">
<tr>
<td class="alt1Active" rowspan="8" colspan="1" valign="middle">
<if condition="$forum[customimg] != ''">
<img src="$forum[customimg]" alt="level1_post" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
</td>
</tr>
</if>
$childforumbits
</div>
</if>
</tbody>
Find:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Replace:
<td class="tcat" colspan="<if condition="$vboptions[customimg_enabled] == 1"><if condition="$vboptions[showmoderatorcolumn]">7<else />6</if><else /><if condition="$vboptions[showmoderatorcolumn]">6<else />5</if></if>">
TEMPLATE: FORUMHOME
Find:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
Replace:
<tr align="center">
<if condition="$vboptions[customimg_enabled] == 1"><td class="thead"> </td></if>
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
Find:
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
Replace:
<td class="tcat" colspan="<if condition="$vboptions[customimg_enabled] == 1"><if condition="$vboptions[showmoderatorcolumn]">7<else />6</if><else /><if condition="$vboptions[showmoderatorcolumn]">6<else />5</if></if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
Find:
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
Replace:
<td class="alt1" colspan="<if condition="$vboptions[customimg_enabled] == 1"><if condition="$vboptions[showmoderatorcolumn]">7<else />6</if><else /><if condition="$vboptions[showmoderatorcolumn]">6<else />5</if></if>">
Find:
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
Replace:
<td class="tfoot" align="center" colspan="<if condition="$vboptions[customimg_enabled] == 1"><if condition="$vboptions[showmoderatorcolumn]">7<else />6</if><else /><if condition="$vboptions[showmoderatorcolumn]">6<else />5</if></if>"><div class="smallfont"><strong>
jim6763nva
06-08-2008, 04:34 PM
If anyone is interested, here's what I did with my site:
http://www.friendship-cafe.com/forum/
Btw: If anyone is looking for some awesome 3D Icons, I found this site: http://www.iconlook.com
This mod works fine on 3.7.0.
You can see example here: http://rchobby365.com/diendan/index.php?styleid=13
Behzad Varedi
06-19-2008, 12:09 PM
my problem in post #217 fixed !
more information (https://vborg.vbsupport.ru/showthread.php?t=181888)
maybe useful for other friends... :)
tafreeh
06-24-2008, 06:15 AM
instead of the code you asked to find in
forum bit level 1 post
i have this type of code
<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
so tell me how do i edit it...
thanx
hobbybox
06-27-2008, 12:00 PM
Can this be used with subforms - not on the main page but if you click the forum name and you get to the page with the list of sobforums - this is where I want the icons...
Goodman_2020
06-28-2008, 12:41 AM
If anyone is interested, here's what I did with my site:
http://www.friendship-cafe.com/forum/
Btw: If anyone is looking for some awesome 3D Icons, I found this site: http://www.iconlook.comhow did you do to make it work? im under 3.7.2 and i hcan enable the hack, but nothing appears to set a path for each forum images.
thx
RobbieZ
09-22-2008, 09:02 PM
I use thread prefix's so my code for forumhome postbit level 1 & 2 is different
What changes do I need
Thanks
Skierpetros
09-27-2008, 01:23 PM
i am using Plasma skin from extremepixels i tried embed the code on the templates but it doesn't work so i give you the two templates to fix it if you can i will appreciate that...
forumhome_forumbit_level1_post
<tbody>
<tr align="center">
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</table>
</td>
<td class="alt2">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody>
$childforumbits
</tbody>
</if>
forumhome_forumbit_level2_post
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
$childforumbits
THANK YOU!
You don't need this for 3.7. It's now a build in feature.
User image_prefix now and create five pictures with the name prefixforum_old.gif and more.
Because of this new feature this Hack did not work.
This is correct. Just go into the forum admin and set up the forum image prefix. This is totally not needed with 3.7
nbaphenom
10-18-2008, 04:30 PM
Not working in 3.7.3 help me i need this very bad .
Reece^B
11-26-2008, 04:12 PM
This works in 3.7
Sticky1
11-27-2008, 01:22 PM
This is correct. Just go into the forum admin and set up the forum image prefix. This is totally not needed with 3.7
I am running 3.7.2 I want to change the category Icon. Does this mean that the capibility is already here or do I still need to import this plug in? If already here, how do I find it.....believe me I have L@@Ked.
Thanks
darkinsun
01-19-2009, 01:46 PM
Thanks for plugin.
For vbulletin 3.8 Template Edits:
Open Forum Home Templates > forumhome_forumbit_level1_post
Find:
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
Replace with:
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
<else />
<img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
<else />
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
Save.
Open up Forum Home Templates > forumhome_forumbit_level2_post
Find:
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
Replace with:
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
<else />
<img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
<else />
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
Done.
hoopsta
02-05-2009, 06:25 PM
edit
hitmaninpa
04-30-2009, 01:39 AM
thanks works great on 3.7
SnapOff Racing
05-03-2009, 07:38 AM
Thanks for plugin.
For vbulletin 3.8 Template Edits:
Open Forum Home Templates > forumhome_forumbit_level1_post
Find:
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
Replace with:
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
<else />
<img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
<else />
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
Save.
Open up Forum Home Templates > forumhome_forumbit_level2_post
Find:
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
Replace with:
<if condition="$vboptions[customimg_enabled] == 1">
<if condition="$forum[customimg] == ''">
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
<else />
<img src="$forum[customimg]" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
<else />
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
Done.
I installed the product and used ^^^ this guys template edits and everything working perfect on 3.8.2!! Thanks! :up:
dukegotgame
05-09-2009, 05:33 AM
I can't figure out what I have done wrong. Any idea why the subform cat icon table and the forum description table would be merged into one? My homepage is not like this. Just this sub forum.
98871
Notice how the left column is very small and the icon is not technically even in it.
Glenn379
06-18-2009, 10:59 PM
Installed and it works great. Thanks!
The onlt thing I wanted to know is if anyone could make a mod for this so that one could have the custom status icons still show status. Right now you upload a new pic and thats it, I'd like to have new, old, locked, etc for individual forums.
Thank you!
jaderollie
09-17-2009, 09:32 AM
Sweet Thanks
windrider07
04-03-2010, 09:03 PM
I'm using the BlueDefault-fixed theme on my 3.8.5 forum and I made the template edits and enabled the mod but the icon still won't appear.
Any ideas?
One of the images I am using is this:
http://sparkonline.net/forums/images/icons/Fiesta_logo.png
so I put in forums/images/icons/Fiesta_logo.png as the image url. Both links won't work though.
Grintaci
05-25-2010, 12:54 AM
I'm using the BlueDefault-fixed theme on my 3.8.5 forum and I made the template edits and enabled the mod but the icon still won't appear.
Any ideas?
One of the images I am using is this:
http://sparkonline.net/forums/images/icons/Fiesta_logo.png
so I put in forums/images/icons/Fiesta_logo.png as the image url. Both links won't work though.
Friend...
This Mod work perfect in vb 3.8.5 but, NOT in categories of forums
This work perfect in FORUMS, for me work 100%, he change the icon forum_old or forum_new etc...
This Mod change the icons of the forums, the images ex. forum_old.gif or forum_new.gif not in categories but in forums ok?
Thanks,
Good Regards :up:
luigi7
10-21-2010, 05:46 PM
thanks dude!!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.