The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
15 views

How do you add a conditional to check if the Node object exists?

I have the following code, but how do I add a conditional to check if the menu_get_object() is grabbing a node object or not? Im mainly using this in my contextual filter in views and its throwing an ...
0
votes
1answer
16 views

Rules 2.x check if node is displayed as page?

In Drupal 6 to check if node is displayed as page we can use: Select the condition to add - > Check a truth value Truth value - > <?php echo $page ?> How to do this in Rules 2.x for Drupal 7? ...
0
votes
0answers
50 views

How to hide fields by default with webform-7.x-4.0-alpha6

How do I make conditional fields work properly with webform-7.x-4.0-alpha6 ? Expected behaviour : I created a webform content with a radio button field called "Assurance" (yes/no). The wanted ...
2
votes
1answer
35 views

Is there a rule condition to check if the url is the front page?

Just wondering if is there a rule condition to check if the url is the front page of the site?
2
votes
1answer
22 views

Rules: fire at adding term only when one of this term anscestors is other specific term

I'm trying to add menu items programatically by using rules - the item should be added after user will create a term, but I need a specific condition that I cannot accomplish - fire rule only if ONE ...
0
votes
0answers
22 views

Current Theme condition for Rules?

Is it possible to add a Rules condition to reflect current theme? Similar to that found in Panels Selection rules? I tried Rules Bonus but was unsuccessful.
0
votes
0answers
70 views

Send 3 unique file download links of ubercart products to users via conditional action email

Currently I have files attached to each product as a 'file download' feature. In Ubercart there is an option to set number of downloads a user can make using a file download link. in my case it is ...
0
votes
0answers
56 views

Adding multiple postal codes (not within a range) to a Ubercart conditional action condition

So Im building this shop for a client, and it's a small family business so they want to deliver personally. However, they've set delivery prices for areas within 10kms, 20 kms, 30 kms, and so on, up ...
0
votes
1answer
299 views

Drupal 6 node_load with conditions

Here is the situation: I have two content types. Content type a has a CCK reference field for content type b. Now I am trying to load all the nodes from content type a that are referenced to content ...
0
votes
1answer
31 views

want to ask if there is a way that I can display a field from another content type to a field of another content type

Im quite new to drupal (7) and want to ask if there is a way that I can display a field from another content type to a field of another content type and applying condition at the same time? Here is ...
0
votes
1answer
95 views

How to expose a select field to Rules?

In Drupal 7, I have defined a new content type which has a checkbox field . The idea is that when a user chooses option A and submits the content, the system do something after creation of the ...