PDA

View Full Version : How do I add the User CP option to my forum?


BoostedK20
03-17-2011, 02:56 PM
I want it to have a "User CP" link like the top of THIS page does (vbulletin.org). There is currently nothing there and forum members cannot go to their user cp unless they use the 'Site Navigation' module, and I don't want to use that. Thanks

x_Coffee_x
03-17-2011, 06:13 PM
I assume you are asking about having a user cp button right here like in this picture?

https://vborg.vbsupport.ru/external/2011/03/16.png

Here is how;

Enter the Admin CP

Go to Style Manager and select the style you want to add it on (If you have multiple styles, you must edit it for each).

Go to Edit Templates

Go to Navigation / Breadcrumb Templates

Go to the 'navbar' template

FIND:

{vb:raw template_hook.navbar_start}

UNDER, ADD:

<li><a href="usercp.php{vb:raw session.sessionurl_q}" rel="nofollow">User CP</a></li>

Good luck! :)

BoostedK20
03-20-2011, 01:12 PM
Worked perfectly, thanks!!

Zachery
03-20-2011, 02:43 PM
The settings link is on every page next to your username.

BoostedK20
03-20-2011, 04:06 PM
^ You didn't read my post. But it's solved now, please close thread!