× Joomla Facebook Connect support forum

Topic-icon Hide/remove autotune from toolbar

Active Subscriptions:

None
13 years 11 months ago #24259 by mushaj
Hello,
I am the super administrator of the backend and have another user as administrator where i created his seperate menu. HE will get access only to the user map part of the jfbconnect. All this has been implemented in my backend template. Only thing missing is for me to be able to hide/remove autotune, in order to make sure the administrators and managers will not be able to access it or see it when they are in the usermap page of the jfbconnect component on the backend.

Thank you in advance,
Regards,
Mustapha
The topic has been locked.
Support Specialist
13 years 11 months ago #24387 by alzander
Mustapha,
Sorry for the delayed response. If you're looking to hide the Autotune button, it can be easily done in the /administrator/components/com_jfbconnect/toolbar.jfbconnect.html.php file. Around line 25, you'll see the if/else statement that either shows the button (if not in Autotune) or sets the titlebar for the area if within Autotune.

You can either comment that out for the kludgy method of hiding Aututone and then just going to the URL directly or put in the few lines of code to check if the user is the right user-level.

We're planning to add admin user-level permissions in an update later this year as well, just so you know.

Hope that helps, and good luck!
Alex
The topic has been locked.