Closed (outdated)
Project:
Admin Notify
Version:
5.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2009 at 21:38 UTC
Updated:
25 Sep 2020 at 08:34 UTC
Jump to comment: Most recent
Comments
Comment #1
alliax commentedin the admin_notify_nodeapi function you can try replacing this:
by this:
what it will do is check if there is keyword1 or keyword2 in the node's body, and will send the notification only if one of the keyword is found in the node's body. You can also do it with $node->title which is the node's title.
This is quick and dirty way of doing it, some developper could do an admin interface for entering the keywords quite easily.
Comment #2
avpadernoComment #3
avpadernoI am closing this issue, which is for a not supported Drupal version.