Log in

View Full Version : Where should I edit?


Mr Chris
07-10-2009, 07:34 PM
I use a custom skin, but can someone tell me where in my admin cp I can go to edit my navigation buttons..

I thought it might be in my navbar template.. but no luck ..

any ideas?

See image..

Thanks!

Lynne
07-10-2009, 07:43 PM
Usually nav buttons are in the navbar (in default vbulletin) or in the header (sometimes put their in custom styles).

xMULLIGANx
07-10-2009, 08:18 PM
Yeah check your header template. I recommend you use firefox and download firebug to figure things like that out. Good luck :)

Mr Chris
07-13-2009, 02:32 PM
Hmm I didnt find it in the header either..

Any other thoughts..?

I actually have fire bug installed, but im not use how to use it to find out this info. Can you assist me with that?

thank you very much!

Lynne
07-13-2009, 02:44 PM
To find the template they are in, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

Mr Chris
07-13-2009, 05:49 PM
Thanks Lynne

I found this in my header template:

<td><a href="memberlist.php5$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/links_memberlist.gif" alt="" width="118" height="39" border="0"></a></td>

Thats the button I changed.. I want it to link to this page..http://shop.windowcleaningresource.com/

It outside my domain so I guess I would have to edit the css sheet? If so where can I find that?

thanks for all your help!

HMBeaty
07-13-2009, 07:16 PM
You wouldn't have to change the CSS to change the link. From what you just posted, you just need to change
<a href="memberlist.php5$session[sessionurl_q]">
To
<a href="http://shop.windowcleaningresource.com/">

Mr Chris
07-14-2009, 10:15 AM
Awesome that worked.. Thank you very much everybody!