The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
In the header you can click "Settings" to take you to your user cp. I know it's simple but I can't figure out how to change it. Want it to say User CP instead of Settings.
Here's the code currently in the header PHP Code:
|
|
#2
|
|||
|
|||
|
Log into your admincp---Languages and Phrases---Phrase Manager--->Add New Phrase
Phrase Type: Global Product: Vbulletin Var Name: usercp Text: User CP Save it. Now go into admincp--->Styles and Templates--->Style Manager--->Edit Templates In the header template find: Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase usercp}</a></li>
Find Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase usercp}</a></li>
|
| Благодарность от: | ||
| BMR | ||
|
#3
|
|||
|
|||
|
Thanks for the help worked great.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|