Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications

Reply
 
Thread Tools
GTUserCP Interface + UserCP navbar menu Details »»
GTUserCP Interface + UserCP navbar menu
Version: 3.7.0.0, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: End-User Options - Version: 3.7.0 Rating:
Released: 04-30-2008 Last Update: Never Installs: 421
Template Edits Auto-Templates
 
No support by the author.

GTUserCP Interface - modifies the default vBulletin User Control Panel similar to how it is on vbulletin.org!

No edits are necessary. However, manual edits are required if you wish to use the UserCP Menu like we have here on vbulletin.org.

If upgrading from a previous version please revert the "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" template.

Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

NEW 3.7.0.0 VERSION (download GTUserCP_3700.zip)
Instructions:
  1. Install product via Product Manager.
  2. If you want to add UserCP Menu read the README file. This has to be done manually.
  3. Show Your Support by Donating.
  4. Don't forget to click "Mark As Installed", Nominate for MOTM, and rate the modification.
History:

May 1, 2008 : Modification released (3.7.0.0)


Questions:

Q)__ Why is my UserCP column wide?
A)__ Most likely one of your PM folders has a long name - rename the folder.

Q)__ How can I Have the Private Messages block above the Your Profile block?
A)__ You will need to modify the GTPM_USERCP_SHELL template to suit your needs.

Recently Released 3.7 Modifications:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #102  
Old 02-09-2009, 09:32 PM
peterle1 peterle1 is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quite sure that this isn't an old or changed template?
I don't know, because I don't want to compare it.

I took a fresh installed 3.8. and in navbar template

find:
HTML Code:
<!-- / PAGENAV POPUP -->
</if>
insert below:
HTML Code:
<if condition="$show['popups'] AND $show['member']">
<div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr><td class="thead" align="$stylevar[left]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
        <if condition="$show['pmstats']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
        <if condition="$show['siglink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_your_details]</a></td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
        <tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
        <tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[your_profile]</a></td></tr>
        </table>
</div>
</if>
find:
HTML Code:
<if condition="$show['member']">
                        <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                </if>
insert below:
HTML Code:
<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>
Maybe you should try this mod:
https://vborg.vbsupport.ru/showthread.php?t=152931
It makes all these template changes a lot easier while updating.

Good luck!
Reply With Quote
  #103  
Old 02-09-2009, 10:01 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! That seems to be the solution. I'm not sure what happened here...:|

I'll gladly look into the mod you've linked. Looks interested!
Reply With Quote
  #104  
Old 02-22-2009, 10:44 PM
cynthetiq's Avatar
cynthetiq cynthetiq is offline
 
Join Date: Jul 2005
Location: NYC
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting. Did anyone notice that the Privacy link isn't in the UCP? I had to disable the mod until I can either fix it or it gets updated.
Reply With Quote
  #105  
Old 02-22-2009, 10:59 PM
Gladhatter Gladhatter is offline
 
Join Date: Oct 2008
Location: Clintwood VA
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cynthetiq View Post
Interesting. Did anyone notice that the Privacy link isn't in the UCP? I had to disable the mod until I can either fix it or it gets updated.
While I did not notice it, it would not affect me as I am on open book and do not think privacy exist and if it does it is over rated.
Reply With Quote
  #106  
Old 02-23-2009, 05:38 PM
peterle1 peterle1 is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cynthetiq View Post
Interesting. Did anyone notice that the Privacy link isn't in the UCP? I had to disable the mod until I can either fix it or it gets updated.
Therefore you have to edit your template:
https://vborg.vbsupport.ru/showpost....4&postcount=96
Reply With Quote
  #107  
Old 02-23-2009, 06:31 PM
cynthetiq's Avatar
cynthetiq cynthetiq is offline
 
Join Date: Jul 2005
Location: NYC
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterle1 View Post
GTPM_USERCP_SHELL template for vb 3.8
This should be working and I hope I hadn't done something wrong showing it here.

Joe can do with it, whatever he likes. Thanks for the mod.

The navbar edit still works in 3.8, at least I didn't miss something.
thanks!!!!!!
Reply With Quote
  #108  
Old 02-26-2009, 02:51 PM
kronnos kronnos is offline
 
Join Date: Apr 2006
Posts: 241
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool, just what I needed. Will keep tagged untill the release for 3.8 comes out
Reply With Quote
  #109  
Old 03-18-2009, 04:35 AM
Tourmeister Tourmeister is offline
 
Join Date: Nov 2005
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
You need to add the images to each misc folder for every style your forum uses.
I must be missing something. I uploaded the images to my /forums/images/misc directory and I am using the default VB style, yet I cannot see any images? The only other styles I have are substyles of the VB default. So would I need to put the images anywhere else?

[edit]
I forgot to add that I am running VB 3.8.1. The menu structure seems find, I just don't have the images.
Reply With Quote
  #110  
Old 03-18-2009, 04:42 AM
Tourmeister Tourmeister is offline
 
Join Date: Nov 2005
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dang... don't I fell stupid now...

My test site image info was still pointing to my live site which had not had the images upload to it yet

Works fine now

oh yeah... installed!
Reply With Quote
  #111  
Old 04-07-2009, 09:43 AM
terminator2k2 terminator2k2 is offline
 
Join Date: Jun 2004
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will there be native 3.8 version?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08696 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete