vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Navbar problems (https://vborg.vbsupport.ru/showthread.php?t=174267)

PGAmerica 03-26-2008 09:48 PM

Navbar problems
 
In my navbar template, I have added a 2nd menu. See for yourself at http://www.playgroundamerica.com/forums/

The problem is, that even though the arcade template makes reference to the navbar template, when I goto my arcade at http://www.playgroundamerica.com/forums/arcade.php the 2nd menu is gone.

Ideas?

--------------- Added [DATE]1206630224[/DATE] at [TIME]1206630224[/TIME] ---------------

Anybody? Anybody?

jdelasko 03-27-2008 07:33 PM

Sounds like you need to add the global variable for your additional menu to arcade/functions/functions.php

MrZeropage 03-27-2008 07:38 PM

what variable is used for the additional menu ?

PGAmerica 03-27-2008 08:24 PM

Quote:

Originally Posted by jdelasko (Post 1476153)
Sounds like you need to add the global variable for your additional menu to arcade/functions/functions.php

How do I do that?

--------------- Added 27 Mar 2008 at 14:27 ---------------

Quote:

Originally Posted by MrZeropage (Post 1476161)
what variable is used for the additional menu ?

In the navbar template, I call "$nav2".

Gemma 03-27-2008 08:48 PM

Open your arcade/functions/functions.php and search for:

Code:

//-------------------------------------------
    // Parses all the information and prints it.
    //-------------------------------------------

    function do_output($output_array)
    {
        global $header, $latest_champ,

After that add: $nav2, so it looks like:

Code:

//-------------------------------------------
    // Parses all the information and prints it.
    //-------------------------------------------

    function do_output($output_array)
    {
        global $header, $latest_champ, $nav2,

Save and upload functions.php to the arcade/functions/ folder

PGAmerica 03-27-2008 09:29 PM

OK, I did not have a $latest_champ in my functions.php file, but I placed "$nav2," right after global "$header," and it is working perfectly. Thank you.

Question: If the "arcade" template is calling $navbar", and the "navbar" template is calling "$nav2", why is the editing of the functions.php file even necessary?

stangger5 03-28-2008 08:57 PM

Quote:

Originally Posted by PGAmerica (Post 1476240)
OK, I did not have a $latest_champ in my functions.php file, but I placed "$nav2," right after global "$header," and it is working perfectly. Thank you.

Question: If the "arcade" template is calling $navbar", and the "navbar" template is calling "$nav2", why is the editing of the functions.php file even necessary?

I`ve seen $latest_champ somewhere before...lol...

Question about the navbar..
To be able for add-ons to work with in the arcade,,you need to make them global..
Adding the add-on variable to the functions.php (like Gemma posted) does this..

If you dont,,it wont work..


All times are GMT. The time now is 08:15 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.00953 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_quote_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