The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Status Icons - Different Images for each Forum with opacity! Details »» | |||||||||||||||||||||||||||||
Status Icons - Different Images for each Forum with opacity!
Developer Last Online: Feb 2015
If you want to have different images for each forum that you have created inside your vbulletin board as you can see in this two picture:
Before (pay attention: there are some category with opacity 0.5: this are the category with old threads) After (firefox icon is changed) For doing this you have to install before this Add-on: Forum Icons (I put as attachment the product that you need) BUT 1. Install only the product 2. Go Into Admincp --> Forum and Moderators; Modify each forum putting the path of each image where it says "Add the path to the icon image here." 3. Go Into Admincp --> Styles and Templates --> Manage Templates; Edit forumhome_forumbit_level2_post 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="" /> Code:
<vb:if condition="$forum['iconlocation']"> <img src="{vb:raw forum.iconlocation}" class="forumicon" alt="{vb:raw forum.title}" style="opacity: <vb:if condition="$forum['statusicon'] == 'old'">0.5<vb:else />1</vb:if>;" id="forum_statusicon_{vb:raw forum.forumid}" /> <vb:else /> <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> If you want, you can change the opacity searching "0.5" in my code. Enjoy it and don't forget to Mark as Installed! Ps: sorry for my bad english, i'm Italian Screenshots
Show Your Support
|
4 благодарности(ей) от: | ||
hanhdn, Insta-Gator, livenetc, nader |
Comments |
#72
|
||||
|
||||
I got same as him
ANY HELP ??? PLEASE? |
#73
|
|||
|
|||
Why are people still using this Mod when;
a) It's not supported b) Developer Last Online: Nov 2010 There is a very easy Supported mod which is a simple xml import with not template edits: https://vborg.vbsupport.ru/showthrea...ons+for+forums |
#74
|
||||
|
||||
Well i just did it and it's work great! IM USING 4.1.7, all you need to do is upload that plug in (CLICK HERE TO DOWNLOAD THAT PLUGIN) to Plugin Manage > Add/Import Product and then you just need to add your images path. THAT's ALL! ^^ HOPE you guys make it work.
|
#75
|
||||
|
||||
Please update this bc i had upgrade 4.1.11 but the icons i had is 48x48 but is that big.....
PLEASE HELP ME! |
#76
|
|||
|
|||
not working on vb 4.1.10 uninstalled
|
#77
|
|||
|
|||
So how can I change the sub-board Icons
Thanks, Marked as Installed Please PM me as I will then get an email notification :P |
#78
|
||||
|
||||
anyone get this working with 4.2.2?
|
#79
|
||||
|
||||
anyone?
|
#80
|
|||
|
|||
I have this code working instead since the original post code didn't work...
Code:
<vb:if condition="$forum['statusicon'] == old"><img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}category_forum_link.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}"/> <vb:else /> <img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}category_forum_link.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}"/></vb:if> it is tested and works fine on my vb4.2 |
#81
|
|||
|
|||
<font color="Blue">p.s,</font> if you need images for each forum, then the code needs to be edited per forum. in this case you need to add a condition per forum per icon...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|