vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Icons for UserCP Navigation 1.2 (https://vborg.vbsupport.ru/showthread.php?t=170558)

Hugo Holbling 01-14-2009 04:23 PM

Just to let you know, demgel is working on an update for this. I'll post the template edits I used once it's out.

Hugo Holbling 01-24-2009 03:29 PM

Okay, here is my Quick Links menu in the navbar template. Find:

Code:

<!-- user cp tools menu -->

[**replace all the code in here**]

<!-- / user cp tools menu -->

Replace it with:

Code:

<!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none" align="$stylevar[left]">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/page_white_copy.png">&nbsp;<a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/page_white.png">&nbsp;<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/group_go.png">&nbsp;<a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_contacts]</a></td></tr>
                $template_hook[navbar_quick_links_menu_pos1]
                <tr><td class="thead">$vbphrase[networking]</td></tr>
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/group_edit.png">&nbsp;<a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr>
                <if condition="$show['quick_links_groups']">
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/group.png">&nbsp;<a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr>
                </if>
                <if condition="$show['quick_links_albums']">
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/photos.png">&nbsp;<a href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[pictures_and_albums]</a></td></tr>
                </if>
                $template_hook[navbar_quick_links_menu_pos2]
                <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/page_edit.png">&nbsp;<a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/user_edit.png">&nbsp;<a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_your_details]</a></td></tr>
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/cog_edit.png">&nbsp;<a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
                $template_hook[navbar_quick_links_menu_pos3]
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/email.png">&nbsp;<a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/newspaper.png">&nbsp;<a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/vcard.png">&nbsp;<a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[your_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/usercp_icons/world.png">&nbsp;<a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
                $template_hook[navbar_quick_links_menu_pos4]
                </table>
        </div>
        <!-- / user cp tools menu -->

Obviously you need to first upload the appropriate famfamfam silk icons to a folder called usercp_icons in images/misc. It should then look like the attachment. (Note that I have two additional items in my screenshot because I added some mods; you can do likewise for whatever you have, using the instructions I posted earlier.) :)

Galex55 01-24-2009 03:36 PM

Looks like MyBB userCP, But it is nice ;)

Cybershaolin 02-17-2009 12:50 AM

Somebody already asked earlier but nobody answered yet. Does this hack works with 3.6.8?

Il Pompa 03-07-2009 06:48 PM

It works with 3.8.1??

RedGTiVR6 03-07-2009 06:55 PM

Yes.

yamahapaul 03-08-2009 10:07 PM

Fantastic and excellent mod, many thanks :D

hcmagix 03-10-2009 04:33 AM

Quote:

Originally Posted by RedGTiVR6 (Post 1762706)
Yes.

Not perfect because you will missed the privacy link in my profil.

please read
http://www.vbulletin-germany.org/sho...5&postcount=35

gamerfu 04-18-2009 12:08 PM

Quote:

Originally Posted by Hugo Holbling (Post 1712262)
Just to let you know, demgel is working on an update for this. I'll post the template edits I used once it's out.

Update to 3.8.x series please. The Profile Privacy link is missing.

Quote:

Originally Posted by Il Pompa (Post 1762701)
It works with 3.8.1??

Quote:

Originally Posted by RedGTiVR6 (Post 1762706)
Yes.

No the modification does nto work fully with 3.8.x series. The profile link is missing. I filled out a support ticket on VB.com and this modification was the problem.

Quote:

Originally Posted by hcmagix (Post 1764608)
Not perfect because you will missed the privacy link in my profil.

please read
http://www.vbulletin-germany.org/sho...5&postcount=35

True. :cool:

mariocaz 04-21-2009 06:37 PM

Hi,

And if I have 3 styles in my forum, the orginal and 2 darks, I have to upload the 2 product files of your mod ?

Taragon 04-21-2009 09:40 PM

Quote:

Originally Posted by mariocaz (Post 1796195)
Hi,

And if I have 3 styles in my forum, the orginal and 2 darks, I have to upload the 2 product files of your mod ?

no, you only need to install this once

mariocaz 04-21-2009 10:07 PM

Which one ?? the white or the dark styles product ?? because I have the both type of styles in my forum.

you chan check my forum and the styles of it here:

www.all-reefs.com

Thank you!!!

Taragon 04-21-2009 10:20 PM

Some reading material: http://www.w3.org/QA/Tips/png-gif

white or dark, I would always go for the png version (in this case I also think it would be best for your current styles)

Edit:
Don't forget this:
Quote:

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
When installing the png fix you do have to edit your headerinclude template for all your styles

mariocaz 04-21-2009 11:18 PM

Thank you I already installed it and loos awesome, thank you so much for the tips!!!

Cheers.

ximenavi 04-30-2009 01:33 AM

Nice....:up:

SirHappy 06-20-2009 03:37 PM

thx. nice idea!

R.Solutions 06-20-2009 06:44 PM

strange, the whole thing doesnt even work for me.l

Chimpie 06-20-2009 06:57 PM

Quote:

Originally Posted by R.Solutions (Post 1833510)
strange, the whole thing doesnt even work for me.l

What problems are you running into?

R.Solutions 06-23-2009 01:24 AM

My icons doesnt even show up. not sure why tho, i did everything stated.

bluej 08-02-2009 03:46 AM

would like to remove the 'social groups messages' link from the UCP dropdown menu

what part of the code do i remove so that the table stays the same width? have tried a couple of things but the table after where the link is removed stretches out the width of the page...

this is the code...which part do i edit out to keep the table the same width but remove the link?

thanks for any help :)

Code:

</table>
                        </td></tr>       
                <tr><td class="$navclass[deletedgms]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20">
                        <img border="0" src="$stylevar[imgdir_misc]/usercp_icons/report_add.gif" width="16" height="16"></td>
                                <td><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewgms&amp;type=deleted">$vbphrase[social_group_messages]</a></td>
                        </tr>
                </table>


Bansheebob 08-29-2009 01:04 AM

installed icons and plugin but getting white empty boxes for icons, I dont know anything about the .js file and how to do that ):

ftr I'm useing IE8

Chimpie 08-29-2009 11:16 AM

Quote:

Originally Posted by Bansheebob (Post 1876139)
installed icons and plugin but getting white empty boxes for icons, I dont know anything about the .js file and how to do that ):

ftr I'm useing IE8

It sounds like you may have put the images in the wrong directory.

If you send me a link to your site via PM I can take a look at it for you.

MikeWarner 08-29-2009 03:18 PM

"Social Group Messages" needs a space between the icon and text as it doesn't align correctly. I fixed this in the xml file.

Also - the link for Moderate item - "Picture Comments" is showing but this feature is turned off on my forums. (Not an issue at it is only shown to admin).

Appart from those, this is great and a nice addition to my forums. Thanks.

bluej 11-30-2009 06:14 AM

having a problem getting this mod to work with this mod
https://vborg.vbsupport.ru/showthread.php?t=215431

whenever i try to add the icons then the link will not show in the UCP, any suggestions?

thanks so much :)

horussjr 03-05-2010 06:48 PM

update for 4.0? i need it

marrr 06-11-2010 02:05 AM

VB 4.0 please!!!

s_cocis 11-14-2012 06:36 PM

VB 4.2

very please :)


All times are GMT. The time now is 07:25 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01401 seconds
  • Memory Usage 1,819KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete