Logs:
- How to show the " You received XX random bonus!" on the logs?
Automation:
- Need help with coding a simple automated points by donation. My forums have fixed donations amount
I'm thinking in a simple thing, on the page that runs after the confirmation of the payment in paypal, insert some code to run like this:
get user id
get donation amount (5,10,15,20)
if 5 = 50 points
if 10 = 100 points
if 15 = 150 points
if 20 = 200 points
add points to user id
"thanks message, added xx points for you!"
Another solution i was thinking is using auto groups. It's possible to set a fixed bonus points to a user that enters a group? I'll have many groups like group50 group100 group150
When the member enters the group50 he win 50 points, group100 win 100points.. etc
Transfer
I'm showing the user points on the navbar, in the confirmation screen, after transfering points to another user, the user points aren't updated, there's a way to update that before the confirmation message loads?
Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
Question Questions ⇒ Ultimate Points Automation, Logs and Transfer doubts
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayb1n
- Users

- Status: Offline
- User theme: Dark
- Posts: 7
- Joined: Jul 17th, '16, 08:59
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayRhynn
- Users

- Status: Offline
- User theme: Dark
- Posts: 5
- Joined: Oct 14th, '15, 20:33
Re: Ultimate Points Automation, Logs and Transfer doubts
Dropping in to say I'd also very much appreciate a way of automatically having a set amount of points added for the user after they have donated. I'd preferably like to be able to set it up like "$1 = 10 points", so users can donate however much they like and get an amount of points that corresponds to it.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayb1n
- Users

- Status: Offline
- User theme: Dark
- Posts: 7
- Joined: Jul 17th, '16, 08:59
Re: Ultimate Points Automation, Logs and Transfer doubts
There's a easy way to make the log, logs everything? admin commands, bonus, etc
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydmzx
- Founder

- Status: Offline
- User theme: Dark
- Posts: 6469
- Joined: Jan 13th, '14, 20:45
Re: Ultimate Points Automation, Logs and Transfer doubts
Will add more log functions in next release.b1n wrote: Jul 28th, '16, 21:36 There's a easy way to make the log, logs everything? admin commands, bonus, etc