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)

voter 07-07-2008 02:46 PM

It conflicts with the GTUserCP - Enhanced USERCP Interface + USERCP Menu from Princeton

RedGTiVR6 07-07-2008 02:52 PM

the only conflict voter, is that it replaces the template. Just go in and make the change yourself and it will take care of it.

voter 07-07-2008 07:07 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1569176)
the only conflict voter, is that it replaces the template. Just go in and make the change yourself and it will take care of it.

Sorry my mistake, I was using same ids in sidebar for tables to collapse them.

For me this looks better than the one from Princeton and I am using it in side bar from https://vborg.vbsupport.ru/showthread.php?t=173996.

What I generally mean, one need to have installed only a one, this or the one from Princeton.

Kaycee123 07-10-2008 02:51 AM

Quote:

Originally Posted by Howell (Post 1564117)
In template: USERCP_SHELL_ICONS

Find:
Code:

    <if condition="$show['profilepiclink']">
    <tr><td class="$navclass[profilepic]" nowrap="nowrap">
        <table border="0" cellspacing="0" cellpadding="0">
            <tr>
                <td width="20">
        <img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_edit.gif" width="16" height="16"></td>
                <td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td>
            </tr>
        </table>
        </td></tr>
    </if>

After Add:
Code:

    <tr><td class="$navclass[customize]" nowrap="nowrap">
        <table border="0" cellspacing="0" cellpadding="0">
            <tr>
                <td width="20">
        <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/weather_icon.gif" width="16" height="16"></td>
        <td>$modifyweatherdata_link</td>
            </tr>
        </table>
        </td></tr>

Hope this helps. :)

Hi - I tried this but it still does the same thing. Thanks for the suggestion though!! Any other ideas?

funinthesun 07-10-2008 05:57 PM

I've installed this but only the green arrows image is showing up. Any idea why?

djbaxter 07-12-2008 07:53 AM

<font color="Red">Note: This add-on for some reason deletes the UserCP Edit Favorite Smilies link for those using that add-on.</font>

TFEX 07-13-2008 08:18 PM

Makes my boards look much nicer, thanks!

SLR722 07-14-2008 02:18 PM

What an original hack. Thanks for this! Installed :up:

gersultan 07-20-2008 09:48 AM

realy fine mod, thank you!

so now user-cp looks a little bit like the blog-cp. VERY nice :)

works on 3.7.2

The_Dan 07-25-2008 06:52 AM

Great mod, but its got one fatal floor, and that is that it wont let me use both the dark and light plugin at the same time.

MonkYZ 08-06-2008 10:00 PM

Super great addon. But, how in the world can i make it work with this one: https://vborg.vbsupport.ru/showthread.php?t=177774
I mean, after installing both, my icons simply dissapear... and i like them both. Can you please give me a step by step guide to make them work together ?

Thx in advance !

djbaxter 08-07-2008 12:33 AM

Yes. Great idea but it clashes with a few other add-ons which are more important to me. :)

masterweb 08-08-2008 10:19 AM

Intalled on just 30 seconds and working great!!!, thanks a lot for sharing this.

jwashburn 08-08-2008 10:15 PM

If you use Zoints Local you need to weak a few things to make this work. I apologize if I am speaking out of turn and if so please delete this post.

This is what i did

find

Code:

<tr><td class="$navclass[profile]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/user_edit.png" width="16" height="16"></td>
                                <td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">
                                $vbphrase[edit_your_details]</a></td>
                        </tr>
                </table>
                </td></tr>

right below that add this


Code:

<!-- Zoints Edit Start -->
        <tr><td class="$navclass[options]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20">
                <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/user_edit.png" width="16" height="16"></td>
                                <td>
                                <a class="smallfont" href="$vboptions[zointsprofile_zurl]?id=$bbuserinfo[userid]">Edit Profile</a></td>
                        </tr>
                </table>
                </td></tr>
        <tr><td class="$navclass[options]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20">
                <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/group.png" width="16" height="16"></td>
                                <td>
                                <a class="smallfont" href="$vboptions[zointsprofile_zurl]?id=$bbuserinfo[userid]&amp;g=contacts">Your Network</a></td>
                        </tr>
                </table>
                </td></tr>

<tr><td class="$navclass[options]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20">
                <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/picture_edit.png" width="16" height="16"></td>
                                <td>
                                <a class="smallfont" href="$vboptions[zointsprofile_zurl]?id=$bbuserinfo[userid]&amp;g=privacy">Edit Profile Privacy</a></td>
                        </tr>
                </table>
                </td></tr>
        <tr><td class="$navclass[options]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20">
                <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/blocked_members.png" width="16" height="16"></td>
                                <td>
                                <a class="smallfont" href="$vboptions[zointsprofile_zurl]/z.php?cmd=blocked">Blocked Members</a></td>
                        </tr>
                </table>
                </td></tr>
<tr><td class="$navclass[options]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20">
                <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/vcard_edit.png" width="16" height="16"></td>
                                <td>
                                <a class="smallfont" href="$vboptions[zointsprofile_zurl]/z.php?cmd=notification-preferences">Edit Profile Notifications</a></td>
                        </tr>
                </table>
                </td></tr>
<!-- Zoints Edit End-->

Then i reccomend commenting out the the old profile settings so you can reset it if you need it later

Code:


<!--        <if condition="$show['customizelink']">
        <tr><td class="$navclass[customize]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20">
                <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/vcard_edit.png" width="16" height="16"></td>
                                <td>
                                <a class="smallfont" href="profile.php?$session[sessionurl]do=customize">
                                $vbphrase[customize_profile]</a></td>
                        </tr>
                </table>
                </td></tr>
        </if>
        <if condition="$show['profilepiclink']">
        <tr><td class="$navclass[profilepic]" nowrap="nowrap">
                <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                                <td width="20">
                <img border="0" src="$stylevar[imgdir_misc]/usercp_icons_png/picture_edit.png" width="16" height="16"></td>
                                <td><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td>
                        </tr>
                </table>
                </td></tr>
        </if> -->


anderow 08-08-2008 11:36 PM

Superb!

Thanks mate. Worked a treat!

Salar 08-09-2008 07:53 AM

do not work!! can't see any gif icon!

anderow 08-09-2008 01:37 PM

Ahh.

It has deleted the link from the 'extra options' link I had in there from the Extra Profile Fields modification.

Does anyone know how to add a new icon to this mod?

ndut 08-09-2008 11:37 PM

icons not showed up.. why?

EagleNick 08-10-2008 02:48 AM

I love this modification.

However, after noticing that when I customize my USERCP_SHELL template to add custom links, they don't show up.
I finally disabled this plugin and now they all show up.

Why is that, and how do I resolve the problem?

safakuygur 08-10-2008 05:30 AM

thanks very good

jwashburn 08-10-2008 03:58 PM

Quote:

Originally Posted by EagleNick (Post 1595167)
I love this modification.

However, after noticing that when I customize my USERCP_SHELL template to add custom links, they don't show up.
I finally disabled this plugin and now they all show up.

Why is that, and how do I resolve the problem?

You need to edit the USERCP_SHELL_ICONS_PNG template. With this plugin on, it changes the template being used.

EagleNick 08-11-2008 02:52 AM

Quote:

Originally Posted by jwashburn (Post 1595558)
You need to edit the USERCP_SHELL_ICONS_PNG template. With this plugin on, it changes the template being used.

Thanks! I appreciate it :)

Coleccromos 08-12-2008 03:41 PM

I added the following code:

PHP Code:

<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/user_edit.gif" width="16" height="16"></td>
                <
td class="$navclass[pm_search]nowrap="nowrap"><class="smallfont" href="private.php?$session[sessionurl]pmsearch=1">$vbphrase[search]</a></td

But I am not showing the separation of the table Where is the error?

katie hunter 08-12-2008 06:27 PM

Edit: Thanks for this modification (: works nice.

gfxhelp.com 08-17-2008 04:50 AM

pretty simple concept to have these images, but it makes a HUGE difference. It was unbearable and overwhelming to look at the giant list of options when these images were not there. They should make this mod part of vb in my opinion.

Keyser S?ze 08-23-2008 04:14 AM

i have this SMS cellphone mod installed, there is a link in the usercp, what should i name the cellphone image so t will show up, i tried cellphone but nothing

https://vborg.vbsupport.ru/showthread.php?t=182988


thanks

Chimpie 08-26-2008 11:03 AM

This a great mod, a very nice touch. However, HTML Validator doesn't like it. Any chance making the code valid?

akulion 08-30-2008 10:05 AM

thanks dude, very nice work and very easy to install....full star rating :)

Vinyljunky 09-03-2008 01:46 PM

Quote:

Originally Posted by Netaudio (Post 1447163)
who can modify mine usercp_shell_icons with this self_delete_hack?


who can help me, please.

Could anyone answer this for me?

Thanks

VJ...

solidlink 09-11-2008 05:53 PM

the album icon does not appear on my usercp? i am using admin account and have enabled for this usergroup to have albums?

mallettservices 09-14-2008 01:55 AM

This is my 1st add-on for my new vBulletin forum I installed. Thanks!

Keyser S?ze 09-14-2008 02:51 AM

Quote:

Originally Posted by Keyser S?ze (Post 1604935)
i have this SMS cellphone mod installed, there is a link in the usercp, what should i name the cellphone image so t will show up, i tried cellphone but nothing

https://vborg.vbsupport.ru/showthread.php?t=182988

thanks


any help on this please?

Fastbird 09-14-2008 04:40 AM

Quote:

Originally Posted by Keyser S?ze (Post 1621666)
any help on this please?

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....

Fastbird 09-14-2008 05:02 AM

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>

Add BELOW:
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 -->


Vinyljunky 09-15-2008 03:57 PM

Thank you :up:

GrendelKhan{TSU 09-17-2008 05:23 AM

working great : vb 3.7.3 :) thanx!

Sweeks 09-22-2008 03:02 AM

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

Blackhat 09-28-2008 10:40 AM

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 ?

Blackhat 09-28-2008 12:42 PM

nevermind, just added it myself

Super Jinni 10-01-2008 08:06 AM

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?


All times are GMT. The time now is 03:42 AM.

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.01482 seconds
  • Memory Usage 1,856KB
  • 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
  • (7)bbcode_code_printable
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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