test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • statusselect Friend
    #165710

    After updating to latest 1.6 release of JA Teline IV, MegaMenu is no longer displaying the latest articles for the specific sub sections… rather it is displaying the latest articles site wide on each sub menu.

    Example: when I hover over social dynamics, I only want to see latest articles from Social Dynamics… but I end up seeing all the latest articles from all the sections, when I hover over Social Dynamics…

    Can someone please help me fix this?


    1. Screen-shot-2011-06-27-at-1.03.48-PM
    jsliao Friend
    #398754

    check all the ja_bulletin modules posted under mega5 position.

    make sure that under the categories selection, only the desired categories are selected.

    Sherlock Friend
    #399054

    hi statusselect
    Please update FTP account, I can’t edit your files for finding bugs
    Regards

    statusselect Friend
    #399232

    can you access FTP, but just not edit it? if so we can SSH ownership from apache to user.

    statusselect Friend
    #399648

    Try it now, please 🙂 I have changed permissions.

    Sherlock Friend
    #400175

    I reported bug to Developer team, please kindly wait update , you can check here:
    http://pm.joomlart.com/browse/JATCTELINEIV-252

    onobles Friend
    #400348

    Yeah I had the same issue. Tech support fixed it but two days later it was doing it again. Hopefully you get good help.

    thangnn1510 Friend
    #401282

    Hi onobles!

    could you give the link of your thread or ticket id?

    Thank you.

    thangnn1510 Friend
    #402474

    This issue is bug core JOOMLA.

    You can fix with solve below

    To solve the example 1 issue as you said I open the file of libraries/joomla/document/html/html.php,look for this code

    if (isset(parent::$_buffer[$type][$name])) {
    return parent::$_buffer[$type][$name];
    }
    And change it to

    $attname = $name?$name.’-‘.md5(serialize($attribs)):$name;
    if (isset(parent::$_buffer[$type][$attname])) {
    return parent::$_buffer[$type][$attname];
    }

    http://pm.joomlart.com/browse/JATCTELINEIVJ16-138

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

This topic contains 9 replies, has 5 voices, and was last updated by  thangnn1510 13 years, 4 months ago.

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