[nodebb-plugin-ns-likes] NS Likes
-
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. -
@Nicolas Well if someone miss-click, then that is a misstake and if i was that user doing that i whould probably live with that misstake and whatch out next time, or talk to the admin change it with good reason for that. But if you choose to like a post, then you have made that choice, doing that like and would not be able to unlike it (as an option)
My big wish is to have likeingsytem related by optional weekly/monthly ranking and the most liked for example 10 users in a list as widget. And they will got medals for that (gold, silver and bronze ...) And if you got for example 2 gold medals for 2 month first place liked user. You got one gold medal at your profilepage with a "2" related to that medal.
But that whould be an other story offcause
-
The new version is released:
3.0.0
Changelog:
- Changed compatibility with NodeBB 1.12.0
-
Hi there.
I am trying to install this plugin on the Lavender theme, but I cannot seem to figure out how to import the right tpls, etc.
Could anyone give me any help?