Sure@Painbaker, can you add some examples to your demo site so I can see what it looks like on a live site![]()
demo.xenbaker.com
Yes
- Added a moderator permission to edit any ratings.
- Added support for logging moderator actions.
New Features:
- Allow to leave a review message to users with permission to rate threads without replying.
- Added spam checker support for review messages.
- Added ACP batch actions for thread ratings: delete, make anonymous, and make non-anonymous.
- Added a member profile tab for thread ratings.
- Added inline moderation tool support.
- Added "Most thread ratings given" member statistic.
- Added thread ratings counter displaying in member profiles (can...
Oops! We ran into some problems.
LogicException: Attempted to set 'ozzmodz_trp_rating_split' while a save was pending without forceSet in src/XF/Mvc/Entity/Entity.php at line 645
- XF\Mvc\Entity\Entity->set() in src/XF/Mvc/Entity/Entity.php at line 618
- XF\Mvc\Entity\Entity->__set() in src/addons/OzzModz/ThreadRatingPosts/XF/Entity/Thread.php at line 267
- OzzModz\ThreadRatingPosts\XF\Entity\Thread->rebuildPostRating() in src/addons/OzzModz/ThreadRatingPosts/XF/Entity/Thread.php at line 232
- OzzModz\ThreadRatingPosts\XF\Entity\Thread->rebuildPostRatingCounters() in src/addons/OzzModz/ThreadRatingPosts/Entity/ThreadRating.php at line 157
- OzzModz\ThreadRatingPosts\Entity\ThreadRating->_postSave() in src/XF/Mvc/Entity/Entity.php at line 1330
- XF\Mvc\Entity\Entity->save() in src/XF/Mvc/Entity/Entity.php at line 1324
- XF\Mvc\Entity\Entity->save() in src/XF/Service/Post/EditorService.php at line 201
- XF\Service\Post\EditorService->_save() in src/addons/TickTackk/ChangeContentOwner/Service/Content/EditorTrait.php at line 120
- TickTackk\ChangeContentOwner\XF\Service\Post\Editor->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 42
- XF\Service\Post\EditorService->save() in src/XF/Pub/Controller/PostController.php at line 173
- XF\Pub\Controller\PostController->actionEdit() in src/addons/M2N/Locations/XF/Pub/Controller/PostController.php at line 14
- M2N\Locations\XF\Pub\Controller\PostController->actionEdit() in src/addons/SV/CustomFieldExtras/XF/Pub/Controller/Post.php at line 17
- SV\CustomFieldExtras\XF\Pub\Controller\Post->actionEdit() in src/addons/TickTackk/ChangeContentOwner/XF/Pub/Controller/Post.php at line 66
- TickTackk\ChangeContentOwner\XF\Pub\Controller\Post->actionEdit() in src/XF/Mvc/Dispatcher.php at line 362
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2824
- XF\App->run() in src/XF.php at line 814
- XF::runApp() in index.php at line 23
Fix: avoid "Attempted to set 'ozzmodz_trp_rating_split' while a save was pending without forceSet" error
should be fixed in last patchThanks for the update.
I edited the first post of a thread to rate it. I set it to 5 stars and hit the Save button.
Got this server error:
Many thanksshould be fixed in last patch
I'd like to add "url": "{threadUrl}". Could it be possible to add that as an available variable please?{
"@context": "https://schema.org",
"@type": "AutoDealer",
"name": "{threadTitle}",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "{ratingValue}",
"bestRating": "5",
"worstRating": "1",
"ratingCount": "{ratingCount}"
}
}
Added style property to display tabs to separate thread and reviews
Added style property to display rating distribution bars in dropdown menu
Added thread URL variable in structured metadata replacement option
View attachment 4013

will take a look into thisCould you add the average rating submitted by the user to their member profile? This would be very useful for identifying users who are just trying to annoy by giving everything a 1-star rating.
Could you add the percentage rating box below the total rating when using the "Total thread post rating stars position in first message" block and not the "status block"?
No, that's how “rate without replying” supposed to work@Painbaker I've noticed that when a thread is rated using the /rate link, the comment isn't inserted into the thread; it only appears when clicking on the ratings. Is this how it's supposed to work? Shouldn't the message also be published?
View attachment 4029
will take a look into this
No, that's how “rate without replying” supposed to work
New Features
- Added an option to link the user’s last associated thread rating to a new post when replying in a thread.
- Added a rebuild tool to associate unlinked thread ratings with the latest post by the same user in the same thread.
- Added a new style property option to display the thread rating statistics block below the first post rating stars.
- Added a style property to disable rating stars in the thread list.
...
I added this option and a rebuild tool for old ratingsI have some cases where a user rates a thread without posting a reply, but then days or weeks later they respond to the post using the quick reply option. Is there a way to combine the rating they posted one day with their subsequent reply to the thread, keeping the most recent date for both? Thx!!