[TH] Credits [Deleted]

This issue was fixed in one of the recent patches
Sorry Jake, it's still broken on mine. You already have Admin access at my website. It was the upgrade from 1.0.7 to 1.0.8 that it broke. There hasn't been any patches since 1.0.8, not that I'm aware of.
 
When I tested the withdrawal, I had 200 points. I typed in 175 to be withdrawal, the addon rounded up to 200.

I was like, WOAH WOAH WOAH I DON'T THINK SO!

We should make sure that it absolutely doesn't round up. Well, if it says 175.0003, then sure, round it to 175.

But I don't think we should round 175 up to 200 - that's a 25 point gain by the user and a 25 point shaft in our arse!

Hm.. That is odd. It seems to be rounding up the amount of credits, but doesn't round up the payout value for it. I'll have to look into what is causing this.

EDIT: I've found the issue causing this. It's not actually rounding up the credits, it's just what is being displayed.

EDIT2: It was just caused by the join, it was showing the incorrect field. No actual harm was caused by this issue, just a number (the credit amount, not the payout amount) being displayed incorrectly. :) I have gotten this fixed for the next version.

Sorry Jake, it's still broken on mine. You already have Admin access at my website. It was the upgrade from 1.0.7 to 1.0.8 that it broke. There hasn't been any patches since 1.0.8, not that I'm aware of.

I'm not able to replicate this issue at all on any other boards. Could you try reuploading the files?

- Jake
 
Last edited:
Audentio Design updated AD Credits - Multiple currencies, 20+ events, PayPal integration and more! with a new update entry:

1.0.9

+ Option to disable Wallet Tab
+ Hide transfer link on wallet page if no permission to transfer
+ Fixed issue with incorrect credit amount displaying on list of pending withdrawals
+ Minimum/maximum withdrawal limits
+ Option to mass give credits to entire usergroups, or all users
+ JS optimization improvements for withdrawal page

Read the rest of this update entry...
 
@Jake B. couple users reported the same issue today. Since latest update to Credits & Credits Shop, users aren't earning correctly.
When someone posts a thread, they earn the amount for a post and no alert is sent (I have alerts on for threads).

Any update on this? Definitely still happening.
 
Any update on this? Definitely still happening.

I'm still unable to replicate this issue on my localhost. Are you running 1.0.9? Also, could you send me a PM with admin details, and FTP information, would help to have a test case that I can replicate the issue on.

- Jake
 
I'm still unable to replicate this issue on my localhost. Are you running 1.0.9? Also, could you send me a PM with admin details, and FTP information, would help to have a test case that I can replicate the issue on.

- Jake

Didn't see a new version was released. I'll try that first.
 
How do I get "Points" out of the post bit?

I want to rename credits currency to "points" but the default XF one is present.

Would like to disable/remove the default xf points and references. thx
 
Since the 1.09 patch, i have lost the wallet dropdown that was in the top right hand corner. Any ideas?
 
Hello. Prompt, please, how to configure it so that when you create a message, the credits were added, and removing it was taken away?
e04d64fb5fb5.png
 
the remove trophy doesn't get this one!

i tried to comment it out of sidebar_visitor_panel, but that also removes the stats for post ratings.

points.webp
 
Last edited:
I am. I have a widget that shows stats on the bottom, and this one to keep the sidebar present in all sections of the site.

Can't seem to edit out the points only.

Maybe I'll message the creator of the trophy remove to have them update it.
 
Remove
Code:
<dl class="pairsJustified"><dt>{xen:phrase points}:</dt> <dd>{xen:number $visitor.trophy_points}</dd></dl>

from sidebar_visitor_panel.

Regards,

Jake
 
tried that. it also removes the stats for the post ratings.

Post Ratings must use that line for it's template modification. You could try changing the line to:
Code:
<dl class="pairsJustified" style="display: none;"><dt>{xen:phrase points}:</dt> <dd>{xen:number $visitor.trophy_points}</dd></dl>

If that doesn't work it may be best to contact @Luke Foreman for a fix.

Regards,

Jake
 
Back
Top Bottom