Skip to content
Snippets Groups Projects
Select Git revision
  • 6.x-1.5
  • 8.x-3.x default
  • 372328-rules-overview-sortable
  • 4.0.x
  • 7.x-2.x
  • 6.x-1.x
  • 7.x-1.x
  • 8.x-3.0-alpha8
  • 7.x-2.14
  • 8.x-3.0-alpha7
  • 7.x-2.13
  • 8.x-3.0-alpha6
  • 8.x-3.0-alpha5
  • 7.x-2.12
  • 8.x-3.0-alpha4
  • 7.x-2.11
  • 8.x-3.0-alpha3
  • 8.x-3.0-alpha2
  • 8.x-3.0-alpha1
  • 8.x-3.0-unstable7
  • 7.x-2.10
  • 8.x-3.0-unstable6
  • 8.x-3.0-unstable5
  • 8.x-3.0-unstable4
  • 7.x-2.9
  • 7.x-2.8
  • 8.x-3.0-unstable3
27 results

rules-372328

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / rules
    1162 commits behind, 376 commits ahead of the upstream repository.
    rfsbsb's avatar
    Issue #343403 by rfsbsb: Added condition: Content has term
    Rafael Silva authored and fago committed
    949e70c4
    History
    Rules Module
    ------------
    by Wolfgang Ziegler, nuppla@zites.net
    
    
    The rules modules allows site administrators to define conditionally executed actions
     based on occurring events (ECA-rules). It's a replacement with more features for the
     trigger module in core and the successor of the workflow-ng module.
    
    It opens new opportunities for site builders to extend the site in ways not possible
    before.
    
    
    
    Installation
    -------------
    
    *Before* starting, make sure that you have read at least the introduction - so you know 
    at least the basic concepts. You can find it here:
                         
                              http://drupal.org/node/298480
    
     * Copy the whole rules directory to your modules directory and
       activate the rules module.
     * You don't need to enable the "rules simpletest" module unless you want to run the tests!
     * You can find the admin interface at /admin/rules.
    
    Notes:
    
     * If you have the php module activated, you can use a php input evaluator in 
       your rules.
    
     * If you install the token module, you can make use of token replacements in your rules.
       Get the module from http://drupal.org/project/token. Make sure you have a recent version,
       6.12 or later. Then just activate the module - that's it.
    
       You don't need to enable the token actions module as rules provides already equivalent
       actions, which are better integrated into the rules module. 
       
    Documentation
    -------------
    Check out the docs at http://drupal.org/node/298476
    
    
    Rules Scheduler
    ---------------
    
     * If you enable the rules scheduler module, you get new actions, that allow you to
       schedule the execution of rule sets.
     * Make sure that you have configured cron for your drupal installation as cron
       is used for scheduling the rule sets. For help see http://drupal.org/cron
     * If the views module (http://drupal.org/project/views) is installed, the module displays
       the list of scheduled tasks in the UI. 
    
    
    Rules Forms
    -----------
    
     * If you want to manipulate or customize forms on your site, you can use the rules
       forms module. It provides events, conditions and actions for rule-based form customization.
     * Take a look at the README.txt file in rules forms module subfolder.
     
    
    Rules Simpletest
    ----------------
    
     This module just provides some test case for the rules module. You don't need to
     activate it unless you want to run these tests with the simpletest module.