(2024-06-20, 06:15:55)islander Wrote:(2024-06-13, 05:06:43)roisag Wrote: On frontend everything works fine.
I figured out that items customĀ order for section is stored in order.txt file. I have 10 items in section so after saving custom order of items plugin created this file that in my case contains string "5,6,9,7,8,4,3,2,0,1". But after adding another one item to section order.txt file is not updated. So we have 11 items in section but order.txt still contains only 10 and I think that is the problem. If custom order is detected after adding new item it shoud be placed as first or the last element of the list I think.
v5.5 is now available and I think it has resolved this issue.
https://github.com/GetSimpleCMS-CE-plugins/plugin-MultiBlock/archive/refs/heads/5.5.zip
Yes, it works fine now. One important thing for user that has custom sorting. Now it is based on slug that is generated automatically. So after plugin update you need to edit and save existing items to update config files. After doing that sorting works as expected on backend and frontend. New item is adding to the top of list. Thank you.