Is there a method for plugins where you can render AFTER the username in a post?
I want to add the roles of a user after his name rather than after the post count in the comments for each discussion.
How would I go about doing this? I can't find a method used for rendering AFTER the username.
0
Comments
Yes just go to the addon section and input in the search bar the word roles . There are about 5 plugins that do something like that. I am sure one of them will work for you.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Yeah, I found out how. You just "FireEvent" and make your own event for after the username.
cool can you post the code you changed so as to help someone else with the same query ?
use < pre > code here < /pre >
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
It's not necessary. In Vanilla 2.0.18.x, you just have to implement a handler for the
CommentInfo
event.The only limitation of this method is that you cannot determine if your handler will be called before or after another one.
My shop | About Me