vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   PHP Help (https://vborg.vbsupport.ru/showthread.php?t=190738)

Jacob B 09-12-2008 03:38 PM

PHP Help
 
Hey guys,

I need to know what PHP I have to write in order to get the navigation to display multiple pages. By that I mean I have a bunch of different custom pages and at the top on the navigation bar it'll normally have:

vBulletin.org Forum > Custom Page

But I want it to display any extra pages that run off my custom page, so it looks like this:

vBulletin.org Forum > Community Discussions > General vBulletin Discussions

The PHP code I see in the file is:

PHP Code:

$navbits construct_navbits(array('' => $vbphrase['custompage'])); 

What do I add after that? :confused:

Lynne 09-12-2008 03:55 PM

I'm not sure exactly what you want, but this is what I use on one of my custom pages:

PHP Code:

$navbits = array();
$navbits[$parent] = 'Verified Threads';

$navbits construct_navbits($navbits);
eval(
'$navbar = "' fetch_template('navbar') . '";'); 


Jacob B 09-12-2008 04:30 PM

Basically, I want the navigation bar to display the pages like this:

http://www.ausdefence.com/images/NAVBAR.bmp

Sorry if I'm not wording this right, I'm not quite sure of the correct terms.

Lynne 09-12-2008 04:44 PM

That is similar to when you click on a members name and get View Profile and the members name. This is from the members.php template. Just take it and modify:

PHP Code:

$navbits construct_navbits(array(
    
'member.php?' $vbulletin->session->vars['sessionurl'] . "u=$userinfo[userid]=> $vbphrase['view_profile'],
    
'' => $userinfo['username']
));
eval(
'$navbar = "' fetch_template('navbar') . '";'); 


Jacob B 09-12-2008 05:18 PM

Thank you greatly, Lynne. That is exactly what I was looking for.

Thanks again.


All times are GMT. The time now is 04:15 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.01086 seconds
  • Memory Usage 1,722KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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