Posted by phantomvish on August 4, 2011 at 11:00am
Hi all,
I'm looking for a linkedIn recommendation like module which has the following features.
- One user can visit other user's profile page and write a recommendation or testimonial about him (Basic title + textbox + one image attach)
- The author has the update and delete access and the owner (user whom the testimonial is about) can hide using flags
- Users can request other users for testimonials
- Email notifications to author and owner when testimonials are written and requests are made.
- 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
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
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
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
Thanks again, will try using rules.