The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
GTUserCP - Enhanced USERCP Interface + USERCP Menu Details »» | |||||||||||||||||||||||||||
GTUserCP - Enhanced USERCP Interface + USERCP Menu
Developer Last Online: Nov 2022
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?
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?
Instructions:
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
|
Comments |
#242
|
|||
|
|||
search just for
Quote:
could it be? |
#243
|
||||
|
||||
After reviewing the 16 pages, seemed like I couldn't find anyone else who had a problem on a new private message being in the usercp. I guess my style is custom that could be the problem. I just removed the whole section, works great now!
|
#244
|
||||
|
||||
Quote:
Thanks, Mat |
#245
|
||||
|
||||
Thanks for this, appears to be working fine on my forum
|
#246
|
|||
|
|||
yup, my new skin's been treated to it
|
#247
|
||||
|
||||
thanks for the update!
|
#248
|
||||
|
||||
Very nice work!
|
#249
|
||||
|
||||
very cool, thank you , this will be in use
|
#250
|
|||
|
|||
Quote:
First of all, thanks for the help. I searched around, and found this in the navbar_link template: <if condition="$show['breadcrumb']"> <span class="n$vbphrase[user_cp]avbar">> <a href="$nav_url">$nav_title</a></span> <else /> $nav_title </if> Since it had the user_cp in there, I replaced this whole thing, yet the mod is not working. Any other ideas? I am using the Chestnut Style, by the way. |
#251
|
|||
|
|||
santimariani:
In your Header template Replace the entire block of code between <!--Options --> <!-- /Options --> with the code below. <!-- Options --> HTML Code:
<if condition="$show['member']"> <td width="93"> <table width="93" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_options.gif);"><a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]" rel="nofollow" onmouseover="JSFX.fadeIn('options')" onmouseout="JSFX.fadeOut('options')"><img src="$stylevar[imgdir_misc]/bouton_options.gif" name="options" width="93" height="40" border="0" class="imgFader" id="usercpoptions" alt="" /></a><script type="text/javascript"> vbmenu_register("usercpoptions", true); </script></td> </tr> </table> </td> </if> provided you have done everything else correctly, it will work. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|