Is there a way to separate starred ratings from reviews? I'd like to get things set up so that if someone marks a story as completed, only starred ratings can be left - not reviews. Is that possible?
I've been poking at the code and I can't seem to get it to work - I'm guessing I'm trying to put the call in the wrong places or some such stupid beginner mistake. What do I need to change, and where do I need to put it? Any suggestions?
Thanks!
First, you're asking in the wrong forum. This is a mod and needs to be asked in that forum. I'm moving this post there.
The answer will be to put a check in includes/reviewform.php and just not show the review part of the form if the story isn't complete. However, the check would be somewhat involved. You'd need to identify that the item being reviewed is a story and not a series or anything else. Then you'd need to figure out if the story is marked as complete. That would require either changes to other files or another call to the database.
My apologies - I'm still very new to eFiction and I'm trying to figure out what's an actual modification and what's built-in functionality that I'm just too dense to find/use.
Thanks for giving me a place to start...I'll have to take a look in reviewform.php and go from there...
