vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   ModCp New Menu Options (https://vborg.vbsupport.ru/showthread.php?t=317285)

TheAdminMarket 02-12-2015 05:14 AM

ModCp New Menu Options
 
Hello,

I want to create a Menu in Moderator CP. Does anyone know how it can be done? Can I extend the current cpnav_product_name.xml like:
Code:

<navgroups product="xxxmates">
    <navgroup phrase="xxxmates" permissions="canadminusers" displayorder="15">
        ........Menu Options Here............
    </navgroup>
</navgroups>

What permission I must use to replace canadminusers so the menu to appear in modcp? Or do I need to user hooks just like adding menu options to usercp?

Thank you

ozzy47 02-12-2015 09:31 AM

Do this with a plugin, using the hook location mod_index_navigation

Code:

// Show The View Link
construct_nav_option($vbphrase['ozzmodz_watch_list_navoption_view'], 'ozzmodz_watch_list.php?do=view');
// Show The Add Link
construct_nav_option($vbphrase['ozzmodz_watch_list_navoption_add'], 'ozzmodz_watch_list.php?do=add');
// Create The Group
construct_nav_group($vbphrase['ozzmodz_watch_list_navgroup']);
//Lets Be Nice And Add A Spacer
construct_nav_spacer();


TheAdminMarket 02-12-2015 09:40 AM

Quote:

Originally Posted by ozzy47 (Post 2537133)
Do this with a plugin, using the hook location mod_index_navigation

Code:

// Show The View Link
construct_nav_option($vbphrase['ozzmodz_watch_list_navoption_view'], 'ozzmodz_watch_list.php?do=view');
// Show The Add Link
construct_nav_option($vbphrase['ozzmodz_watch_list_navoption_add'], 'ozzmodz_watch_list.php?do=add');
// Create The Group
construct_nav_group($vbphrase['ozzmodz_watch_list_navgroup']);
//Lets Be Nice And Add A Spacer
construct_nav_spacer();


Thank you Sir :)

ozzy47 02-12-2015 09:44 AM

Not a problem. :)

Black Snow 02-27-2015 09:07 AM

Thanks for this ozzy47! I was about to ask the same question if I didn't find it in a search.

Is there a way to collate all mods into one nav?

For Example

OzzModz Mods
OzzModz Addon 1
> Addon 1 Settings
OzzModz Addon 2
> Addon 2 Settings

That way, everytime someone installs one of your mods, they can find all settings under one nav.

ozzy47 02-27-2015 10:02 AM

I don't have many mods in the modcp, but I do have this mod for the ACP, https://vborg.vbsupport.ru/showthread.php?t=305490

Black Snow 02-27-2015 10:11 AM

I'll have a look at it! Thanks dude!


All times are GMT. The time now is 04:31 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.03005 seconds
  • Memory Usage 1,732KB
  • 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)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