Blog Sections Open
Reordering menuindex Automatically Inside a Parent Resource
When editors reorder large sections by hand, a simple automation or manager helper saves time and prevents broken navigation order.
A frequent manager pain point is having to update menuindex manually across a whole branch of resources. For content teams this is slow, error-prone, and hard to explain.
The Real Need
Editors usually do not want absolute control over every number. They want one of two things: move this resource up or down, or insert one item and let the rest shift automatically.
Better Workflow Options
- Use a dedicated manager helper or module for bulk resource ordering.
- Add drag-and-drop ordering where possible.
- Run a small script that recalculates
menuindexvalues under one parent after an insert or move. - Keep business order separate from navigation order if the catalog needs multiple sorting modes.
The important lesson from the donor topic is not the exact tool but the workflow: content managers should not have to renumber dozens of siblings manually for everyday changes.
Using Snippets Safely Inside eForm Templates
Understand when snippets inside eForm templates are parsed and how to avoid parser errors in older Evolution CMS projects.
Using IF with Ditto Placeholders in Evolution CMS
Why IF conditions fail with Ditto placeholders and how to structure uncached output so pagination values are evaluated correctly.