Hi, thank you for your system. I am keen to work with it.
I found mistake during my installation. I had to change index in admincp and global.php myself.
I got message to do it so it is ok up to now.
But then i was directed to do as follow:
step 200
--------------------------------------------------------------------------------
in admincp/index.php, replace:
--------------------------------------------------------------------------------
$printhr = false;
if (can_administer('canadminstyles'))
{
--------------------------------------------------------------------------------
with:
--------------------------------------------------------------------------------
= false;
// === GAB ===
construct_nav_option($vbphrase['GAB_settings'], 'GAB_admin.php?do=settings');
construct_nav_option($vbphrase['GAB_display_ads'], 'GAB_admin.php');
construct_nav_option($vbphrase['GAB_add_ad'], 'GAB_admin.php?do=add');
construct_nav_option($vbphrase['GAB_display_packages'], 'GAB_admin.php?do=displaypackages');
construct_nav_option($vbphrase['GAB_add_package'], 'GAB_admin.php?do=addpackage');
construct_nav_option($vbphrase['GAB_display_frequency'], 'GAB_admin.php?do=displayfrequency');
construct_nav_option($vbphrase['GAB_add_frequency'], 'GAB_admin.php?do=addfrequency');
construct_nav_option($vbphrase['GAB_test'], 'GAB_admin.php?do=test');
construct_nav_group($vbphrase['GAB_CP']);
$printhr = true;
$printhr = false;
// === GAB ===
$printhr = false;
if (can_administer('canadminstyles'))
{
I got error in admincp, so I tried to figure out what is wrong /i am not coder/.
I have instead of your "replace with" but everything in "// === GAB ===" between "$printhr = false;" and "if (can_administer('canadminstyles'))
{"
Hope it is ok, because it works.
|