2024-06-13, 05:06:43
(2024-06-12, 18:32:07)islander Wrote:(2024-06-11, 16:59:42)roisag Wrote:(2024-06-11, 00:30:34)islander Wrote: This is a bug. I have let @multi know, but not sure when a fix will be added.
Thanks
I know this was happening to me in the past, but I cant seem to reproduce at the moment.
Try v5.4, to see if this cures the problem.
Is this happening on the front-end, back-end, or both?
If its on front-end only, be sure to add to template:
Code:<?php mborder();?>
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.