The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Icons for UserCP Navigation 1.2 Details »» | |||||||||||||||||||||||||
Icons for UserCP Navigation 1.2.2
This mod adds a pretty group of icons (Silk Icons) to your usercp navigation bar items. Example Collapsed: Example Expanded: Install Instructions: Installation for White Styles (Like vB Default Style) 1. Upload the "usercp_icons" folder into your current style images/misc dir. 2. Import product-iconsusercp.xml in the Product Manager. 3. That's all Installation for Dark Styles (PNG Icons with Transparency) 1. Upload the "usercp_icons_png" folder into your current style images/misc dir. 2. Import product-iconsusercp-png.xml in the Product Manager. 3. That's all IMPORTANT: These PNG icons will not display correctly if you're using Internet Explorer 5.5 or 6. For fix this transparency issue check this mod by Oblivion Knight: ? PNG Transparency for Internet Explorer: https://vborg.vbsupport.ru/showthread.php?t=94416 Version History: 1.1: - Added automatic template insertion. - Fixed compability width with vBulletin Project Tools Item. - Fixed compability width with vBulletin Blog Item. 1.2: - Added collapsable option to items. - Private Messages Item modified, no menu. - Subscriptions Item modified, no menu. 1.2.1: - Minor changes in shell template (missing  . - Added blank html file in the icons dir. 1.2.2: - Added PNG icons for Dark Styles. (Thanks to hcmagix for the idea). - Added version checking. ?Tested on vBulletin 3.7.1! Show Your Support
|
Comments |
#143
|
|||
|
|||
Quote:
|
#144
|
|||
|
|||
Nice one, thank you.
|
#145
|
|||
|
|||
Very Good! Thank you! ... Nice Touch
|
#146
|
|||
|
|||
Can someone make a fix, so the Goldbrick Media system works with this hack???
The link must be: http://www.siteurl.com/profile.php?do=gb_video I have added a scene dump so you can see |
#147
|
|||
|
|||
had to uninstall. The VB Credits mod links disappear.
|
#148
|
|||
|
|||
just add the vbcredits mod back in to the new template that's installed with this mod.
It's not difficult at all. I had the same thing happen but a tiny bit of looking let me figure it out in a matter of seconds. |
#149
|
||||
|
||||
this mod takes the default usercp_shell template and replaces it with usercp_shell_icons. so you gotta make the same edits to the new template as you did the other one is all.
|
#150
|
||||
|
||||
Great mod, thank you.
Installed! |
#151
|
|||
|
|||
If this helps, this is what I added to the xml file get VB Credits to show in the previous version of this hack, I've not looked @ this new version.
Code:
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('misc')"><img id="collapseimg_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_misc].gif" alt="" border="0" /></a>$vbphrase[credits]</td></tr> <tbody id="collapseobj_misc" style="$vbcollapse[collapseobj_misc]"> <if condition="$show['credits_anything']"> <tr><td class="$navclass[credits]" nowrap="nowrap"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"> <img border="0" src="$stylevar[imgdir_misc]/usercp_icons/coins.gif" width="16" height="16"></td> <td><a class="smallfont" href="credits.php?$session[sessionurl]do=manage">$vbphrase[credits_donatelottery]</a></td></tr> </table> </td></tr> <tr><td class="$navclass[credits_bank]" nowrap="nowrap"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"> <img border="0" src="$stylevar[imgdir_misc]/usercp_icons/coins.gif" width="16" height="16"></td> <td><a class="smallfont" href="credits.php?$session[sessionurl]do=banking">$vbphrase[credits_bankingloans]</a></td></tr> </table> </td></tr> </tbody> </if> Code:
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('misc')"><img id="collapseimg_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_misc].gif" alt="" border="0" /></a>$vbphrase[miscellaneous]</td></tr> <tbody id="collapseobj_misc" style="$vbcollapse[collapseobj_misc]"> <tr><td class="$navclass[event_reminders]" nowrap="nowrap"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"> <img border="0" src="$stylevar[imgdir_misc]/usercp_icons/time.gif" width="16" height="16"></td> <td><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder"> $vbphrase[event_reminders]</a></td> </tr> </table> </td></tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|