test

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bearinc Friend
    #903056

    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 !

    Ninja Lead Moderator
    #903219

    Hi,

    I’m not sure what did you do on your site? But you can folow this guide to upgrade t3 framework and our template on your site for reference here

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum