Drupal - Rules Condition that node has been updated more than once?
Is it possible to have a Rules Condition that a node has been updated more than once? I need different email alerts for when content is created and when its updated. The issue is that im using the Multistep module: http://drupal.org/project/multistep The Multistep module breaks the node creation form into 2 or more separate pages. One the first pag...
How can I get code in Drupal template.php to execute more than once?
I added a mobile redirect code (which works fine on other non-drupal sites I've built) to the top of template.php in my Drupal theme. I know I'm targeting the right file because I put a bit of commented html in there just to make sure. After clearing all caches and visiting the site ryansharkey.com on mobile, the redirect successfully works by send...
Send mail once content approval of custom content types
I am creating one Like job posting custom content type.The permission for only posting the job for recruiter.After Post the job I need the approval for publishing permission from admin. My thought when recruiter post the job i want to send the mail like recruiter post the new job for admin and once admin approved the content. How can i do this
User Relationships view showing each relationship more than once
I'm trying to display a users relationships through Views(3). I'm getting duplicates for accepted relationships. Also, the current user show's up under his/her own relationships. Here's what I got so far: Format: Unformatted list Show: Fields Fields User: Name User: Picture Filter criteria User: Active (Yes) (rtid) User relationships: Requester or ...