MyBB Community Forums

Full Version: NewPoints Shop
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: preview_25096_1741772490_8cd4fc2ff341640...afe324.png]
Integrates a shop system with NewPoints.

🚀 About

Integrates a shop system with NewPoints.

âž• 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.
Updating from 1.9 (NewPoints 2) should be possible, if you find any issues feel free to report them.

Ideally, you should test updates in a test environment (not your live forum).

After updating, you should follow the next steps to convert the old items storage to the new storage system:
https://github.com/OUGC-Network/NewPoint...ewpoints-2-

This plugin has a vast list of improvements from old versions, please check the screenshots in the Extend site or the official page. Some new features:
  • Completely removed the ACP module, the shop is mostly managed from the forum end (similar approach to the Awards plugin),
  • Integration to MyAlerts for receiving items or deleting items (Quick Edit plugin),
  • Integration to the Quick Edit plugin (item delete),
  • Integration to the DVZ Stream plugin for purchases, sales, and item sending,
  • Integration to the Awards plugin (separated plugin, to be released later)
  • Other features.

Regards.
Thank you so much for your hardwork.... This plugin is really amazing...
I noticed that the plugin uploads images by upload. Is there an option to do this by URL as well?
I did not modify the legacy upload system, so, no; it is only possible to use file uploads.

You could modify templates to apply custom CSS based on item identifiers (item_id).

Feel free to open a feature request in GitHub issues, as image from URL is definitely a must-feature for whenever I got time to implement it.

Regards.
Hello,

I have some issues with the plugin.

When I try to edit or delete an item, the redirection doesn't work. The link is not complete. The "newpoints.php" is missing in the link.

When I'm adding a new item, I cannot download an icon. But when I edit an item, I can download an item.

And the last issue: When I want to buy an item, I click on the button "purchase", then there is a redirection to a new side with the information about the item. When I click on the button "purchase" again, nothing happend. I cannot buy the item. For testing the item doesn't have a price.

Thanks in advance for helping. Smile
(2025-04-05, 09:24 AM)Tini93 Wrote: [ -> ]When I try to edit or delete an item, the redirection doesn't work. The link is not complete. The "newpoints.php" is missing in the link.

Check that all templates are updated, and also check that the NewPoints -> Settings -> Main -> Main File Name` setting, there must be something in there.

(2025-04-05, 09:24 AM)Tini93 Wrote: [ -> ]When I'm adding a new item, I cannot download an icon. But when I edit an item, I can download an item.

This is intentional; you can upload item images only when editing items.

(2025-04-05, 09:24 AM)Tini93 Wrote: [ -> ]And the last issue: When I want to buy an item, I click on the button "purchase", then there is a redirection to a new side with the information about the item. When I click on the button "purchase" again, nothing happend. I cannot buy the item. For testing the item doesn't have a price.

It works for me with no price.

Try to download directly from the repository to see if any new changes fix the issues you have.

Regards.
Hello Omar,

thank you for your help.

I've checked the templates. All templates are updated. And in the settings > Main the Main File Name is newpoints.php.

But what I have seen is: There is a file newpoints.php in inc/plugins/newpoints. These file is empty. I am unsure if this is the correct configuration.
NewPoints Shop 3.0.1 has been released.
  • Fix error when sending items
  • Fix legacy system recount tool

For more details, check the following link:
https://community.ougc.network/entry?new...273#pid273

@Tini93 try to replicate in a fresh install (i.e: only NewPoints + Shop, etc).

Regards.
Hello Omar,

thank you so much for your help.

I've downloaded the plugins again und replaced it. Now everything works with the new update.