vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   End-User Options - GTUserCP - Enhanced USERCP Interface + USERCP Menu (https://vborg.vbsupport.ru/showthread.php?t=136321)

Fifthe1ement 09-24-2007 05:46 AM

You will have to put the images in each of your styles. Here is what you do.

Go to the style where the images are missing, and then right click the image. While still holding right click go to properties. Now a pop-up will appear and show that image properties. You want to look for "http://www.yoursite.org/forum/images/cstyle/blue/buttons/image.gif" Now where it says image.gif, follow that back and put the images in that folder. Do you get it, as I will help more if you don't.

And BTW this mod rocks!

FifthE1ement

pjan 09-24-2007 04:03 PM

simple but very nice hacks.
I'm Luvin it :)

triff 09-24-2007 04:27 PM

I've installed it now!

But there seems to be missing an image called tree_l.gif from the menu? Anyone who's had this problem also? Anyone who knows where I can find it?

EDIT: The option of editing the avatar, profile and profile picture is there also. The reason why I was asking about those options are that they seemed to be absent from the preview/screenshot. ;)

EDIT: I just copy the image from the UserCP on this forum. Must start thinking before spamming the forum with my questions... ;)

Howell 09-24-2007 08:52 PM

Quote:

Originally Posted by triff (Post 1346134)
I've installed it now!

But there seems to be missing an image called tree_l.gif from the menu? Anyone who's had this problem also? Anyone who knows where I can find it?

Read this post.....

https://vborg.vbsupport.ru/showpost....&postcount=293

SuperTaz 09-25-2007 06:24 AM

Quote:

Originally Posted by Fifthe1ement (Post 1345719)
You will have to put the images in each of your styles. Here is what you do.

Go to the style where the images are missing, and then right click the image. While still holding right click go to properties. Now a pop-up will appear and show that image properties. You want to look for "http://www.yoursite.org/forum/images/cstyle/blue/buttons/image.gif" Now where it says image.gif, follow that back and put the images in that folder. Do you get it, as I will help more if you don't.

And BTW this mod rocks!

FifthE1ement

Didn't work. Is there another way?

Princeton 09-25-2007 12:35 PM

tree_t.gif image missing? that's because it doesn't exists :D

In gtpm_usercp_nav_folderbit template

FIND
HTML Code:

<img src="$stylevar[imgdir_misc]/tree_t.gif"
REPLACE
HTML Code:

<img src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif"
Click INSTALL if you want to stay updated

tamborinegal 09-25-2007 11:54 PM

Nice! Thank you.

Clancy

pipin 09-30-2007 10:09 AM

Great hack, but there are two entries not phrased.

View All and Compose Message.

Masiello 10-08-2007 08:13 PM

Thank you so much :)

Stifmeister2 10-12-2007 09:43 AM

*clicks install*

captainslater 10-16-2007 07:34 PM

Hy Princeton,

you're not using a phrase in the usercp_shell template for compose Message. I want to edit it to the common vbphrase and the text isn't shown up in the usercp. Any hint for this?

DDIG 11-11-2007 04:13 PM

Try $vbphrase[control_panel], that worked for me.

I found it with "Search for Phrases" in AdminCP menu "Languages & Phrases".

Filled in the searchtext "Control panel" hit "find". Scroll down to User Tools (global) Phrases Containing 'Control panel' in the search results, click the edit button and change the translation.

captainslater 11-12-2007 04:56 PM

That's weird. I can't find a phrase like that or named similar.

Princeton 11-12-2007 05:42 PM

Quote:

Originally Posted by captainslater (Post 1381132)
That's weird. I can't find a phrase like that or named similar.

I fixed the missing phrase. (uploaded new file)

Lionel 11-12-2007 07:53 PM

I hardcoded the QuickClip links in the new usercp_shell template.

What could cause for some menus items to disappear when I navigate those liks?

all the top ones and the one between signature and edit profile.

Taragon 11-12-2007 08:24 PM

I'm not really sure on how to update from v1.1.1 to v1.1.1-2
The "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" templates seem to be unchanged?

Lionel 11-13-2007 02:29 AM

OK I solved my issue by adding 'user' in the $phrasegroups array of the quickclip php

Princeton 11-13-2007 11:47 AM

Quote:

Originally Posted by Taragon (Post 1381293)
I'm not really sure on how to update from v1.1.1 to v1.1.1-2
The "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" templates seem to be unchanged?

it's only a phrase change (it's listed on the History)

Quote:

OK I solved my issue by adding 'user' in the $phrasegroups array of the quickclip php
thanks for the update

lazserus 11-13-2007 09:42 PM

Strange, my images aren't showing up. Everything seems to work, but no images. They're uploaded. Hell, I uploaded them twice.

Princeton 11-14-2007 11:57 AM

which version are you using?
URL? test account??

BadgerDog 11-14-2007 01:03 PM

Installed....

... but, have a cosmetic issue... :confused:

Is anyone else getting a strange "<" just above and to the left of the left most entry on their Navbar? On our system when I make the template edits to have the drop down shown on the Navbar, it seems to "break" overwrite part of the graphics box drawn around the Navbar?

Quote:

<
User CP FAQ .... rest of Navbar
I've backed out the template edits until I can sort this out...

Thanks... :)

Regards,
Badger

EDIT: Never mind... clumsy fingers during edit left an extra "<" in the template. :o

Give me a coffee break and you'll have to retrain me .. :D

Working fine now.... :up:

SNATCH3R 11-20-2007 05:16 AM

thanks for this cool template hack.....my usercp looks more better now...

GhoHan 11-21-2007 05:59 AM

Thanks for the mods.

Installed.

Captain DDL 11-23-2007 07:41 PM

I was trying to install GTUserCP, but I encountered a problem at the beginning with my custom skin. I could find everything else, but not this. Could you help me?

Code:

FIND IN navbar:

                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                </if>


REPLACE WITH:

    <if condition="$show['member']">
      <td id="usercpoptions" class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a>
        <script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>
    </if>



This is my navbar template:

Code:

<br /><br />
<!-- breadcrumb, login, pm info -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
    <td style="background:#f2f2f2;" align="left" height="10" width="10"><img src="$stylevar[imgdir_misc]/greycorner_tl_nav.gif" height="10" width="10" alt="left" /></td>
    <td style="background:#f2f2f2; border-top:1px solid #e5e5e5; font-size: 1px;" height="10" width="100%">&nbsp;</td>
    <td style="background:#f2f2f2;" align="right" height="10" width="10"><img src="$stylevar[imgdir_misc]/greycorner_tr_nav.gif" height="10" width="10" alt="right" /></td>
  </tr></table>
<table class="tborder2" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt1" width="100%" style="border-left:1px solid #e5e5e5; border-right:1px solid #ffffff;">
                <if condition="is_array($navbits)">
                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr valign="bottom">
                                <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                                <td>&nbsp;</td>
                                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><h1 class="h1">$vboptions[bbtitle]</h1></a></span> $navbits[breadcrumb]</td>
                        </tr>
                        <tr>
                                <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
                        </tr>
                        </table>                       
                <else />
                        <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong><h1 class="h1">$vboptions[bbtitle]</h1></strong></div>
                </if>
        </td>       
       
        <if condition="$show['member']">
       
                <td class="alt2" valign="top" nowrap="nowrap" style="border-left:1px solid #e5e5e5;">
                <div class="smallfont">
                        <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
                        <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
                        <if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
                </div>
                </td>
               
        <else />
               
                <td class="alt2" nowrap="nowrap" style="padding:0px; border-left:1px solid #e5e5e5;">
                       
                <!-- login form -->
                <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
                <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                <tr>
                        <td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
                        <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                        <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
                </tr>
                <tr>
                        <td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
                        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
                        <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
                </tr>
                </table>
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="login" />               
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
                <!-- / login form -->
                                </td>
               
        </if>       
       
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
    <td style="background:#f2f2f2;" align="left" height="10" width="10" valign="bottom"><img src="$stylevar[imgdir_misc]/greycorner_bl.gif" height="10" width="10" alt="left" /></td>
    <td style="background:#f2f2f2; border-bottom:1px solid #e5e5e5; font-size: 1px;" height="10" width="100%">&nbsp;</td>
    <td style="background:#f2f2f2;" align="right" height="10" width="10" valign="bottom"><img src="$stylevar[imgdir_misc]/greycorner_br.gif" height="10" width="10" alt="right" /></td>
  </tr></table>

<br />
<if condition="$show['forumdesc']">
        <table class="tborder2" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
        </tr>
        </table>
        <br />
</if>


<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                                <form action="search.php?do=process" method="post">
                                        <input type="hidden" name="do" value="process" />
                                        <input type="hidden" name="quicksearch" value="1" />
                                        <input type="hidden" name="childforums" value="1" />
                                        <input type="hidden" name="exactname" value="1" />
                                        <input type="hidden" name="s" value="$session[sessionhash]" />
                                        <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
                                        <div style="margin-top:$stylevar[cellpadding]px">
                                                <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
                                                &nbsp;
                                                <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
                                        </div>                                       
                                </form>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
                </tr>
                $template_hook[navbar_search_menu]
                </table>
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <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"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><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_buddy_list]</a></td></tr>
                $template_hook[navbar_quick_links_menu_pos1]
                               
                <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"><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"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
                $template_hook[navbar_quick_links_menu_pos2]
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
                $template_hook[navbar_quick_links_menu_pos3]
               
                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

        <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                                <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                        </form>
                        </td>
                </tr>
                </table>
        </div>

<!-- / PAGENAV POPUP -->
</if>


eng_matt 11-26-2007 11:09 PM

thanks men

Princeton 11-27-2007 12:07 PM

you may want to click MARK AS INSTALLED (link available on first post) as there will a new version as soon as 3.7 is released

Captain DDL 11-27-2007 01:30 PM

Already done, but if you'd help me out, I'd appreciate it. :)

Princeton 11-28-2007 12:07 PM

most likely it was removed; hence, you do not need the edit

Captain DDL 11-28-2007 02:01 PM

I'm not for sure what the code does. Anything important, in relation to GTUserCP?

Princeton 11-29-2007 12:54 PM

it adds the UserCP dropdown menu - similar to what you see here (click UserCP on navbar)

agitated 11-29-2007 06:09 PM

Captain DDL:

Have you checked the header template ?
or search in templates for $vbphrase[user_cp] and you should be able to find the block of code.

HTH

Sunray2 11-30-2007 02:44 AM

Thanks,

C.

"installed"

RedGTiVR6 12-02-2007 12:17 PM

I had added the following from another mod, but for some reason, it's not showing up right now, any ideas? I haven't recerted the template yet. Want to be sure it's right first.

Quote:

vB AdminCP -> Styles & Templates -> (Select Style) -> User Control Panel Templates -> USERCP_SHELL

FIND:

PHP Code:

<tr>
    <
td class="$navclass[profile]nowrap="nowrap"><class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</
tr

After it post:

PHP Code:

<tr>
    <
td class="$navclass[extra]style="white-space:nowrap"><class="smallfont" href="profile.php?$session[sessionurl]do=extra">$vbphrase[edit_extra_options]</a></td>
</
tr



RedGTiVR6 12-03-2007 03:13 PM

well, I've figured out how to get it back in the drop-down nav menu, but I still can't figure out how to get it in the menu once you're in the UserCP...

anyone?

What am I doing wrong?

RedGTiVR6 12-03-2007 03:26 PM

Found my answer: https://vborg.vbsupport.ru/showpost....&postcount=319

Needed to edit: GTPM_USERCP_SHELL, not USERCP_SHELL.

All good now!

rwoscott 12-04-2007 06:19 PM

Installed. Excellent.

ctfortner 12-06-2007 06:04 PM

I installed, and the User CP worked great. I cannot get the UserCP menu to work however. i am using 3.6.8 patch 2. I edited the navbar and found and replaced the code given in the readme, but it just didnt give me a dropdown at all. everything still worked, just no menu dropdown.

I am using a custom template that did not originally use the navbar menu, but i added it myself and that may be why, but as mentioned the code was still the same as your directions. i can attach navbar code if needed. thanks for help.

todd

nyunyu 12-07-2007 04:25 PM

Hi Princeton, this is the hack that Im looking for this while. I installed and it work great. but...

On search drop down, i see that the code generated twice..can anyone help me fix this?

**I installed thank you hack and this hack which both add a menu under search popup menu, but I see there is duplicate. Look at the attachment for more info or try using the search function on my FORUM

chrissmith 12-08-2007 09:10 AM

great hack

thanks

nyunyu 12-09-2007 01:31 PM

Ignore my post, was meant to post it on your other hack prince, sorry for that.


All times are GMT. The time now is 04:54 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.01877 seconds
  • Memory Usage 1,888KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)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