Received post updating t3 System Plugin from V2.4.5 to V2.5.2, I also updated Purity III Template v1.1.2 to V1.1.5
Fatal error: Call to undefined method JHtml::tooltipText() in
/home/hamptoncc/hampcomm.org/plugins/system/t3/base-bs3/html/layouts/joomla/edit/frontediting_modules.php on line 44
The frontediting-modules.php looks like this:
$moduleHtml = preg_replace(
// Replace first tag of module with a class
‘/^(s*<(?:div
span
nav
ul
ol
hd) [^>]class="[^"])"/’,
// By itself, adding class jmoddiv and data attributes for the url and tooltip:
‘\1 jmoddiv" data-jmodediturl="’ . $editUrl . ‘" data-target="’ . $target . ‘" data-jmodtip="’
. JHtml::tooltipText(
JText::_(‘JLIB_HTML_EDITMODULE’),
htmlspecialchars($mod->title) . ‘
‘ . sprintf(JText::(‘JLIB_HTML_EDIT_MODULE_IN_POSITION’), htmlspecialchars($position)),
0
)
. ‘"’
// And if menu editing is enabled and allowed and it’s a menu module, add data attributes for menu editing:
. ($menusEditing && $mod->module == ‘mod_menu’ ?
‘" data-jmenuedittip="’ . JHtml::tooltipText(‘JLIB_HTML_EDIT_MENU_ITEM’, ‘JLIB_HTML_EDIT_MENU_ITEM_ID’) . ‘"’
''
),
$moduleHtml,
1,
$count
);
Received post upating t3 System Plugin from V2.4.5 to V2.5.2, I also updated Purity III Template v1.1.2 to V1.1.5
Any ideas ? We are unable to update the content via front end as a result of the upgrades !