Disable a rating after it’s submitted
Posted: 30 April 2008 08:44 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2007-02-09

I have a numbered rating 1-5, after the user hit’s submit I would like the page to refresh with that rating disabled or even gone.  Is this possible?  I thought it would be clearer to the user on which entry they have rated, and which they have not.

Profile
 
 
Posted: 01 May 2008 06:11 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

If I understand correctly, you’d like a way to have the Rating form disappear once a member has sumbitted a rating?
Currently (and surprisingly!) there is no conditional for this yet, though I have it queued up for the next release smile

 Signature 
Profile
 
 
Posted: 29 August 2008 11:12 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

This feature has been added in the release of Rating 2.2.0, now available for download. smile

Some sample code: smile

{if duplicate}
No soup 
for you!
{/if}

{if not_duplicate}
Here
's your soup.
{/if}

 Signature 
Profile
 
 
Posted: 07 September 2008 04:24 PM   [ Ignore ]   [ # 3 ]
Jr. Member
RankRank
Total Posts:  39
Joined  2007-09-24

you might want to mention if_not_duplicate in the documentation.  It is omitted currently.

Profile
 
 
Posted: 08 September 2008 07:02 AM   [ Ignore ]   [ # 4 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18
dmacli - 07 September 2008 04:24 PM

you might want to mention if_not_duplicate in the documentation.  It is omitted currently.

I know… I apologize. We’re running behind a bit here.... I will get to it this week smile

 Signature 
Profile
 
 
Posted: 08 September 2008 07:48 AM   [ Ignore ]   [ # 5 ]
Jr. Member
RankRank
Total Posts:  39
Joined  2007-09-24

Its ok, this was a great update!!  The duplicate test has helped us a lot!

Profile