Hidee

Developer

Cem Meric

3rd Party (Free)


EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Accessory

Tags

Hidee, Hide some stuff for ExpressionEngine 2 control panel

Hidee will hide unwanted elements on ExpressionEngine 2 control panel.


By default it will remove search and accessory tabs.

You can also add extra fields to be hidden such as

To hide the Add-Ons button:
$(”#navigationTabs>li>a:contains(Add-Ons)”).remove();

To hide the Add Tab button:
$(”#addQuickTab”).remove();


Thanks Michael for the extra options.

 

 

Hidee Links

This entry was created December 10, 2010, 12:48 pm.
This entry was last updated March 4, 2014, 9:51 pm.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

2 Reviews:

Marby 08.10.15

Marby
Rating - {addon_rating_average}

Really handy little add-on to customise the user’s experience in the Control Panel.

Michael Clegg 04.06.11

Michael Clegg
Rating - {addon_rating_average}

A very basic accessory, but it worked for me! I just edited the file, adding jQuery to hide a couple of elements I didn’t want on the control panel menu.

To hide the Add-Ons button:

$(”#navigationTabs>li>a:contains(Add-Ons)”).remove();

To hide the Add Tab button:

$(”#addQuickTab”).remove();