The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
You need to provide more information, atleast a screenshot.
|
#3
|
|||
|
|||
![]()
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 ![]() |
#4
|
|||
|
|||
![]()
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.
|
#5
|
|||
|
|||
![]()
Ok so in the header file I found this relating to it:
Code:
<a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/skin/menu_members.gif" alt="$vbphrase[members_list]" /></a> Code:
<a href="arcade.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/skin/menu_arcade.gif" alt="$vbphrase[arcade]" /></a> |
#6
|
|||
|
|||
![]()
That is fine, you can simply change it, commenting it out works better so yo udont lose coding you may want later. <!-- -->
|
#7
|
|||
|
|||
![]()
Thanks for the tip m8 but i just edited my last post, thats not working
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|