News:

Wondering if this will always be free?  See why free is better.

Main Menu

Fatal Error... Subs

Started by Xarcell, October 02, 2010, 10:03:01 PM

Previous topic - Next topic

Xarcell

When I remove the admin button from the Subs.php, it throws a Fatal error:

QuoteFatal error: Unsupported operand types in /home/xarcell/public_html/xboxnarc.com/Sources/Subs.php on line 4104

Anyway to correct this?

IceXaos

First off, I'm not sure why you would have any need to remove it.  If you're worried about regular users, they cannot see it without permissions, unless you've changed the permission.

Anyways, to hide it, simply do this.

Find
'show' => $context['allow_admin'],

Replace With
//'show' => $context['allow_admin'],
'show' => false,

Xarcell

Quote from: IceXaos on October 02, 2010, 10:07:34 PM
First off, I'm not sure why you would have any need to remove it.  If you're worried about regular users, they cannot see it without permissions, unless you've changed the permission.

Anyways, to hide it, simply do this.

Find
'show' => $context['allow_admin'],

Replace With
//'show' => $context['allow_admin'],
'show' => false,


Thanks, that worked.

I'm using Dream Menu, it add's buttons, but doesn't remove them. I created another admin button elsewhere in the menu. I wouldn't necessarily say it was moved.

Advertisement: