Hello all!
I'm trying to add a button to all posts from a plugin. I'd rather do it serverside if possible, and it seems that some kind of support for this did exists at least:
Adding a button to each post
The loop to add buttons was merged into persona. A similar addition should probably be added to vanilla. I now add buttons in my plugin via hook filter:post....
NodeBB Community (community.nodebb.org)
This doesn't seem to work any more.
Any pointers on how to do this best? Ideally I'd want another button next to "reply", although adding it to the post dropdown wouldn't be terrible either.