Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
GTUserCP - Enhanced USERCP Interface + USERCP Menu Details »»
GTUserCP - Enhanced USERCP Interface + USERCP Menu
Version: 1.1.1, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: End-User Options - Version: 3.6.8 Rating:
Released: 01-11-2007 Last Update: 11-11-2007 Installs: 782
Template Edits
Additional Files  
No support by the author.

NEW 1.1.1 VERSION (download GTUSERCP_111-2.zip)

The 1.1.0+ version now replaces the USERCP_SHELL template. 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 you can revert the "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" template.


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


This modification is a combination of the new vb.org USERCP and the UserCP dropdown menu.

Why would you want to install these features?
  1. Decrease Server Resources
  2. Increase Usability
Support modification by "Installing", "nominating for MOTM", and/or donating.

How does this help with server resources?

Typically if you want to edit or view your personal information you would click the UserCP navbar link (wait for the page to load) and click the option you wish to view.

Did you know?

You just hit the server with 11 Queries + HTTP Request + Bandwidth just for visiting the UserCP default page. What's worst is that this is not even the page that you want to view. Yep, you guessed it there goes an additional hit to the server.

Add this modification to bypass the UserCP default page.
The savings are HUGE especially on a big-board site.

How does this help with usability?
  1. Private Messages are the most frequently used user option.
    • Moving this to the top will give members quicker access.
    • Displaying custom folders will also bypass some pages (clicks) and therefore decreases server resources.
  2. Collapsing/Expanding some of the options will provide members quicker access to what is important to them.
This modification has been reported working on earlier vb versions 3.5.4+.

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 click "Mark As Installed", nominate for MOTM, rate this modification, and/or donate.
History:

v 1.1.1-2 : Missing phrase
v 1.1.1 : Added SUBSCRIBE template replacements
v 1.1.0 : New 3.6.8 version released (w/ template hook)v 1.0.2 : Added missing template changes
v 1.0.1 : Added missing template changes

You may also be interested in:

Show Your Support

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

Comments
  #112  
Old 02-14-2007, 01:18 PM
NFLfbJunkie NFLfbJunkie is offline
 
Join Date: Sep 2006
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I applied the template edits and it seemed to have caused one of the line borders to thicken. Any way to correct this?
Reply With Quote
  #113  
Old 02-14-2007, 01:24 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Junkie View Post
There are other instances of the drop down arrow showing - subscribed threads pages.
Changes needed to the SUBSCRIBE template: please download updated zip file

FIND IN SUBSCRIBE:
Code:
$vbphrase[subscribed_threads_in_folder]<span class="normal">: <span 

id="nav_subsfolders.listinfo"><if condition="$show['allfolders']">$vbphrase[all]<else 

/>$folder</if> <script type="text/javascript"> vbmenu_register("nav_subsfolders.listinfo"); 

</script></span></span>

REPLACE WITH:

Code:
$vbphrase[subscribed_threads_in_folder]<span class="normal">: <if 

condition="$show['allfolders']">$vbphrase[all]<else />$folder</if> </span>

FIND:

Code:
$vbphrase[subscribed_threads_in_folder]<span class="normal">: <span 

id="nav_subsfolders.threadlist"><if condition="$show['allfolders']">$vbphrase[all]<else 

/>$folder</if> <script type="text/javascript"> 

vbmenu_register("nav_subsfolders.threadlist"); </script></span></span>
REPLACE WITH:

Code:
$vbphrase[subscribed_threads_in_folder]<span class="normal">: <if 

condition="$show['allfolders']">$vbphrase[all]<else />$folder</if></span>
Reply With Quote
  #114  
Old 02-14-2007, 03:34 PM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the updates, Princeton

It works.
Reply With Quote
  #115  
Old 02-14-2007, 04:24 PM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

GTUserCP_README Instructions = Version: 1.0.0 and not 1.0.2; no specific UPDATE instructions given; might not be easy for some novice users.
Reply With Quote
  #116  
Old 02-14-2007, 05:47 PM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

In your "USERCP_SHELL_REPLACE" you have 2 hard coded phrases that should be replaced with the existing vB Phrases:

line 30: Compose Message -> $vbphrase[compose_message]
line 53: View All -> $vbphrase[view_all]

Greetings

StarBuG
Reply With Quote
  #117  
Old 02-14-2007, 06:23 PM
Skavenger Skavenger is offline
 
Join Date: Sep 2005
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, you should add the 'Edit Avatar' link under 'Edit Options'
Reply With Quote
  #118  
Old 02-14-2007, 07:57 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks interesting, thanks i'll try it!
Reply With Quote
  #119  
Old 02-14-2007, 09:53 PM
CarpHunter CarpHunter is offline
 
Join Date: Apr 2005
Location: Netherlands
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by StarBuG View Post
Hi

In your "USERCP_SHELL_REPLACE" you have 2 hard coded phrases that should be replaced with the existing vB Phrases:

line 30: Compose Message -> $vbphrase[compose_message]
line 53: View All -> $vbphrase[view_all]

Greetings

StarBuG
Thats nice but these phrases don't excist. You need to make them you're self.

Use this for standard vB phrases:
line 30: Compose Message -> $vbphrase[send_new_message]
line 53: View All -> $vbphrase[view_all_subscribed_threads]
Reply With Quote
  #120  
Old 02-15-2007, 03:35 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wizardan View Post
Slick, clean and painless to install.
Well done!
It is not a Plugin - so it is not clean and paintless. But nice Idea. But wont install.
Reply With Quote
  #121  
Old 02-15-2007, 05:31 PM
ReQueM ReQueM is offline
 
Join Date: Dec 2006
Location: Turkey
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you
very nice *installed*
Reply With Quote
Reply


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 08:29 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.07004 seconds
  • Memory Usage 2,310KB
  • 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_code
  • (3)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
  • (2)pagenav_pagelinkrel
  • (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