Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I would like to put a field of vote in the comments form where the persons could express their opinion. These results would be then in a block (by Views).
How could I proceed according to you? By a module ? Fivestars ? But any vote on comments, just on comments form...
I've been struggling for a day now trying to find a way to programmatically add a field to a multivalued field. I've been writing code in hook_form_FORM_ID_alter and ti seemed to work (the fields in the multi-valued fields were added) but when saving the node... only the last element was saved.
I have a "Resume" content type with a field collection name "Experiences". I'm parsing a resume automatically from LinkedIn and would like to add the experience data automatically when a user adds a new resume. I tried the following code:
SuperPowerPlanet.com is a Drupal 7 site that uses Feeds to pull in stories as they happen. These stories are divided into automatic taxonomy subjects using Open Calais (http://www.opencalais.com/). I will be adding an anon user submission of new Augmented Reality content so people can add their page links and get back links and for a general Augmented Reality information site.
Drupal 7 is quite nice to use with great features.
I'd like to do this https://drupal.org/node/135344 but in drupal7.
There is an error : Call to undefined function db_rewrite_sql() in D:\wamp\www\drupal7\modules\php\php.module(74) : eval()'d code
Do you know how to modify the code to make it works ?