vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Custom phase not showing up in AdminCP Nav (https://vborg.vbsupport.ru/showthread.php?t=159319)

jim6763nva 10-02-2007 08:53 PM

Custom phase not showing up in AdminCP Nav
 
1 Attachment(s)
Hi everyone,

I'm working on a lottery addon for my Warcraft guild site and I'm having a few issues I'm hoping someone can point me in the right direction. I'm doing this also to learn more about vbulletin programming and hopefully be able to give back to the vb community some day. :)

Ok.. enough background.. here is what I'm running into:

I've created an XML file: cpnav_wowlottery.xml in the forum/includes/xml/ folder. Here is the contents:

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="wowlottery" master="true">
        <navgroup text="WoWLottery" displayorder="1">
                <navoption displayorder="1">
                        <phrase>lottery_settings</phrase>
                        <link>lotteryadmin.php</link>
                </navoption>
        </navgroup>
</navgroups>

I also created a Product and a custom Phrase type to put any related phrases under. Below are some screen shots of what I'm seeing. Any ideas why the nav drop down isn't showing my custom phrase?

Thanks in advance,
Jim

Analogpoint 10-03-2007 12:33 AM

Change the phrase type for your custom phrase to Control panel global and it'll work. :)


All times are GMT. The time now is 06:49 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.00953 seconds
  • Memory Usage 1,708KB
  • 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)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