Filtering Wayfinder Output with a Custom Condition Instead of Guessing at `&where`
How to handle menu filtering in Wayfinder when a simple JSON-style where condition does not behave as expected.
Practical how-to articles, migration notes, implementation walkthroughs, and focused recipes.
How to handle menu filtering in Wayfinder when a simple JSON-style where condition does not behave as expected.
A practical approach for showing per-resource EvoGallery image counts inside a DocLister listing.
How to bootstrap the Evolution API in a standalone PHP endpoint and return structured JSON to jQuery or another frontend consumer.
How to debug KCFinder when it can neither upload new files nor display files that already exist on disk.
How to add the classes and attributes your frontend lightbox expects when rendering galleries with EvoGallery.
Practical options for watermarking images in MultiPhotos when a drop-in plugin does not work as expected.
How to submit an eForm form from a modal and render the validation or thank-you response back into that same modal.
How to route AJAX requests through Evolution CMS without relying on unsafe generic snippet execution endpoints.
How to send different user types to separate personal account pages after authentication with WebLoginPE.
How to add dependent region and city dropdowns to a WebLoginPE registration flow without turning the form into an unmaintainable mess.
How to keep the current menu item visible in Wayfinder while removing the clickable link from the active page.
A practical approach for triggering Shopkeeper cart recalculation when users click plus and minus quantity controls.
How to keep Fancybox working after new images are appended to a page with infinite scroll.
How to prevent array-like data from breaking when a TV contains square brackets and is rendered directly in a template.
How to offer two different WebLoginPE registration flows on one page and switch between them with radio buttons.
A minimal Evolution snippet pattern for showing content only to authenticated manager users.
How to create a new Evolution CMS resource from an eForm submission by using docmanager and mapping both standard fields and TVs in one flow.
How to conditionally render a video block in Ditto listings when a video TV may be empty and the project needs safe fallback markup.
How to format numeric price values before they reach a chunk by using parseTplChunk and a small normalization step in Evolution CMS.
How to track recently viewed products with session data in Evolution CMS and render a simple block of viewed items on product pages.