I´d like to use fields from a referenced node in an new node of a different content type.
In Drupal 6 there where several ways to do this Job. i.e. VIEWS ATTACH, NODE REFERENCE FIELD ...
Can anybody give me an module advice, how this can be done in Drupal 7?
Getting this line when trying to get into my site: Parse error: syntax error, unexpected T_STRING in /Users/robbiehall/Desktop/halltrucksales/themes/bartik/template.php on line 155
Here's line 155 from template.php bartik
}
Add this if statement code in the function [Bartik]_
preprocess_ddblock_cycle_block_content
I just setup ddblock and looking to conform my theme to handle the mulitple image fieldset. Everything is going fine, but am having a problem. It has to be something simple. Please help!
In implementations of Drupal previous to Drupal 7, you have been able to use the db_query(); function to call tables created in the MySQL database using non-drupal methods (I am dumping XML feeds into some custom tables).
I have been able to extract a certain amount of data from these tables, but I can't quite seem to manipulate them to the same extent that I would expect.
For example these tables have the same information, but the 2nd call doesn't work:
hi, is it posible to make compound field in drupal 7.* I want to combine node reference + text field + image field. Do i have to make my own custom field or there is some way to use existing fields type (node/user reference) ?