Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • neooh Friend
    #191392

    Hi,

    I’ve installed the quickstart package 3.1 and unfortunately I can not see the JA Magz Tab in the Frontend for Article Editing. In the Backend the tab is available.

    Regards

    Wall Crasher Developer
    #509019

    Hi neooh,

    JA Magz actually shows the “Content Type” when editting (create) article in Frontend (but not via JA Magz tab)
    But we have an issue in T3 that limit we does this.

    You can fix by open pluginssystemt3t3.php file and replace (at around line 140)

    $extended = JPATH_ROOT . '/templates/' . $tmpl . '/etc/form/' . $form->getName() . '.xml';

    by


    $extended = JPATH_ROOT . '/templates/' . (is_object($tmpl) && !empty($tmpl->tplname) ? $tmpl->tplname : $tmpl) . '/etc/form/' . $form->getName() . '.xml';

    We are still in progress of developing T3 and will release the new version that includes this fix.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 10 years, 6 months ago.

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