I am working with the commerce module to create an online store.I am modifying the products .install file to create a content type (as I have been told this is required) and as part of that content ty
I want to do a simple SQL query in Drupal, but I\'m not sure how. I would like to achieve this: SELECT COUNT(nid) AS i_count FROM node WHERE `created` != `changed`;
Should I call the db_开发者_如何学Gotransaction() inside the node\'s CRUD hook (like hook_load, hook_insert, etc)?
Is it possible in drupal 7 to use a content type as field in another content type? For example, I want the user to type some structure information like Address Content Type in Customer Content Type:
I understand aquia core is different from drupal core and that with testing it is best to install drupal core so when taken love there开发者_如何学运维 are no inconsistencies between the two... ? Anyw
I\'m trying to 开发者_开发百科investigate how to add functionality to a webforms form (want to add a lookup button to populate the form). The issue is that I don\'t seem to be be able to get hook_form
I\'m working on a drupal site, and I need to have an information page for taxonomy data. The taxonomy data has some extra fields that are displayed, including a custom link.
I would like to find out how to change the fi开发者_如何学JAVAeld type of fields in D7. I have just migrated from D6, and some of my imagefields are wrongly converted into file fields.
I need to make a form to upload a CSV file. I get the following error when I try to use the form item below:
Is there any drupal plugin or code that allows you to read from an external RSS feed (lets say cnn.com/rss) and insert the content posts into the drupal database as content nodes开发者_StackOverflow社