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 |
#192
|
|||
|
|||
This is my 1st add-on for my new vBulletin forum I installed. Thanks!
|
#193
|
||||
|
||||
Quote:
any help on this please? |
#194
|
||||
|
||||
It's not as easy as just uploading an image. You need to do some edits. I'm trying to get this to work myself....
|
#195
|
||||
|
||||
Got it working for the SMS Capabilities Addon. Upload the attached 'phone.png' to the directory: images/misc/usercp_icons_png. This will work for GIF's too, just change the code to reflect the standard gif folder for the images. You will also have to convert the phone.png attachment to a .gif file.
Here's the code: Find: Code:
<tr><td class="$navclass[password]" nowrap="nowrap"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"> <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/lock.png" width="16" height="16"></td> <td><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td> </tr> </table> </td></tr> Code:
<!-- SMS --> <tr><td class="$navclass[sms]" nowrap="nowrap"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/phone.png" width="16" height="16"></td> <td><a class="smallfont" href="profile.php?$session[sessionurl]do=editsms">$vbphrase[edit_sms] </a></td> </tr> </table> </td></tr> <!-- / SMS --> |
#196
|
||||
|
||||
Thank you :up:
|
#197
|
||||
|
||||
working great : vb 3.7.3 thanx!
|
#198
|
|||
|
|||
For some reason I have the images uploaded to the correct directory but in both ie and ff they cant find them very puzzled
________ Steaming food |
#199
|
||||
|
||||
I installed another mod that ads a few more items to the user cp, but those are not visible with this module enabled. Is there a fix for this ?
|
#200
|
||||
|
||||
nevermind, just added it myself
|
#201
|
|||
|
|||
Hi
thanks again for this mod I have a little problem and I hope I can get some help the sidebar width in IE 7 is too fixed, about 50px but it's fine in firefox and this happens only with two of my styles, others are okay any idea how to fix that please? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|