PDA

View Full Version : How do i edit this?


Andy92
05-06-2008, 05:03 PM
Hey,

At the top of my forum i have that nav bar that says...

UserCp - Links - Members List - Search - FAQ

etc....

What template do i need to edit to change this?

markbolyard
05-06-2008, 05:05 PM
ADMINCP -> Styles & Languages -> Style manager

You'll see your styles listed with drop down boxes.

next to the style you want to edit, select edit templates.

Find the template called NAVBAR

In that template is the code you wish to modify.

Andy92
05-06-2008, 06:53 PM
Ok found it. But i want to code a quick thing here. Basically, i am redesigning that menu with my own css classes. Basically, when the user is on any page in the user cp, i want the cp text to be a different class.

I know you can do this...


<if condition="$foruminfo[forumid] != 46">
all the html code goes here
</if>


But how would i go about saying if page = usercp

And i need others like if they are on the search page or members list, or calender etc?

--------------- Added 1210173190 at 1210173190 ---------------

Any ideas?