drupal-rules
Comparison of user account created date + 6 months to current date: how?
Im trying to create comparison of user account created date + 6 months and see if its greater than site current date and if it is to block user. (6 month expiration for user accounts)[详细]
2023-04-04 20:06 分类:问答How to get Drupal Rules settings?
How to programmatically retrieve configuration of the specific rule? I tried $settings = rules_config_load(\'RULE_NAME\');[详细]
2023-03-27 14:44 分类:问答Rule-based node creation: commerce product + product display node set
I\'m trying to bind a Commerce product type to my own custom type node (serving as a display node). The goal is to enter new data in as few places as possible. I\'m thereforeexplori开发者_运维知识库ng[详细]
2023-03-15 07:07 分类:问答How to prefill a field of a node using rules in Drupal7?
Using rule开发者_如何转开发s it\'s easy to fill field values of a node after user pressed the save button. Just add a rule on before saving content event. But is it possible to have a rule to prefill[详细]
2023-03-08 10:33 分类:问答Drupal hook to change date CCK field value
I need to send out a reminder email the DAY BEFORE a Calendar Event as well as the DAY AFTER. Unfortunately, I can\'t use Rules Scheduler, because the Tokens can\'t be manipulated with PHP. It doesn\'[详细]
2023-03-06 03:25 分类:问答Run rule only if workflow state changed to XYZ
In Drupal I\'d like to s开发者_如何学Cet up a rule that only runs if a workflow state is changed to a specific state. For example, if an Application is marked as \'submitted\' and was previous marked[详细]
2023-02-13 12:52 分类:问答Convert drupal 6 rules module to drupal 7
The documentation for rules 2 development seems (to me at least) a lot more confusing than version 1.Im trying to get a user contributed module for a new rules action converted over to drupal 7/rules[详细]
2023-02-13 12:51 分类:问答How to set the published content by the Drupal Rules module node as the frontpage node?
I\'ve got a rule set wh开发者_Go百科ich publishes a node based on some condition. This is working great. Now I would like to also promote that node as the front page (not publish it in the front page)[详细]
2023-02-02 00:46 分类:问答Drupal Rules - Reference
I need to creat开发者_如何学JAVAe something like this. Have several nodes ( NODE A ) with: C++, PHP, PLSQL, JAVA, etc... ( in each node )[详细]
2023-01-22 16:54 分类:问答Rules module not picking up the (external) "User Login" event?
In my installation the users login with Shibboleth [1], but the rule [2] I\'ve set up to be executed on \"User has logged in\" event, isn\'t executed.[详细]
2023-01-21 16:19 分类:问答