Changes

Jump to navigation Jump to search
Line 73: Line 73:  
   event_link("phplist-create-pseudo", "$event", "55");
 
   event_link("phplist-create-pseudo", "$event", "55");
 
  }
 
  }
 +
 +
 +
* Order of implicit actions
 +
 +
The implicit actions are implemented by inserting the action script generic_template_expand early in the list of actions to be run in an event and the adjust-services action near the end of the list. You should normally link your action scripts in the range S10 to S80 so that they occur after templates2expand and before services2adjust.
 +
 +
{{Note box|The generic_template_expand action is currently run at S05 and services2adjust is run at S90.}}
    
===== service_link_enhanced =====
 
===== service_link_enhanced =====
Line 119: Line 126:  
     templates2events("/opt/roundcube/config/db.inc.php", console-save);
 
     templates2events("/opt/roundcube/config/db.inc.php", console-save);
   −
{{Note Box|msg=The settings below are new, waiting a release with the bug [[bugzilla: 8951]]}}
+
{{Note box|msg=The settings below are new, waiting a release with the bug [[bugzilla: 8951]]}}
 +
 
 
===== event_templates =====
 
===== event_templates =====
 
       This function creates a file tree (of empty files) which is used by the generic_template_expand action to determine which templates need to be expanded for a particular event. Takes one event
 
       This function creates a file tree (of empty files) which is used by the generic_template_expand action to determine which templates need to be expanded for a particular event. Takes one event

Navigation menu