Jump to content


Photo

Rebuilding reputation doesn't account for gallery likes


Title says it all.

Might be an IPB issue though....

Status: Fixed
Version: 5.0.0 Beta 1
Fixed In: 5.0.0 Beta 1


8 Comments

Updating Status to: Awaiting Feedback

Rebuilding reputation? What tool are you talking about exactly? This isn't something in Gallery itself.
I'm assuming the "rebuild reputation" function in the ACP?

On the Recount & Rebuild page.
Yeah..guess it should be in ipboard then.

Still it sucks though..
Updating Status to: Cannot Reproduce

I don't get what you mean that it doesn't rebuild them. That tool counts through the reputation_index table to determine how many reputation points a user has left and then updates your profile count. It is app-agnostic and should work fine for any app.
Well I'm afraid it's not working properly then. I have a user whose reputation was 7. Checking the profile tab 4 of those likes were received from posts and 3 from posted images. I used the rebuild tool and his count dropped to 4.

It only seems to not be counting images. It counts comments just fine. Which I think would make sense since comments are a part of the core right?
Updating Status to: Awaiting Feedback

Try this - since this is hard to set up a scenario to reproduce.

Open admin/applications_addon/ips/gallery/extensions/reputation.php

Find where it says

/*
 * The following config items are for the log viewer in the ACP
 */

and delete everything under that (or comment it out). Then rebuild the reputation again - does that sort it out? If not, please send me access to your test installation so I can see.
PMd you.
Updating Fixed In to: 5.0.0 Beta 1
Updating Status to: Fixed

-