I need some help on where to put the code in admincp/index.php for 3.5.0
as my index doesnt match the installation guide. can someone help me on where to put the code?
Code:
path/to/forums/admincp/index.php, find:
// *************************************************
$printhr = false;
if (can_administer('canadminusers'))
Above, paste the following:
construct_nav_spacer();
construct_nav_option('Manage', 'ircadmin.php?do=manage', '|');
construct_nav_group('IRC Channels');
construct_nav_spacer();
But I cant find it, so I tried after my best efforts to put the code in, but I get this error in admincp
Code:
Fatal error: Call to a member function on a non-object in /home/y-10147/www/forums/admincp/ircadmin.php on line 83
I have had installed with 3.0 which worked fine, but I would be nice if I could get it to work with 3.5.0
Thanks in advance!