Vote in comment form

Hello,

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...

Thanks to you all.

Adding custom templates with Ckeditor Module

Hi, previous versions of the ckeditor module allowed me to add my own templates to the editor by adding the following line in the ckeditor.config.js:

config.templates_files = [ '/sites/all/themes/THEMENAME/js/templates.js' ];

And then including my own templates.js file:

CKEDITOR.addTemplates('default',
{
imagesPath : CKEDITOR.getUrl('/sites/all/themes/THEMENAME/img/'),

Adding a new value to a multivalued field programmatically

Hi,

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:

Disappearing Profile Images from User Module

When our users upload an avatar and save, they can see the image. However, when logging out, and logging back in, the image is gone.

I've confirmed the images exist after upload in our sites/defaults/pictures directory

Any thoughts?

Augmented Reality News Site - SuperPowerPlanet.com

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.

http://superpowerplanet.com

display last x node from taxomany

Hello,

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 ?

thank's in advance

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x