Using the Cirkuit TinyMCE Skin in Evolution CMS
An extras-style note about bringing the Revolution default TinyMCE skin into Evolution CMS for a more polished editing experience.
Practical how-to articles, migration notes, implementation walkthroughs, and focused recipes.
An extras-style note about bringing the Revolution default TinyMCE skin into Evolution CMS for a more polished editing experience.
A debugging guide for an older Evolution CMS edge case where protected pages and WebLoginPE caused inconsistent Opera behavior.
A classic multilingual snippet pattern for projects that need language switching in Evolution CMS without moving to a heavier framework or rewriting the whole site.
A minimal Nginx rewrite example for older YAMS-based multilingual Evolution CMS projects using language prefixes such as /ru/ and /en/.
A lightweight pattern for storing small reusable text fragments in a chunk and returning them through a snippet instead of hard-coding them everywhere.
A legacy routing guide for cases where you want cleaner nested URLs without destroying the document tree structure in the manager.
A reusable module skeleton for Evolution CMS projects with separated model, controller, and view layers plus editable configuration.
A small JavaScript helper for extracting query-string values when frontend behavior depends on GET parameters.
A classic page-hit counter pattern for Evolution CMS using a text TV, an OnLoadWebDocument plugin, and optional listing integration.
A flexible sidebar pattern that lets editors choose the order of chunk-based blocks with a custom TV and a small helper snippet.
A manager plugin pattern for simplifying the admin interface and replacing parts of the tree or top navigation without patching core files.
A small manager-side fix for TinyMCE anchor links so in-page anchors point to the current resource URL instead of unexpectedly dropping visitors onto the homepage.
A compatibility patch for older DirectResize installations that relied on ereg-style functions removed from modern PHP runtimes.
A small manager tweak for projects where long page titles make the resource tree hard to scan and a shorter menu title is easier to work with.
A manager-side plugin pattern for assigning the right template automatically when editors create resources and folders in Evolution CMS.
A practical guide to using Fast Content CSV for bulk resource updates, imports, exports, and field maintenance in older Evolution CMS projects.
A small pagination enhancement that made long Ditto listings easier to navigate.
A historical plugin pattern for turning `?start=` links into cleaner `/page/N` pagination in Evo.
A reusable menu pattern for pages that need two separate navigation groups at once.
A menu-architecture pattern for showing a third level only inside the active Wayfinder branch.