[nodebb-plugin-ns-awards] NS Awards, Give Medals!
-
@Deendyal-Agarwal said in [nodebb-plugin-ns-awards] NS Awards, Give Medals!:
I am getting error when creating new Medals (NodeBB Version : 1.12.2)
Request URL: http://localhost:4567/api/admin/plugins/awards/images
Request Method: POST
Status Code: 404 Not Founddoes the plugin break with 1.12.2?
it would be suck if plugin breaks whenever nodebb is updated. -
So, is this still working?
-
@shanza97 did you build NodeBB and restart? Aside from "restart" there should be "rebuild and restart" button in acp. Or you can manually trigger it from cli:
./nodebb build
and./nodebb restart
. -
Version v6.0.0
The new version has been released.
Changelog:
- Changed version compatibility with NodeBB v1.13.x
- Changed main ACP dependencies to use the latest client libraries
- Changed file library dependencies to use native File System module
-
It seems the plugin stopped working correctly as of version 1.15 and nodebb-plugin-ns-awards v.6.0.0
I added IMPORT to my profile.tpl, and it certainly does import as I added an empty test <div> to the plugin's .tpl and I can see that <div> on the profile page, but nothing inside
<!-- IF nsRewards.length -->
is added to the page DOM.I found an issue on Github where it was advised to add "post." before "nsRewards", however that didn't help, as well as adding "account." or "user."
/awards path working as intended, along with the awarding itself.
awards-profile-flex.tpl:
<div class="testing-nsawards"></div> <!-- IF nsRewards.length --> <div class="ns-awards-profile"> <!-- BEGIN nsRewards --> <div class="ns-awards-profile__image"> <img title class="teaser-pic img-responsive" src="{nsRewards.award.url}" data-original-title="{nsRewards.award.name}"/> </div> <!-- END nsRewards --> </div> <!-- ENDIF nsRewards.length -->
-
@kagarino
OMG. I'm move from NodeBB to XenForo.XF have more option and function on ACP by default, it's realy cool CMS with big support community and hes price $160, NodeBB price start $250 and on this CMS have only problems. Stuped logic. NodeBB use Nodejs (javascript) and developers can't create beautiful functional chat with redactor text formatin, typed/read/unread status indicator, mode to delete user history ip + email change, don't have payment plugin, upgrade from acp, bad mobile optimization, very slow speed work, have more errors after releases new version, it's so stuped, developers not testet hes product and popular plugins before release and after the update, you may lose your forum or lose some of the functionality due to the actions of the developers, who, instead of creating new functions, simply change the source code of the formes, rename the classes and values, so that the necessary plugins simply stop working.
BB, Nodebb!
-
@dunlix said in [nodebb-plugin-ns-awards] NS Awards, Give Medals!:
@anodetobb well you can make people automatically join a group after a certain amount of posts, stuff like that. Check it out yourself, you’ll find a use.
Thanks very much, it sounds really good!
-
@Andrea-0 said in [nodebb-plugin-ns-awards] NS Awards, Give Medals!:
Hi all,
I have installed nodebb-plugin-ns-awards 6.0.0 on my nodebb 2.2.1 but when I acces to /admin/plugins/awards appears
/admin/plugins/awards Not Found
How can I solve this problem?
Thanks@Nicolas could you help me?