The triggers tag has no wiki summary.
0
votes
0answers
34 views
How to get Colorbox Trigger working with 1 Image and a Placeholder Image?
I created a content type called "News" with a Image Field for Multiple Images.
I uploaded a placeholder image for the case that no image is added.
When a create a view with the a colorbox trigger the ...
0
votes
0answers
18 views
How to embed a View in an Action
I have a trigger which is used to send an email.
I would like the recipients field, and the body field to use the results from Views. From what I can see, the only placeholders available are fields ...
3
votes
1answer
54 views
What does 'set breadcrumb' do in Rules?
One of the actions that comes with the Rules module is 'set breadcrumb'.
When trigger this action, however, nothing seems to happen to the breadcrumb.
What is supposed to happen? Does it set the ...
1
vote
2answers
35 views
Node authors notified by email when a comment is added using trigger module - node token not getting
My goal is to send a notification email to the node author when a new comment is added. For this i am using trigger module. But didn't get the node author mail id.
Any one experienced in it?
0
votes
1answer
62 views
The same rules, only one being triggered
I am working on a website and one (maybe more) rule is not being triggered.
The rule that is not working is as follows
Event:
After updating existing content
Condition:
Content is of type...
...
0
votes
0answers
15 views
Selectively override a Trigger?
I have a TRIGGER: AFTER CREATING A NEW USER ACCOUNT set up, but I am integrating social sign-in and don't wish the trigger to run in that situation. How could I override these triggers in specific ...
1
vote
3answers
108 views
Create a Form in a Block using API that sends captured data to email [duplicate]
Possible Duplicate:
Send email of form data?
So I have a simple three field form which I've created in HTML/CSS, see here:
Now I want to put this into a block module, generate the form ...
1
vote
2answers
73 views
How do you dynamically redirect a user's role?
This is a two parted question that deals with two different Modules "User" (or even possibly "triggers and actions") and Profile2. The main task is to have a user dynamically placed within a user role ...
1
vote
1answer
47 views
Why are only a few actions available on my triggers page?
I'm customising the content publishing flow of my site using actions and triggers. Unfortunately I've got a problem that not all the actions are show on the triggers page.
For example on
I have: ...
1
vote
2answers
141 views
What are Hooks, Actions and Triggers in basic terms
In basic terms what are hooks,actions and triggers.
My ideas are that hooks allow you to do something when an event takes place and that the "something" is the action.
I am having a bit of trouble ...
0
votes
0answers
157 views
Triggered rule: How to delete and update content URL alias when auto aliases are being used?
I'm trying to set up a triggered rule that deletes a node's automatic alias and replaces it with a custom alias when the workflow state of that node has changed.
However, when I do change the ...
1
vote
1answer
439 views
Set node action for specific content type
I want to set a trigger to redirect when a node (or comment) on a certain content-type is created.
I have 2 hurdles here:
The Trigger module doesn't seem to offer any distinction between content ...
1
vote
1answer
210 views
How to sending notification emails in a journal style “Newsletter”
I am working on replace an existing, custom built website with a Drupal 7 site. In the existing website I've coded a more or less smart email-notification system which I like to re-build for the ...
1
vote
1answer
150 views
how to write a post-save trigger
The node_api hook provides a bunch of triggers which allows you to customize what might happen on, for example, a presave. The node_api presave opcode triggers an action to occur after clicking on the ...
0
votes
1answer
198 views
Trigger when a user clicks on a link
I have a menu listing different links and on some of the links, I want to trigger a notification to the User. I'm working on drupal 7. Also please let me know what modules I would need in the process.
...
2
votes
1answer
121 views
Trigger when a $_SESSION variable is set
I would like to run an action once a specific $_SESSION variable is set. In both Trigger and Rules, I do not find a description on how to do something like that. Can anybody help me, or at least hint ...
0
votes
2answers
65 views
why is the node id missing from the comment:edit action?
When I setup a trigger on comment creation and edit that fires the action "send email" I have the folling tags available in the action editor that seem to be missing the nid on output:
...
0
votes
1answer
129 views
Subscription and Node action
I am using Drupal 7. And i am quite new.
I want to develop a system in website where an Event is declared by the Administrator. (Event is a custom event type - or i can use any existing one if ...
1
vote
2answers
753 views
How can I create a Drupal/IFTTT trigger or action?
I am looking into the service IFTTT ("IF This Then That"), which is like a trigger/action for the internet. For example, I could tell it that IF I post a new image to flikr, THEN post a link to it on ...
1
vote
2answers
827 views
execute a php code after a user login
I see that triggers page is changed from the version 6, It's pretty wierd..
I can't find When user logs in execute a php code thing...
What I have to do is exactly that..
control some user roles ...
2
votes
2answers
648 views
On node view page show a link or button that executes an action?
The closest that comes to this for D5:
http://drupal.org/project/node_operations_block
I am familiar with creating VBO Actions, but not sure how to create it for a node operation. Such as a link or a ...
0
votes
1answer
128 views
Create rule to e-mail only someone who has combined roles
This is for a Drupal 6 install.
In rules there is an IF statement available of "If user has roles" and this can be set to be either an "and" statement or an "or" statement.
Within DO is an option ...
1
vote
0answers
308 views
Get OG administrator users from Rules
I want to send an e-mail to all group administrators when a user joins a group.
Rules and OG come with this functionality out of the box, but unfortunately the default rule is set to only e-mail the ...
0
votes
2answers
258 views
do predicates in Ubercart really work?
I´m trying to update a shipment cost for different zones of a country
(using predicates, conditional actions)
Using the trigger Getting shipping quote via Flat Rate
class uc_flatrate, activated , ...
0
votes
1answer
471 views
Drag ad drop images to make a customised gallery
So I have a content type "Albums" which has a field "image". This allows a user to upload several pictures into this album.
What I have done next is made a view that displays all the different ...
1
vote
1answer
252 views
Newbie - I want to trigger an action when a user creates / updates a profile
I would like to trigger an action when a user creates or updates a profile.
What classes should I look for?
I search for the documentation but I didn't understand it much. Can you point me to the ...
4
votes
4answers
508 views
Custom actions not appearing in the Trigger/Action settings page
I am developing a custom module which defines custom Triggers and Custom actions.
When I add or change an action, this action doesn't inmediatelly appear in the select list of the Triggers admin page.
...
2
votes
1answer
135 views
Trigger whenever a user uploads an image
I would like to enable certain actions to occur whenever a user uploads an image, namely movement to s3 and adding an entry in the db for site and metadata purposes. What would be my first steps in ...
1
vote
2answers
390 views
Triggers on node creation of certain content-type
It is a question that always gets answered by "use rules module." Unfortunately, this site depends heavily on a few actions and triggers already, and a migration is not in order.
Are there ...

