[nodebb-plugin-ns-likes] NS Likes
-
Plugin doesn't work with
v1.0.1
? -
Version 2.0.0
New version is available, summary: compatibility with NodeBB v1 and better UX.
- Compatibility with 1.0 forum
- Interactivity for voters
- Window with extended list of voters
- Introduced Language support: en_US
By clicking on
others
it will open window with users preview. -
Why is it incompatible?
1.0.3
is just a patch update. Plugin should work well. -
@Nicolas I wish I knew. I would be happy to provide whatever information you need. Things I have tried so far:
● re-order ns likes to top (just after persona theme) and right at the bottom. No difference.
● disabled acp > settings > reputationI don't see any option for ns likes under acp > plugins. I'm not sure if there is supposed to be a menu here.
-
@noobbb did you do a change to your theme - https://github.com/NicolasSiver/nodebb-plugin-ns-likes#themes ?
-
@Nicolas I have a 502 gateway error. I acp installed ns like > activated it > did the code swap eg edited the template file to replace the reputation section with <!-- IMPORT partials/topic/likes_post.tpl --> > reloaded my forum > 502 gateway error
I tried cold booting my server. Still 502. Am I missing anything else?
-
Looks like, you did something wrong, if you have a 502.
-
First and foremost you have to do a backup of files which you are editing.
- Install plugin.
- Activate plugin.
- Edit template.
- Restart NodeBB
-
@nicolas said in [nodebb-plugin-ns-likes] NS Likes:
<!-- IMPORT partials/topic/likes_post.tpl -->
i created pull request, please see it author.
Update likes_post.tpl by lyquocnam · Pull Request #5 · NicolasSiver/nodebb-plugin-ns-likes
changed: div -> span for the same tag with .post-tools and .post-reply, so they are in 1 row.
GitHub (github.com)
-
I would like to change the plugin a little bit. For example, make the list of users who liked the post always visible. How would I go about in doing this?
-
@faizanzahid
If you once have liked a post, then you're not able to unlike it.