The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Category Icons (Advanced) Details »» | |||||||||||||||||||||||||||||||||||||||||||||
This is a hack that will add icons to your forum categories on the forum home page.
History: I was the originator of this hack back in the vBulletin 1.x days and continued this in vb 3.7.x. I have had numerous requests to port this to vb 4.x.x so here you are. Please click install if you want support for this mod and to encourage me to continue adding features! Enjoy! You can find nice icons here, here and here. Thanks to LatinoCheats for this link. Changelogs: 1.2.0:
1.2.1:
1.2.2:
1.2.3:
1.2.4:
2.0.0
Upgrades: For those upgrading just make sure when you import the product you select "Allow Overwrite". You will also need to revert your templates (only for users of version 1.2.2 or earlier) and then follow the instructions as outlined in the install.html file. Note: Before you ask, yes this works with all browsers. (Tested on FF, IE8, IE7, Chrome, Safari and Opera) IMPORTANT! If you use the "Auto Template" feature of this mod and it doesn't work then you MUST do the manual template edits outlined in the install.html. This plugin was created using a default vbulletin style. If you like this mod than please nominate for "MOTM". Donations are gladly accepted! Download Now
Screenshots
Show Your Support
|
23 благодарности(ей) от: | ||
+buG, Black Snow, BlueCheri, CharlesEdwards, Da-Vinci, DS MrSinister, EliasAlucard, Gorgasm, I.G.O.T.A., KILLERMG, livenetc, Luca_ITA, mohammadxxx, puertoblack2003, seb5594, Skaut, sodasusu, The Rocketeer, trackpads, victorvu, visul, warfield, wolfe |
Comments |
#42
|
|||
|
|||
Here is your fix...
Open the forumhome_forumbit_level1_post template ################################################## ########################### Find: ################################################## ########################### Code:
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /> Replace with: ################################################## ########################### Code:
<vb:if condition="$vbulletin->options['forumiconimg_enabled'] && $forum['forumiconimg'] && $vbulletin->options['forumiconimg_location'] != '1'"> <vb:if condition="$vbulletin->options['forumiconimg_location'] == '0'"> <!-- category icon after status icon --> <img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /> <span><img src="images/{vb:raw vboptions.forumiconimg_folder}/{vb:raw forum.forumiconimg}" style="float:left; clear:right; display:block; top:{vb:raw vboptions.forumiconimg_top} {vb:raw vboptions.forumiconimg_size}" class="forumicon" alt="" border="0" /></span> <vb:else /> <!-- replace status icon with category icon --> <img src="images/{vb:raw vboptions.forumiconimg_folder}/{vb:raw forum.forumiconimg}" style="float:left; clear:right; display:block; top:{vb:raw vboptions.forumiconimg_top} {vb:raw vboptions.forumiconimg_size}" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="{vb:raw forum.title}" <vb:if condition="$vbulletin->options['forumiconimg_status'] && $forum['statusicon'] == 'old'">style="opacity:0.5; -moz-opacity:.50; -ms-filter:”alpha(opacity=50)”; filter:alpha(opacity=50);"</vb:if> /> </vb:if> <vb:else /> <!-- do nothing --> <img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /> </vb:if> |
#43
|
|||
|
|||
Only if your not sure of the updates...just compare to what is in the install.txt to your template.
|
#44
|
||||
|
||||
Quote:
Also, what about opacity in regards to read/unread posts? That's one of the other functions of those icons (like doubleclicking to mark as read) that most people are going to want. I know my users are already asking about it. Please add such an ability. like this guy's mod: https://vborg.vbsupport.ru/showthread.php?t=235240 |
#45
|
|||
|
|||
This was a nice mod and still is but with the mass template edits now I am not sure I want this.
|
#46
|
|||
|
|||
Quote:
As for the read/unread I need to figure out what vb is doing and add this functionality, it will come just need to spend some time on it. |
#47
|
|||
|
|||
I installed this earlier today "before" the new update and am having some problems getting the icons to show next to the main icon. If I replace the icon, all seems well, but for some reason I cant get them to show next to the icon.
Do I need to update counters or optimize any tables before I see these? |
#48
|
|||
|
|||
What mass template edits? This is only 2 template edits and is very simple.
|
#49
|
|||
|
|||
Quote:
|
#50
|
|||
|
|||
Quote:
Here is the URL http://3dcadjewelry.com/forum/forum.php Only using it on the sub forums Cad design programs and milling machines to this point. |
#51
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|