Blog Sections Open
Opening a New Document Form Automatically After Save
How to launch the create-document form right after saving a resource when one workflow needs managers to add many sibling pages in sequence.
Some editorial flows require entering many similar resources one after another. In those cases it can be faster to open the new-document form immediately after saving the current item instead of sending the user back to the tree manually.
The idea is straightforward: catch the save event, detect the relevant parent or template context, and redirect the manager to the document-creation action with the correct parent ID already set.
This is most useful for catalogs, glossaries, schedules, and other high-volume structures where managers create many similar records in one session.
Deleting Resource Images Automatically When Content Is Removed
How to use Evolution CMS events to find deleted resources and clean up related TV images and generated thumbnails.
Building Product Tabs That Editors Can Extend from the Manager
How to implement a tabbed product layout where editors can add or change tab content from the manager instead of hard-coding every tab in the template.