vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Simple question - modifying navbar (https://vborg.vbsupport.ru/showthread.php?t=132754)

labocha 11-28-2006 11:40 PM

Simple question - modifying navbar
 
I am a newbie and know nothing about java and php scripts. Just want to make a few simple modifications. How can I, for example, remove the FAQ from my menu bar an replace it with a link to one of the forums I created, so that it jmsps directly there ? A sinppet of code would be greatly appreciated providing a link to, say

myforum2->subforum3

What is this nav bar written in ? php or java script ? I was thinking about learning php, but the code for navbar does not look like php to me ... or does it ?

Kirk Y 11-29-2006 02:38 AM

Depending on the type of style you're using this may be a variation:

Find this in your 'navbar' template -- could also be your header template.
Code:

<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Replace it with this:
Quote:

<td class="vbmenu_control"><a href="forumdisplay.php?f=X.php$session[sessionurl_q]">Cool Forum</a></td>
Replace the X with the forumid of whatever forum you'd like the link to take your users to.

The navbar is written in plain 'ol HTML. I believe the dropdown menus in the navbars use dynamic html (DHTML) as their backend.


If you're trying to make a dropdown menu, take a look at this tutorial: https://vborg.vbsupport.ru/showthread.php?t=122523


All times are GMT. The time now is 07:43 AM.

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.00915 seconds
  • Memory Usage 1,712KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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