MikeeX
02-25-2005, 02:12 PM
Hey guys :)
I had the old version and now upgrading to the new one. I guess this file was overwritten in between this time
admincp/index.php
I don't have "find this code"
/ ############################## VBARTICLES HACK #############################
construct_nav_spacer();
construct_nav_option('Article Manager', 'vbarticles.php?do=modify', '|');
construct_nav_option('View All Articles', 'vbarticles.php?do=viewall');
construct_nav_option('Add New Article', 'vbarticles.php?do=preadd');
construct_nav_option('Category Manager', 'vbarticles.php?do=modifycat', '|');
construct_nav_option('Add New Category', 'vbarticles.php?do=addcat');
if($vboptions['validatevbartcomments'])
{
construct_nav_option('Validate Comments', 'vbarticles.php?do=validatecomment');
}
construct_nav_group('Articles', '<hr />');
construct_nav_spacer();
// ########################### END OF VBARTICLES HACK ########################
So of course I can't update this code with what you want me to. Where do I place this new code? What linenumber?
Thanks for your help!
I had the old version and now upgrading to the new one. I guess this file was overwritten in between this time
admincp/index.php
I don't have "find this code"
/ ############################## VBARTICLES HACK #############################
construct_nav_spacer();
construct_nav_option('Article Manager', 'vbarticles.php?do=modify', '|');
construct_nav_option('View All Articles', 'vbarticles.php?do=viewall');
construct_nav_option('Add New Article', 'vbarticles.php?do=preadd');
construct_nav_option('Category Manager', 'vbarticles.php?do=modifycat', '|');
construct_nav_option('Add New Category', 'vbarticles.php?do=addcat');
if($vboptions['validatevbartcomments'])
{
construct_nav_option('Validate Comments', 'vbarticles.php?do=validatecomment');
}
construct_nav_group('Articles', '<hr />');
construct_nav_spacer();
// ########################### END OF VBARTICLES HACK ########################
So of course I can't update this code with what you want me to. Where do I place this new code? What linenumber?
Thanks for your help!