vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Nav Bar Links on Register Page? (https://vborg.vbsupport.ru/showthread.php?t=129436)

Dismounted 06-09-2007 04:19 AM

1/ My name isn't Dave.
2/ Hook 'register_start':
PHP Code:

if (!$navbar)
{
    eval(
'$navbar = "' fetch_template('navbar') . '";');


Then add $navbar to the registration template.

dcpaq2xx 06-09-2007 04:31 AM

1/ Sorry about that, not sure where I got that from. :(

2/ I did exactly as you shown, and for some reason it doesnt work.

Doug

Dismounted 06-09-2007 10:48 AM

Did you put $navbar in your template?

dcpaq2xx 06-09-2007 01:57 PM

Yep I sure did. :)

Doug

Dismounted 06-10-2007 02:58 AM

Try:
PHP Code:

if (!$navbar)
{
    
$navbits = array('Register');
    
$navbits construct_navbits($navbits);

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



dcpaq2xx 06-10-2007 03:03 AM

That didnt work either. $navbar goes in the following path right?

Registration Templates -> Register

And if so, it doesnt matter where at in there that it goes does it? I have it right at the very top.

Doug

Dismounted 06-10-2007 03:06 AM

$navbar should be under $header. It should also be put in every registration template with $header located.

dcpaq2xx 06-10-2007 03:09 AM

Ah I knew I was missing something or not doing something right.

So that should be under "header" in the register template and all the other register templates that have "header" in them...

Let me try and I will let you know something shortly.

Doug

That worked, Just needed to add that below the header like you said. Thank you so much for helping me with this. I appreciate your help very much.

Doug

*It was another reply not a double post, Stupid Double Post Feature* :rolleyes:


All times are GMT. The time now is 08:25 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.02528 seconds
  • Memory Usage 1,725KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete