-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin support for adding action links to users and comments #6264
Comments
I've started looking into this. It's pretty straight forward adding filters to be able to alter the dropdown action menus, but I got stuck onto two issues:
The first issue may not be a big deal, even though it will impair the UX. But the second issue must be handled in some way to solve this. What about adding a
The |
Ping @Chocobozzz |
Sorry for the late feedback! Seems like a good idea. Do you have an example of other plugin systems that use such a method to ask for the core client to perform actions? |
Unfortunately not |
Wordpress has something similar.
https://developer.wordpress.org/reference/functions/do_action/ In our case it can be translated to: video-comments.component.ts
plugin.js
|
Seems interesting, plugins would also be able to add actions. I agree with the design! |
Describe the problem to be solved
Spam protection plugins, like the akismet plugin, should have the possibility to mark existing users and comments as spam.
Describe the solution you would like
Possibility to add actions in the following places:
The text was updated successfully, but these errors were encountered: