Is there a user to user testimonial module?

Events happening in the community are now at Drupal community events on www.drupal.org.
phantomvish's picture

Hi all,

I'm looking for a linkedIn recommendation like module which has the following features.

  1. One user can visit other user's profile page and write a recommendation or testimonial about him (Basic title + textbox + one image attach)
  2. The author has the update and delete access and the owner (user whom the testimonial is about) can hide using flags
  3. Users can request other users for testimonials
  4. Email notifications to author and owner when testimonials are written and requests are made.
  5. Views and blocks support

Please direct me if there is already a module available or I'm ready to pay for one if somebody can develop.

Comments

I would ideally do it by

drupalfandelhi's picture

I would ideally do it by first creating a "testimonial" node content type and then adding a CCK "user reference" field in it. This field would be hidden and would show up from the link from whose profile the testimonial is being written.

As an example, the URL would now look like
node/add/testimonial/3

where 3 is the UID of the user for whom you logged in user is writing a testimonial.

In the testimonial-node-form.tpl.php, you would read this UID 3 from the URL and set the user reference field to 3. This way we are tracking the person who is writing testimonial and the person for whom testimonial is being written.

Then using Drupal Views, you can show howsoever you want.

Make Sense?

========================

My Current Site in Development: Find Hotels in Manali

Thanks I managed to do so

phantomvish's picture

Thanks I managed to do so much, but how do I add email notifications and flagging permissions (to owner only) etc? Since I'm not developer, I thought a clean module with these features bundled would make sense.

It has to be a bunch of

drupalfandelhi's picture

It has to be a bunch of modules integrated. For email, you can use Rules. Otherwise I don't think you would find out of the box module for this.

========================

My Current Site in Development: Find Hotels in Manali

Thanks again, will try using

phantomvish's picture

Thanks again, will try using rules.

India

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week