Hello,
I would like to display a site-wide message to a user every page load until they create a particular node, however I haven't been able to figure out a way to query a CCK field's content when "User is going to view a page" is selected as my event type. I want to use "User is going to view a page" so that the kind of content they're viewing doesn't matter...the message will always be displayed. Am I going about this the wrong way?
Thanks!
Comments
Comment #1
BlindWolf8 commentedFigured this out on my own. For those interested, a single, normal "User is going to view a page" Rule must call a Rule Set after loading a particular node for data-scraping. The loading of the Node and the Rule Set must be done in the "Do" section. Each Rule in the new Rule Set can then take various actions.