Multiple Reviews, but Only One Rating
Posted: 30 September 2007 06:02 PM   [ Ignore ]
Jr. Member
RankRank
Total Posts:  39
Joined  2007-09-24

Hello,

I currently have my registered users input a comment (review) and a rating for an entry.  It often happens that someone writes a comment with a rating, and then later comes back to add an additional comment.  In this case I would like them to only be able to submit a comment but not another rating, as this would inflate averages..

I would like to prevent this type of user from seeing the ratings box if they have already submitted one.  Allow Duplicates doesn’t work because it prevents them from submitting another comment.  Any ideas on how to do this?

Thanks in advance!

DM

Profile
 
 
Posted: 08 October 2007 09:51 PM   [ Ignore ]   [ # 1 ]
Sr. Member
Avatar
RankRankRankRank
Total Posts:  119
Joined  2005-09-13

Can you use a different form name? It would de-couple the rating and review (first one), but I haven’t needed to keep them together, so perhaps you don’t either…

Profile
 
 
Posted: 14 October 2007 07:06 AM   [ Ignore ]   [ # 2 ]
Jr. Member
RankRank
Total Posts:  39
Joined  2007-09-24

That is a good idea, I will see how it looks on the page.  Thanks!

Any other ideas are greatly appreciated!

Profile
 
 
Posted: 15 October 2007 11:00 AM   [ Ignore ]   [ # 3 ]
Sr. Member
Avatar
RankRankRankRank
Total Posts:  119
Joined  2005-09-13

I can’t see how it would look any different to your user, so it should be fine.

Profile
 
 
Posted: 15 October 2007 12:44 PM   [ Ignore ]   [ # 4 ]
Jr. Member
RankRank
Total Posts:  39
Joined  2007-09-24

Well the problem is that I like how the users comments and the ratings are together as one.  For an example check out http://www.djbooth.net/index/tracks/review/chingy-ft-amerie-fly-like-me/

Profile
 
 
Posted: 15 October 2007 12:46 PM   [ Ignore ]   [ # 5 ]
Sr. Member
Avatar
RankRankRankRank
Total Posts:  119
Joined  2005-09-13

Right, just make it two forms. It doesn’t affect how it appears though. Just separate the two, it doesn’t add any HTML elements to the page - the user won’t know. Try it.

Profile
 
 
Posted: 15 October 2007 12:55 PM   [ Ignore ]   [ # 6 ]
Jr. Member
RankRank
Total Posts:  39
Joined  2007-09-24

Wouldn’t I have to have two seperate submit buttons for each form?  Or can I combine them into one submit button?

Profile
 
 
Posted: 15 October 2007 01:07 PM   [ Ignore ]   [ # 7 ]
Sr. Member
Avatar
RankRankRankRank
Total Posts:  119
Joined  2005-09-13

Do an onclick="this.form.submit()" for your star rating.

Profile
 
 
Posted: 15 October 2007 07:40 PM   [ Ignore ]   [ # 8 ]
Jr. Member
RankRank
Total Posts:  39
Joined  2007-09-24

Thanks!

Profile