Disabling Tips on Joomla
- August 18th, 2008
- Posted in Joomla
- Write comment
Kinda cheesy but there is no direct way to disable tips on the site.
to remove tips you have to delete the current sentence from the document you want
JHTML::_(‘behavior.tooltip’);
now to remove tips from edit icons go to
component\com_content\helpers\icon.php and remove the JHTML::_(‘behavior.tooltip’); from there
No comments yet.