.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _tasks_feusersreminder: Frontend Users Reminder ======================= Reminds a frontend user, if a record becomes deprecated. Properties: * E-mail of the task manager (sender) * Development / Production settings * Draft for the e-mail with the header data From, Cc (optional), Bcc (optional), Subject and the placeholder %table.field% * Available tables (see requirements below) * Remind again in ... Requirements ------------ Records must be owned by a frontend user. Tables are available, if they have configured the fields `fe_cruser_id` and `tstamp` in the TCA ctrl section. `tstamp` is configured by default. See example code below. .. code:: php $TCA = [ 'ctrl' => [ ... 'fe_cruser_id' => 'fe_cruser_id', 'tstamp' => 'tstamp', ... By the way ---------- The task above makes sense when frontend users can manage data such as job postings. After a certain expiration date, they should be reminded to delete their data if it is outdated. Frontend editing allows, among others, the extensions * Organiser: the Lobby Blog Database (`EXT:org `__) * Publish! (`EXT:publish `__) * xBlog: Frontend-Simplifier (`EXT:xblog `__) **Table of Contents** .. toctree:: :maxdepth: 3 :titlesonly: :glob: Workflow/Index