Post Ratings - taking likes to the next level [Deleted]

@Luke Foreman

I like this add-on and willing to buy, but i want to make sure if this add can works with Credit Premium from *******. In Credit Premium, i can set some credits to be given to user if he/she received Like/Unlike to his/her post.
Can i do the same things with Positive/Negative category? If a user give a positive rate then it means he/she is giving Like as in Xenforo, and vice versa. and by this way user will get credits for being liked.

Thanks in advance :)
As far as I am aware it is not compatible, sorry

After upgrading to Xenforo to 1.4.5 (from 1.4.3) and trying to upgrade PostRatings (to 1.7.0 from 1.6.6) afterwards, we get the following error:
Code:
ErrorException: Fatal Error: Call to undefined method DoublePost_Model_Post::getPagedPostsPR() - library/Dark/PostRating/Deferred/PostCache.php:18

Stack trace:
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request data:
array(3) {
  ["url"] => string(53) "http://YYY.com/forum/admin.php?tools/run-deferred"
  ["_GET"] => array(1) {
    ["tools/run-deferred"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["redirect"] => string(34) "http://YYY.com/forum/admin.php"
    ["execute"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
  }
}

Everything hangs, cron rebuild is looped and does not finish.

We're rolling back the backup to get back to 1.4.3 and upgrade PostRatings from there, but this could mean that changes in 1.4.5 prevent PostRatings from upgrading normally.
That error will occur if the new php files have not been correctly uploaded before applying the addon xml upgrade.
 
But they have, we do this on regular bases (during upgrades of forum engine + plugins), one plugin by one, so that cannot be it.
Thanx for quick reply, Luke!

Check that the function getPagedPostsPR exists at the top of library/Dark/PostRating/Model/Post.php

If it does, make sure the old version is not being cached (try restarting apache/php-fpm/etc)
 
@Luke Foreman not sure if you can help or not as it may be the new theme update but worth a try.

I have installed the latest UI.X theme and now post rating when not visible still has a light blue box across the screen, this should only show when a like or rating is given.

Any idea?


rating_zps2a6a61d8.png
 
Very nice add-on bought few weeks ago. (y)
After several tests around trophy points, I am looking for a way to modify the negative rating points trophy criteria from "at least" to "no more than".
My goal is to put a condition on a maximum number of negative points for trophies.
Could you help me to do that ?
 
Is [Post Ratings] Delete ratings/likes a moderator permission?

With that set to yes, any registered user (assuming you enabled it for registered users) would be able to delete any rating. So yes, I would interpret that as a moderator permission, and think it should be listed there. By default people are already able to "undo" the ratings they leave.

You may remove your own ratings/likes.

Without that setting enabled?
 
Luke Foreman updated Post Ratings - taking likes to the next level with a new update entry:

Version 1.7.1

Please expand post to view the update instructions.


Changelog:

1.7.1 (26/02/2015):

  • Added new rating type ‘Uncounted’, which behaves like a Neutral rating but is not displayed in the Positive/Neutral/Negative totals or bars.
  • Added support for XF Thread Bans system (users who are banned from replying to a thread will not be able to rate posts...

Read the rest of this update entry...
 
Back
Top Bottom