remove "update" tabs?

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Nov 28, 2013 3:35 pm
Hello.

I am trying to remove the "update" tabs in the administration module settings of this module so that other admins of the page will not "accidentally" import a different version.

When I edit out the line <div id="gk_module_updates"></div> from update.php all it does is break the interface in the module making it so you can't edit any settings.

Can you please help me remove this tab.
User avatar
Senior Boarder

GK User
Thu Nov 28, 2013 3:43 pm
Hello,

The easiest way will be using the following CSS code:

Code: Select all
#gk_module_updates {
display: none;
}
User avatar
Administrator


cron