Page 1 of 5 123 ... LastLast
Results 1 to 10 of 44

Thread: Rate Users & Feedbacks

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    Il Gatto's Avatar
    Join Date
    Dec 2009
    Posts
    47
    Thanks
    0
    Thanked 2 Times in 1 Post

    Rate Users & Feedbacks

    Is there any plugin available to make possible to rate users? Not posts, users... Some sort of feedback rating + history... that would be interesting...

  2. The Following 2 Users Say Thank You to Il Gatto For This Useful Post:

    coza (November 10th, 2011), dmyers (October 13th, 2010)

  3. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Rate Users & Feedbacks

    I too, have always loved the idea of user ratings/feedback, but haven't ever seen a plugin for anything other than post ratings. Would be great though.

  4. The Following User Says Thank You to pepsi For This Useful Post:

    ricsca (December 10th, 2010)

  5. #3
    Newbie
    Not a Verified Customer
    irlray's Avatar
    Join Date
    Apr 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Rate Users & Feedbacks

    Yes i have been searching for something similar but no luck. Be great if its included in the next release

    Ray

  6. #4
    Junior Member shorthairyman's Avatar
    Join Date
    Feb 2010
    Posts
    31
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Rate Users & Feedbacks

    I've also been looking for a simple feedback/user rating plugin that could be integrated into a users public profile page. I guess I have to get some paid development that get that plugin.

  7. #5
    joanna's Avatar
    Join Date
    Jun 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Rate Users & Feedbacks

    I want this too....there's the multi set things....the stars and such....but I want it for users too....

    anyone interested in splitting the cost of development???

    I'm interested.

  8. #6
    Veteran rodeoramsey's Avatar
    Join Date
    Jan 2010
    Location
    Ohio
    Posts
    277
    Thanks
    3
    Thanked 13 Times in 10 Posts
    Hey Pepsi, can we bump this over to the Suggestions category? I'd like to +1 here as well and vote this up. I think it's a great idea and I've found NO plugins or anything to tweak myself so might as well suggest to build it into CP!
    ~Ramsey

  9. #7
    Junior Member jvtraydz's Avatar
    Join Date
    Aug 2010
    Location
    San Diego, CA
    Posts
    29
    Thanks
    2
    Thanked 6 Times in 6 Posts
    I just implemented this on my site through a lot of trial and error. You have to do a few things, but it is definitely possible to do.

    1. Install the plugin CMS Press and create a "feedback" custom post type. No extra taxonomies needed. Change the Permalink Structure to "%identifier%/%postname%/".
    2. Create a member_fb_post.php file, put this code into it, and put it into your /wp-content/plugins folder and activate it.
    3. Create a feedback.php file, put this code into it, and put it into your /themes/classipress/ folder.
    4. Create a comments-feedback.php file, put this code into it, and put it into your /themes/classipress/ folder.

    Unfortunately, for each user that you already have you will have to manually add a new Feedback post with the title of the user needing feedback. From there, just add a link wherever you want to the get to the feedback.

    For example, I the following code to the sidebar-ad.php to add a link:
    <li><span><?php _e('View or write feedback for:','cp');?></span>
    <a href="<?php echo get_option( 'siteurl' ). "/feedback/" . strtolower(get_the_author_meta('user_login')); ?>"><?php the_author_meta('display_name'); ?></a>
    </li>

    Hope this helps someone.

  10. The Following User Says Thank You to jvtraydz For This Useful Post:

    mignonkm (February 19th, 2011)

  11. #8
    Junior Member jvtraydz's Avatar
    Join Date
    Aug 2010
    Location
    San Diego, CA
    Posts
    29
    Thanks
    2
    Thanked 6 Times in 6 Posts
    If you'd like to see how it works, go to my website, traydz.com. It's just being setup, so the testing that I've done is only on my own user account. It can be seen here.

  12. #9
    Marketplace Seller ahikmahin's Avatar
    Join Date
    Aug 2010
    Location
    Australia
    Posts
    504
    Thanks
    32
    Thanked 52 Times in 42 Posts
    Quote Originally Posted by jvtraydz View Post

    Unfortunately, for each user that you already have you will have to manually add a new Feedback post with the title of the user needing feedback. From there, just add a link wherever you want to the get to the feedback.

    For example, I the following code to the sidebar-ad.php to add a link:
    <li><span><?php _e('View or write feedback for:','cp');?></span>
    <a href="<?php echo get_option( 'siteurl' ). "/feedback/" . strtolower(get_the_author_meta('user_login')); ?>"><?php the_author_meta('display_name'); ?></a>
    </li>

    Hope this helps someone.
    so.. for new users it will automatically come up ??

  13. #10
    Junior Member jvtraydz's Avatar
    Join Date
    Aug 2010
    Location
    San Diego, CA
    Posts
    29
    Thanks
    2
    Thanked 6 Times in 6 Posts
    Yep, when any new user registers it automatically creates a unique Feedback post based on their username. This is done by the plugin member_fb_post.

  14. The Following User Says Thank You to jvtraydz For This Useful Post:

    alunsina (November 1st, 2010)

Page 1 of 5 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How can I add my own users?
    By carswell in forum Help Using ClassiPress
    Replies: 3
    Last Post: May 21st, 2010, 04:31 PM
  2. Users can`t edit their ads!
    By pipno in forum Report ClassiPress Bugs
    Replies: 20
    Last Post: April 10th, 2010, 01:40 AM
  3. New reg'd users
    By taker in forum ClassiPress General Discussion
    Replies: 2
    Last Post: August 28th, 2009, 06:26 PM