vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   CPNAV in vBulletin 3.6 b2 (https://vborg.vbsupport.ru/showthread.php?t=119019)

melefire 06-19-2006 08:37 AM

CPNAV in vBulletin 3.6 b2
 
I am working on a new mod but when i made the cpnav for it and went into my test vb with my hack installed it showed me something like this:
https://vborg.vbsupport.ru/
this is what my cpnav_sigmaeasy.xml(cpnav for my hack) looks like:
Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<navgroups product="sigmaeasy" master="true">
   
    <navgroup phrase="sigmachate_options" hr="true" displayorder="1">

        <navoption displayorder="10">
            <phrase>sigmachate_options_o</phrase>
            <link>options.php?do=options&dogroup=sigmaeasyoptions</link>
        </navoption>

        <navoption displayorder="20">
            <phrase>reg_w_sigma</phrase>
            <link>http://sigmachat.com/register.html</link>
        </navoption>

        <navoption displayorder="30">
            <phrase>sigma_cp</phrase>
            <link>http://sigmachat.com/login.html</link>
        </navoption>
       

</navgroups>

I don't understand it because it looks almost just like cpnav_vbulletin?
could you please tell em what im doing wrong

thanks

Revan 06-19-2006 10:59 AM

You need to add the phrases you use in that XML to either GLOBAL or Control Panel Global phrasegroups.

melefire 06-19-2006 11:08 AM

they are in GLOBAL, but it still dosnot work

Revan 06-19-2006 04:35 PM

Yes now I know why it doesn't work.
Find:
Code:

</navgroups>
Add above:
Code:

</navgroup>
:)

melefire 06-19-2006 05:36 PM

thanx, will try later


All times are GMT. The time now is 07:03 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.01466 seconds
  • Memory Usage 1,715KB
  • 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_code_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