Is there a way I could do this with custom php code or something? I have hunted and hunted and all I can find is people who need help PUBLISHING, not using "on publish" as a trigger.
Basically, I need to have a rule that activates when a node is published. Not whenever a node is published, but specifically at the time it goes from being "unpublished" to "published." I thought the built in "Content is published" condition would do it, but nope, that just makes the action activate every time a published content is edited.
Basically I need:
ON content gets published
DO (my action here.)
Thanks for any help anyone can offer. Please try and make it simple/thorough, I'm quite new to Drupal still.