managerNav: Faster Document Navigation Inside the Evolution CMS Manager
An old but useful manager plugin that added prev/next style resource navigation directly to the admin editing workflow.
Release notes, extras updates, guides, videos, and practical Evolution CMS knowledge in one place.
An old but useful manager plugin that added prev/next style resource navigation directly to the admin editing workflow.
A deeper look at the confusing first-hit failure where Evolution shows an install/config error on the first request but works after a refresh.
What to check when Jot comments cannot be deleted properly, especially on installs with custom permissions or modified moderation flows.
A practical note on handling MultiTV output when a table-style data structure mixes text, rich text, URLs, and thumbnails.
How to think about Login and multiple contexts in Revo when one request initializes one context and another context must also participate in authentication.
Why MultiTV became the practical answer when teams needed repeatable grouped fields, including rich text, instead of older ManagerManager-style helpers.
How to create a resource through the MODX Revo API and then assign TV values correctly after the resource has been saved.
What to check when the session table becomes enormous: retention, bot load, session handler choices, and safe cleanup options.
A practical rule for GET-aware caching: search pages and other high-cardinality query pages should usually stay uncached or use a strict allowlist.
How one large-site AjaxSearch setup was improved by narrowing whereSearch and moving TV lookup into withTvs instead of scanning every TV field.
A troubleshooting checklist for the strange case where a page returns 404 on the first hit but loads normally on the second request.
Why AjaxSearch does not automatically search the rendered output of Ditto, and what to do when most site content is assembled from hidden source documents.
A snapshot of the 1.0.11 testing phase and the custom d5.5 build, including tree improvements, repository integration, and a public call for wider testing.
A practical explanation of why Ditto stops honoring parents when a fixed documents list is passed, and how to choose the right filtering strategy.
How to extend a Shopkeeper workflow so status changes such as Completed still trigger a customer email, not only the default states.
How to show thumbnails in AjaxSearch results only when the image file really exists, using a PHx-based check and a cleaner fallback strategy.
A quick TinyMCE configuration tweak for projects that really need line breaks on Enter instead of automatic paragraph wrappers.
Why WebLoginPE may send a reset email successfully but fail to activate the new password after the visitor clicks the confirmation link.
How to make autoFilter show real category labels in a dropdown instead of raw numeric IDs.
A look at an Evolution plugin that turned the site into a single-page-like experience by reloading only the blocks that actually changed.