Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: How to accept reviews (stars and comments)?
kuopassa wrote:
Here’s somewhat simple rating script which can be seen in action over here, although it’s a bit modified version in Lakitoimisto.info.
Actually, this is pretty close to what I was thinking – good find, thank you for the tip!
Offline
Re: How to accept reviews (stars and comments)?
How about some of these – they are old, so I don’t know if they work, but probably could be fixed or bashed into place:
Offline
Re: How to accept reviews (stars and comments)?
Thanks, Tye – I’ll take a look.
Offline
Re: How to accept reviews (stars and comments)?
I’ve made some quick mods to peg_nested_comments
to allow reviews. There are no fancy stars for the moments, but it will be easy(?) to implement once the functionality is approved. The current features include:
- one review per IP address
- average ratings (per article, section and so on)
- best/worst rated
Planned (if needed):
- quintiles (59% liked this…)
- most active reviewers and other statistics
- review restriction abstraction (by ip, cookies, auth, …)
The code is ever-changing and not yet released, but, since there is only one review per IP, I need your help in testing. :)
Offline
Re: How to accept reviews (stars and comments)?
etc wrote:
The code is ever-changing and not yet released, but, since there is only one review per IP, I need your help in testing. :)
I’ve just tried it out.
When I clicked on the Preview button, my rating was cleared and I had to click the radio button again before clicking on the submit button to successfully leave a review.
Hence my two comments, but only one review. ;-)
You probably want to change that as most people probably won’t notice that their rating gets cleared when they click on Preview.
Edit: Just tried it again to see if it allowed me to leave a second rating and found that my new rating was accepted but my old one disappeared. I wasn’t expecting that and there was no warning that that was what was going to happen.
Last edited by springworks (2013-12-06 19:18:43)
Offline
#18 2013-12-06 20:32:52
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: How to accept reviews (stars and comments)?
It accepted my (first) comment, but didn’t accept my voting. It also keeps me now from commenting other peoples comments. I’d expect it keeps me only from voting the article, not from commenting. A can of worms … sorry.
Last edited by uli (2013-12-06 20:33:35)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: How to accept reviews (stars and comments)?
Thank you for testing, your remarks are taken in account now. But the questions stay:
- should comment replies be accepted as reviews?
- should reviews be revisable?
Offline
Re: How to accept reviews (stars and comments)?
Fantastic Oleg, I’ll have to try it out.
> should comment replies be accepted as reviews?
No (comment replies can be helpful in their own right)
> should reviews be revisable?
Not necessary for what I’m doing, though perhaps others would like it, especially if comment replies provide more information that may lead the original reviewer to revise their review.
Offline
Offline
Re: How to accept reviews (stars and comments)?
I am really looking forward to trying this out – thanks for all your work, Oleg.
Offline