Code:
In admincp/index.php
====================
FIND:
------------------------------------------------------------------------------------------
construct_nav_option($vbphrase['announcement_manager'], 'announcement.php?do=modify', '|');
------------------------------------------------------------------------------------------
ABOVE THIS, ADD:
------------------------------------------------------------------------------------------
construct_nav_option('Category Manager', 'article.php?do=modify');
construct_nav_option('Add New Category', 'article.php?do=add');
construct_nav_option('Moderate Articles', 'article.php?do=modarticles');
construct_nav_option('Moderate Comments', 'article.php?do=modcomments');
construct_nav_group("Articles", '<hr />');
construct_nav_spacer();
// *************************************************
------------------------------------------------------------------------------------------
Save & close
In the vb 3.5x this section doesn't exist. What can I do to resolve this problem and add these voices in the men? nav bar ?
Thank you all for the answers,
Giuseppe Leone