vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Changing Header Buttons? (https://vborg.vbsupport.ru/showthread.php?t=147375)

ScottRowan 05-16-2007 11:11 AM

Changing Header Buttons?
 
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 11:21 AM

You need to provide more information, atleast a screenshot.

ScottRowan 05-16-2007 01: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 02: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 02:05 PM

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>
So im I just changing it to:

Code:

<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 02: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 02:11 PM

Thanks for the tip m8 but i just edited my last post, thats not working :(


All times are GMT. The time now is 05:45 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01724 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete