MyBB Community Forums

Full Version: Newpoints 3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
[Image: preview_25096_1734169280_62ecfc31b37d8a3...bd5017.png]
Allow users to set a default style for their posts.

🚀 About

NewPoints is a flexible and feature-packed points system that rewards your users for activities like posting and interacting. It includes essential features like stats tracking, a built-in donation system, and customizable earning options. With extensive permissions and settings, you have full control over how points are earned and spent. Engage your community, drive participation, and create a more rewarding forum experience with NewPoints today!

➕ More Information

You can find more information in the plugin GitHub repository or the official OUGC.Network web page.

Download

Download the latest package from the MyBB Extend site or from the repository releases.
This plugin has been released since past October, and version 3.1 will be released soon has been released since December 27.

You should be able to update from Newpoints 2.0 following the update instructions.
https://github.com/OUGC-Network/newpoint...ile#update

Plugins need updating, so new plugins will be released along Newpoints 3.1

If you download a plugin that requires a NewPoints 3.2:

Some plugins might require a version of Newpoints that has not been released yet. If this is the case for any plugin you want to install, download Newpoints from the repository:
https://github.com/OUGC-Network/NewPoints/

Open and edit file /inc/plugins/newpoints.php:
  • Find:
    const NEWPOINTS_VERSION = '3.1.0';
    
    const NEWPOINTS_VERSION_CODE = 3100;
    
  • Update to use the version that the plugin requires, like in the following:
    const NEWPOINTS_VERSION = '3.2.0';
    
    const NEWPOINTS_VERSION_CODE = 3200;
    

Working Plugins:
Hi, NewPoints 3.1 will remove the legacy income settings altogether, and it will be replaced with a group permissions based system.

The group rules system will then become redundant and thus removed altogether in future versions. Meanwhile, it will be kept for backwards compatibility reasons.

Regards.
NewPoints 3.1 also improves the logging system and adds a new logs page in the front end.

The admin logs module will be removed in the future.
The improved logging system in NewPoints 3.1 should allow for plugins to log transactions in such a way that, if implemented properly, should make it easier in the future for NewPoints to be able to recount user points accounting for past plugin transactions.

Plugins should be able to log transactions as either Income or Charge.
The plugin works perfectly except for the “Donate” button to donate newpoints. Is this just my problem? I should mention that I am using version 3.0.0
Are you donating from NewPoints directly or from the user profile/post ?
(2024-12-23, 06:22 PM)Omar G. Wrote: [ -> ]Are you donating from NewPoints directly or from the user profile/post ?


It doesn't work in the profile or in the post. If I try to donate in the newpoints.php page I get this fatal error


Fatal error: Uncaught TypeError: Newpoints\Core\points_add_simple(): Argument #1 ($user_id) must be of type int, string given, called in /web/htdocs/www.selleck87.it/home/newpoints.php on line 310 and defined in /web/htdocs/www.selleck87.it/home/inc/plugins/newpoints/core.php:876 Stack trace: #0 /web/htdocs/www.selleck87.it/home/newpoints.php(310): Newpoints\Core\points_add_simple() #1 {main} thrown in /web/htdocs/www.selleck87.it/home/inc/plugins/newpoints/core.php on line 876
Hi, yes, that seems like a known issue, please try instead to direct download from GitHub.

Regards!
Parse error: Unclosed '{' on line 780 in /web/htdocs/www.selleck87.it/home/inc/plugins/newpoints/core.php on line 2135

Hi Omar. I just installed the plugin directly from Github but I can't enable the plugin because of the error above.
Pages: 1 2 3 4 5 6 7 8