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

Yes, definitely tried that. It seems to work if members have other positive ratings besides just likes. So for example, there is a member that has received 7 likes (and no additional other ratings) and he shows up with 0 ratings in the "Most Positive Ratings" list. If you go to his profile, it shows he has 7 positive ratings. For other members that have a combination of positive ratings, they seem to appear in that list as they should.

Hello @Luke Foreman ,

I have the same problem than Kellen, as explained above.

Members with a mixed count of "likes" and other "positive ratings" shows correctly in the notable members section :
0143.webp

Members with only "likes" doesn't shows correctly in the notable members section :
0142.webp

I have imported my forum from a SMF 2.x forum and I've already run a "Recount" in the Admin CP.
If you have any suggestions, that would be great.

Thyank you for reading :)
 
Just bought this and love it! I'm wondering if there's any kind of sidebar stats we can show though? Like "Most Positive Ratings?"
 
Question, will there be future support for XenPorta 2?

[8wayRun.Com] XenPorta 2 (Portal) PRO [Paid]

Thanks so much,
CM

Yes I will add integration for this in the next update

Hello @Luke Foreman ,

I have the same problem than Kellen, as explained above.

Members with a mixed count of "likes" and other "positive ratings" shows correctly in the notable members section :
View attachment 93635

Members with only "likes" doesn't shows correctly in the notable members section :
View attachment 93636

I have imported my forum from a SMF 2.x forum and I've already run a "Recount" in the Admin CP.
If you have any suggestions, that would be great.

Thyank you for reading :)

This could happen if the like_count field is incorrect in the database, though unfortunately I don't believe XF has a way of recounting/rebuilding it

You could try this query, though do take a backup first:

Code:
update xf_user u set like_count = (select count(*) from xf_liked_content where content_user_id = u.user_id);

5356fea2af51f88cb1c3598c46e5e45f.png

a8f822615d5b18dfaa8df10b4369c2cb.png

After clear installation I'm getting this error. how can I fix it? Appreciate some help on it.

That would indicate the PHP files are not correctly uploaded - try re-uploading the contents of the upload folder in the zip file
 
  • Like
Reactions: Xon
Thanks for your reply Luke. I've already re-uploaded the php files but I'm still with the problem.
"The server responded with an error. the error message is in the javascript console"
any recommendation?
Really appreciate your great job and assistance. Your service is Excellent and your addon is Amazing. I love it and I want to use it.
--
EDIT: @Luke Foreman: if there are some way to buy assistance to solve my problems with the addons just let me know and I will give you FTP access and whatever you want.
I'll be waiting your reply. ;)
Thanks again!
 
Last edited:
This could happen if the like_count field is incorrect in the database,

Members affected by this bug have a correct like_count field.
I mean in the example shown above, member "KPK" have correctly 2 likes indicated in its "like_count" field.

I've tried the query you gave, but it didn't solve the problem.

As soon as member receive a positive ratings which is not a "like" the count is correctly made.
If you have any other ideas on how I could solve that, that would be great. Thank you @Luke Foreman
 
Thanks for your reply Luke. I've already re-uploaded the php files but I'm still with the problem.
"The server responded with an error. the error message is in the javascript console"
any recommendation?
Really appreciate your great job and assistance. Your service is Excellent and your addon is Amazing. I love it and I want to use it.
--
EDIT: @Luke Foreman: if there are some way to buy assistance to solve my problems with the addons just let me know and I will give you FTP access and whatever you want.
I'll be waiting your reply. ;)
Thanks again!

There is no charge for support :)

Please PM me FTP and Admin CP details to take a closer look

Members affected by this bug have a correct like_count field.
I mean in the example shown above, member "KPK" have correctly 2 likes indicated in its "like_count" field.

I've tried the query you gave, but it didn't solve the problem.

As soon as member receive a positive ratings which is not a "like" the count is correctly made.
If you have any other ideas on how I could solve that, that would be great. Thank you @Luke Foreman

I'm unable to reproduce this - after creating a new user and giving them only likes, they are displayed correctly in the list.

The logic used to calculate both numbers of positive ratings on the page is basically identical (just one is SQL, the other PHP). As far as I can see it would have to be a bug in MySQL - what version are you running?
 
Hey, I can't seem to install the addon on my new vps, when I try to install the addon it comes up with a blank page. Any idea on how to resolve this?
 
Last edited:
I'm using Mysql 5.1.73


Same here for me. The problem seems to occur only with members that existed in my SMF forum and who had already one or several "likes".
I don't have this problem with new members.

If you temporarily disable post ratings and view the built-in 'most liked' page, do both the values appear correctly?
 
Hey, I can't seem to install the addon on my new vps, when I try to install the addon it comes up with a blank page. Any idea on how to resolve this?

A blank page is difficult to diagnose - is there anything in your server or XF error logs?

Could you PM me admin CP and FTP details to take a look?
 
  • Like
Reactions: Xon
Where do I download updates to this? Also, I'll be updating from 1.6.2. Since there's been several updates in between this and the current version, what's the best way to update? I noticed there's several instructions for each version but I'll be leapfrogging to the current version.

Thanks!
Ray
 
I'm very upset with this add-on because it's not working at all. After installing it, "Like" links have disappeared entirely from threads and the post ratings have not replaced them. It doesn't work on any template.

Edit: I've uninstalled it and want a refund.
 
Last edited:
Where do I download updates to this? Also, I'll be updating from 1.6.2. Since there's been several updates in between this and the current version, what's the best way to update? I noticed there's several instructions for each version but I'll be leapfrogging to the current version.

Thanks!
Ray

You would need to check each interim update for any special instructions (other than upload files/upgrade xml), but otherwise you won't have a problem jumping straight to 1.7

PM me your purchase email and I'll get the latest version resent to you

I'm very upset with this add-on because it's not working at all. After installing it, "Like" links have disappeared entirely from threads and the post ratings have not replaced them. It doesn't work on any template.

Edit: I've uninstalled it and want a refund.

It sounds like you have not set up the permissions. They all default to deny as is standard with xenforo.

If you would still like to go ahead with a refund, please PM me your purchase email address.
 
Back
Top Bottom