Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #1020844

    Hi,

    Could you share the URL and login info of your site so I will take a look?

    And clarify the order you changed so I can replicate issue.

    Regards

    5kyy Friend
    #1020875

    Hello,
    this is also on your demo reproducable: http://ja-admin.demo.joomlart.com/administrator/index.php
    Click after login to View as and set it to "manager".
    Play moving the 4 right modules up and down, note your ordering and then press F5. After complete reload, sometimes the ordering is another as you set.

    Saguaros Moderator
    #1021509

    Hi,

    I got your point, I will pass to the team for further checking.

    The Captain Moderator
    #1021574

    Hi,
    To resolve this issue, you can try the solution below.
    In the path: administrator/templates/ja_admin/ajax/modules.php. Find and replace the code:

    $query = 'SELECT * FROM #__modules WHERE position=' . $db->quote($position) . ' AND id != ' . $db->quote($modid);

    by the code :

    $query = 'SELECT * FROM #__modules WHERE position=' . $db->quote($position) . ' AND id != ' . $db->quote($modid) . ' ORDER BY ordering';

    Hope this helps for you.
    Regards.

    5kyy Friend
    #1026230

    Hello,

    oh i saw today there is a following post. Thanks i will try it today and report when success.

    Is acc. JA Admin Template a Update planned???

    5kyy Friend
    #1026279

    Okay i tested your update and seems that this works now.

    Thanks.

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

This topic contains 6 replies, has 3 voices, and was last updated by  5kyy 7 years ago.

The topic ‘Admin Module Ordering not working correct’ is closed to new replies.