• Resolved antonk9000

    (@antonk9000)


    OK, I understand the need to have to sync each subfolder separately. It’s annoying but I can handle it.

    However, after every sync, it keeps jumping to the root, so I have to reopen every folder, subfolder, sub-subfolder, etc.

    Is there any way to make it stay at the currently-synced folder?

    Or, better yet, some way to traverse all folders & sync them all at once? (I don’t care how long it takes, it can run overnight, as long as I don’t have to sit there and click, wait, click, wait, click, wait…)

Viewing 1 replies (of 1 total)
  • Plugin Author AlanP57

    (@alanp57)

    When files or folders are added during a sync,the page is refreshed and the folder tree will go back to the top level folder, unless we turn on the ‘state’ parameter of the folder tree. I do not like using ‘state’ because it makes the images on the page load twice, but I suppose I could make this a configurable option at some point in the future.

    For now, if you want to make the folder tree return to the previous folder you can edit line 1803 of the file plugins/media-library-plus/maxgalleria-media-library.php and change the line from:
    'plugins' : [ 'sort', 'types', 'contextmenu' ],
    to
    'plugins' : [ 'sort', 'types', 'contextmenu', 'state' ],

    For those wanting to sync multiple sub folders at one time, this feature is available in the Pro version.

Viewing 1 replies (of 1 total)
  • The topic ‘Stop jumping to root after every sync?’ is closed to new replies.