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 |
#62
|
||||
|
||||
Not sure .. probably just you
Can you post a screenshot? |
#63
|
|||
|
|||
If I installed a couple of MODs that required edits to the USERCP_SHELL, can I undo those edits, replace the original USERCP_SHELL with the replacement and then redo the edits from the other two installed MODs to make this work? I am hoping so.
|
#64
|
|||
|
|||
Quote:
I'd have thought it would probably be quicker to just edit into your already modified USERCP_SHELL? |
#65
|
|||
|
|||
But what do I edit specifically? It seems there would be a lot considering that the whole original USERCP_SHELL needs to be replaced with the code of the replacement usercp_shell.
|
#66
|
||||
|
||||
Quote:
Before you do anything, make sure you save a copy of your current USERCP_SHELL template. |
#67
|
|||
|
|||
That makes more sense and that would be much easier. Thanks Princeton. Great MOD and I am now off to install, or actually, edit.
|
#68
|
|||
|
|||
I am trying to add the vbMySmilies MOD edits in to the replacement USERCP_SHELL file, but do not have:
HTML Code:
<tr> <td class="thead">$vbphrase[miscellaneous]</td> </tr> HTML Code:
<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('miscpanel')"><img id="collapseimg_miscpanel" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_miscpanel].gif" alt="" border="0" /></a> $vbphrase[miscellaneous]</td> HTML Code:
<tr> <td class="thead">$vbphrase[mysmiliesvb_mysmilies]</td> </tr> <tr> <td class="$navclass[mysmiliesvb]" nowrap="nowrap"><a class="smallfont" href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td> </tr> <tr> <td class="thead">$vbphrase[miscellaneous]</td> </tr> |
#69
|
||||
|
||||
Insert this: (do not replace)
HTML Code:
<tr> <td class="thead">$vbphrase[mysmiliesvb_mysmilies]</td> </tr> <tr> <td class="$navclass[mysmiliesvb]" nowrap="nowrap"><a class="smallfont" href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td> </tr> |
#70
|
|||
|
|||
Where does it need to go in the replacement USERCP_SHELL?
|
#71
|
||||
|
||||
place everything under
HTML Code:
<if condition="$show['attachments']"> <tr> <td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td> </tr> </if> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|