MyBB Community Forums

Full Version: Problem with Newpoints
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Today i noticed plugin that uses newpoints does not add / subtract points

for example if i want to subtract 1000 points from userid 1 

i use to be able to use 
newpoints_addpoints(1, -1000);

however the above does not work anymore

i have to use the following now

newpoints_addpoints(1, -1000 1, 1, false, true);

anyone know what could be the problem?

i'm using


MyBB Version
1.8.21
PHP Version
7.2.11
SQL Engine
MySQLi 5.7.25


NewPoints (2.1.1)
You can add and subtract through the newpoints settings in admin cp

No need to go through SQL
(2019-08-28, 08:43 PM)makpaolo Wrote: [ -> ]You can add and subtract through the newpoints settings in admin cp

No need to go through SQL

hi i know i can do it through the acp
but i'm talking bout through plugins
above was just an example...
the shop released by newpoints author seems to be effected as well