[nodebb-plugin-ignore-users] Ignore Users for NodeBB
-
@jarey said in [nodebb-plugin-ignore-users] Ignore Users for NodeBB:
Version 1.1.12 released on npm.
Changelog:
- Deleted posts are not visible if user decide to unignore.
- User ignored area now includes user page header and menu.
- Breadcrumb are included on user ignored area too.
- Bug fixes on user ignored area client-side javascript(size() replaced with length in order to fix a bug).
- Deprecated hook filter:post.save updated with equivalent hook filter:post.create.
- Bumped version to 1.1.12.
As always any feedback, comments are appreciated.
Cheers.
Awesome. Thank you
-
Version 1.1.13 just released on npm.
Changelog:
- Fixed issue with deleted posts when users seeing "This post is deleted" on all messages of a thread. Thanks @tedbaker for the bugfix.
@torn2 hope this bugfix solves the issue for you too.
PS: 3 little bugs pending of resolution if anyone want to contribute with PR: https://github.com/exo-do/nodebb-plugin-ignore-users/issues
-
Bumped version to 1.1.14 and published to npm.
Bugfix version, solving this issue, 2 to go:
Upvote notification is received from and ignored user. 路 Issue #23 路 exo-do/nodebb-plugin-ignore-users
When an user that is ignored, upvote, the notification is still received. Have to see if websocket messages can be intercepted and evaluated to not be sent to users that you are ignored by before they get sent. Or even if they get sent i...
GitHub (github.com)
-
Bumped version to 1.1.15 and published to npm. Thanks @psychobunny for the contribution!
His changes included the following functionality to the plugin:
- Now the ignore/unignore controls are not available if the user is not logged in.
- Fixed a bug if using redis.
- Now admins/global moderators are able to to access/edit user's ignore list
- A title is now displayed on user profile ignore list section.
Great job @psychobunny and thanks again.
-
@exodo Hi, thanks for the plugin but it doesn't work in NodeBB 1.7 : (
-
@jarey and @psychobunny i know this is a very nice feature to have but this plugin is not working with 1.8.1
But for any modern forum this is essential to have. but it is not working
can we try this to add in node bb core or atleast make this compatible with the latest verison ?
-
@faizanzahid said in [nodebb-plugin-ignore-users] Ignore Users for NodeBB:
@exodo guys this is not working with node bb 1.8.1
we have opened issue on github.
I doubt it will be updated any soon, we lack developers and nodebb core kept breaking all plugins on any monthly update so we stopped the support. our forum is still on NodeBB v1.4.2. and will be for long time i guess, i dont see many developers around willing to help
-
Is this project abandoned? It would still be good to have both "ignore" and "block" functions...
-
let me make my yearly update
Is this project abandoned? It would still be good to have both "ignore" and "block" functions... They both have different utilizations in our forum.
If anyone have technical knowledge and skills, it would be great to make this plugin compatible with the current NodeBB version.