请帮助,我找不到解决方案。 A有规则条件
function blockcontent_rules_condition_MYCONDITION($node) {
$n = 2;
$max = strtotime("+$n day", $node->created);
if (time()>$max){
drupal_set_message("somerror");
return TRUE;
}
else {
return FALSE; }
}
它的工作,但drupal更新节点。如果条件为真,如何拒绝更新节点并显示错误消息?
答案 0 :(得分:0)
我会在保存内容之前基于"创建规则"事件