View Full Version : Changing Header Buttons?
ScottRowan
05-16-2007, 12:11 PM
Hi,
On my template I have like HOME, QUICKLINK, FAQ etc that are buttons. Now I wanna change like Calender to Arcade.. So I have made the button.
But what template do I go into to change like calender.gif to arcade.gif, and also change the link it refers to?
Thanks,
Rowan
Dismounted
05-16-2007, 12:21 PM
You need to provide more information, atleast a screenshot.
ScottRowan
05-16-2007, 02:55 PM
Sorry.. Ok heres a screenshot:
http://img527.imageshack.us/img527/6295/membersdz4.jpg
Ok in the screenshot where it says MEMBERS as a button.. I have made an "Arcade" button.
What files do I edit to change the image, and also change it from going to memberlist.php to arcade.php
Hope that clears it up :)
snakes1100
05-16-2007, 03:01 PM
looking at the image it should be the header template, create a NEW arcade code line duplicated from the members code line and then comment out the old members code line.
ScottRowan
05-16-2007, 03:05 PM
Ok so in the header file I found this relating to it:
<a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/skin/menu_members.gif" alt="$vbphrase[members_list]" /></a>
So im I just changing it to:
<a href="arcade.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/skin/menu_arcade.gif" alt="$vbphrase[arcade]" /></a>
Cause I gave that a shot but the image just disappeared, the other 2 moved over a bit because of that... so its obviously something ive done wrong in the code there.
snakes1100
05-16-2007, 03:10 PM
That is fine, you can simply change it, commenting it out works better so yo udont lose coding you may want later. <!-- -->
ScottRowan
05-16-2007, 03:11 PM
Thanks for the tip m8 but i just edited my last post, thats not working :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.