2015-05-11, 04:33 PM
I (indirectly) asked this a few times, but didn't get an answer yet...
So this time: my serious effort on how to remove the Admin CP link for added security.
I found this: http://crypto.country/forum/admin/index....&expand=27
I thought I could change this for default templates:
(I also tried commenting it out with #).
So... I think I'm close but do I really have to remove all code there? I'd rather comment it out... Or am I looking at the wrong place, again? ;p
Peace!
Devvie
twitter.com/devnullius
So this time: my serious effort on how to remove the Admin CP link for added security.
I found this: http://crypto.country/forum/admin/index....&expand=27
I thought I could change this for default templates:
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" class="admincp">{$lang->welcome_admin}</a></li>
to// <li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" class="admincp">{$lang->welcome_admin}</a></li>
(I also tried commenting it out with #).
So... I think I'm close but do I really have to remove all code there? I'd rather comment it out... Or am I looking at the wrong place, again? ;p
Peace!
Devvie
twitter.com/devnullius