vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Quick question about navbar editing (https://vborg.vbsupport.ru/showthread.php?t=98685)

photongbic 10-18-2005 01:41 PM

Quick question about navbar editing
 
Forgive the newbie question but I am just getting started with vBulletin...

I have created a VB powered page and would like it to be available in the navbar between Calendar and Today's Posts. I found plenty of info on creating the page but nothing on adding a link to it in the navbar. Is there something that explains how to do that?

Thanks for your help in advance...

PS - Can you recommend any good Tutorials or HowTo's to get a newbie going?

Ranma2k 10-18-2005 02:00 PM

Quote:

Originally Posted by photongbic
Forgive the newbie question but I am just getting started with vBulletin...

I have created a VB powered page and would like it to be available in the navbar between Calendar and Today's Posts. I found plenty of info on creating the page but nothing on adding a link to it in the navbar. Is there something that explains how to do that?

Thanks for your help in advance...

PS - Can you recommend any good Tutorials or HowTo's to get a newbie going?

it's just simple html editing

if you take the code in the navbar template
you can just copy the code for the calender and paste it again and replace the values in it

photongbic 10-18-2005 02:36 PM

Quote:

Originally Posted by Ranam2k
it's just simple html editing

if you take the code in the navbar template
you can just copy the code for the calender and paste it again and replace the values in it

It tried that (Style Manager => Edit Templates => navbar) but I still don't see anything on the navbar...

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="weather.php$session[sessionurl_q]">$vbphrase[weather]</a></td>

Any thoughts?

Quote:

Originally Posted by photongbic
It tried that (Style Manager => Edit Templates => navbar) but I still don't see anything on the navbar...

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="weather.php$session[sessionurl_q]">$vbphrase[weather]</a></td>

Any thoughts?

Found it. $vbphrase[weather] needs to have something to lookup. So you have to add a global phrase in the Phrase Manager (AdminCP => Languages & Phrases => Phrase Manager). In this case, added a global phrase called "weather" with the text "Weather".


All times are GMT. The time now is 07:24 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.01019 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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