Search in group Search
Rules 7.x-2.x Development Plan / Status
Status:
- Everything has been ported and the module is fully functional
- Developer docs: Done
- Upgrade path. Upgrading the module works and rules conversion code is done, however conversion definitions are not yet 100% complete. See http://drupal.org/node/997474
Rules Forms:
- Unfortunately upgrading Rules Forms stuff is hard as the $form structure changes too. Thus this won't be supported.
- Furthermore we'll improve Rules Forms for 7.x to work on a higher abstraction level, being entity forms and fields.
Need Help: How really to schedule Publish and UnPublish for nodes as they are being imported?
Hello, I would like some guidance on this as it worked in D5 (via workflow-ng) but I can't get it to work in D6. (See code snippet below)
Versions:
Drupal: 6.17
Rules: 6.x-1.2
Rules Administration UI: 6.x-1.2
Rules Scheduler: 6.x-1.2
Scheduler: 6.x-1.7
Node Import: 6.x-1.0-rc4
Objective: Import nodes from a CSV file that includes fields (adstartdate, adenddate) containing the dates to Publish and Unpublish the nodes. (Publish at 00:00:01, Unpublish at 23:59:59 on the given day).
I keep getting:
Read moreRunning 3 rules sequentially, once per day
Hi
I have been using rules-views integration. and have set up 3 different views where each view uses 'rules executor' to set some flags on my site.
Each of these 3 views works fine on its own.
But I need to schedule these three steps to run sequentially, once per day, but I'm not sure how to do that.
I need something that will run each view, one after the other, and do this every night at 2am.
Any ideas?
Read moreRules action to create a node in D7
I can here to ask if there was an action to create new nodes. Not being used to D7 yet, I didn't realise that what I was looking to do was "Create entity".
So worked it out easily, and I'm posting this for the benefit of others searching :)
Newbie in need of help setting rule based on taxonomy term.
Here is a Drupal forum post I made detailing what I am trying to do:
Read moreRules Optimization:Update-6
Here is the sixth update of Rules Optimization SoC Project. In the previous week I didn't start with rule sets as I mentioned in last update. Instead of this klausi and me agreed upon optimizing tree structure further.
Tasks done:
Read moreUsing rules to set content permissions
I'm a Rules noob with what could be a very common and easy problem to solve, yet I'm stumped. I have a content type called "resource" that I'd like to partially gate so that anonymous users can see the title and teaser, but not the full body or file attachments without logging in. Is it possible to use Rules to make it so that a user must log in to view the full node for a specific content type?
Thanks!
Read moreOverride another path redirect
Hello!
I have this issue with the storm.module in which after submitting a form I'm redirected to the module's main page.
Thing is I want to redirect my users to a different confirmation page.
Followed the instructions in a tutorial (http://drupal.org/node/298482), only to be redirected to the storm.module default landing page.
Checked the forum and found (http://drupal.org/node/304033) that an "override another path redirect" option exists, or existed.
I'm not a coder, so please bare with me...
Warm regards from sunny México!
:-)
José
Time based condition in Rules > Anti abuse system
Hi,
Is it possible to have time based conditions in Rules? For example, allow the user to execute a rule 10 times a day, and when they try for the 11th time they get a message 'You've used up all your votes for the day'
I ask because I'm using Flag to cast votes on nodes using rules already, and want to add a rules condition as a sort of anti abuse system.
Here's how it's laid out:
Flag triggered > (Condition described above) > Rules Adds Vote using VotingAPI > Rules resets Flag and displays 'thanks for voting message'
Any ideas?
Many thanks, Joe
Read moreGet content to appear on specific page, based on user input in CCK
I've got a site with the content type "event." I'd like users to be able to create a poll specific to a single "event" page. I'd like the poll to appear on the related "event" page and only that page. (So Poll A only appears at the bottom of the Event A page; Poll B only appears at the bottom of the Event B page; etc.)
Using CCK, I can have the user enter the URL of the event page when creating the poll. But how can I tell Drupal to post that poll on the bottom of that URL?
Read more
