Drupal 7
I have a view on a content type with a date field (timestamp, but i can change it if necessary)
When i use it in filter criteria, i have no problem to use criteria like Mydate greater than, less than, between, not between etc.
But if i try to do the same thing using contextual filters i have only the "equal" criteria. I need to do this, so i can call the view from code passing arguments to it.
I would like the information from register form to get saved into another table.
Currently the information is stored to the users table.
I would like to change that to the a table named accounts instead.
I know that this may cause problem when modules and such are searching for the users table, so maybe it's better
to add the information to both tables when a new users is registered.
Hi, I've create a node which has a few input fields(textfield, textarea, list) but in
Content types»Manage Fields i see them as one field(which is not a problem) the question is how to make that field visible to other node types and be able to choose it in "Add existing field" section?
I am new to Drupal & Views (7.8 & 3). Getting a grasp of the Views basics, but there's still so much I don't know!
I have a page about a person, Content type Person.
I have a content type Grants.
The person can enter several Grant node ID's in a field "Selected Grant IDs".
I would like to use Views to show the few Grants that person has entered on the Person page.
I'm new to Drupal (v7.8) and have only sketchy php.
With much gratitude to Tim Tunbridge in this post http://drupal.org/node/1061388
I was able to reference fields I wanted in Views 3, using:
$data->_field_data['nid']['entity']->field_client['und'][0]['value'];
However, I am now trying to reference a biblio field using php in Views.
My output in Views using print var_export($data, TRUE); is: