I need a module, which can limit the values of a Field of a Node to the list of values of the same Field of the Node's "parent" Node.
Example:
We have two content types: Group and Article to post articles inside groups.
And we have a vocabulary say Rubrics, with terms like: Politics, Sport, Family and Fun.
We add a Field of type Term Reference both to Group and to Article to tag both of their's nodes with Rubrics.
While installing drupal 7 i am getting the following error: plz help me how to solve the issue
PHP extensions Disabled
Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):
I'm working on a website for a friend, but I found that I had to start the development site under one of my own domains. I was later told that it would be pretty difficult to move the site to a new location after I finished with it if the urls were going to change.
With normal arguments Fields: field_days
and with "Display all values"
and "Basic validation"
with argument added (7) the query has the following part:
WHERE (( (node.type IN ('tilbud')) AND (field_data_field_days.field_days_value = '7') ))
Now I change "Display all values" to
"Provide default argument" of type PHP Code
Default argument Code = $weekday = dat('N');
Also tried $args[x] = dat('N');
and a lot of other possibilities.