2 months later

is it possible to add a laber for each usergroup? for example, mod, admin, author etc...?

    I've pasted it in the custom CSS but it's not showing on the forum, what else should I do?

      I noticed that the label appears when I open a discussion from the All Discussion pages, but it not appears if I recall the url directly. Any way to fix or it's because is just a css?

        • [deleted]

        enricodx Can you provide a link so I can check ?

        Thanks

        • [deleted]

        Ok. I just tried this on my own forum, and it works fine. I choose a random discussion from the list, and the AUTHOR tag shows. I then copy the URL and open it in another browser, and the AUTHOR tag shows there, too. If you can provide me with a URL so I can check, I'd appreciate it.

        Thanks

          • [deleted]

          I think this is a bug in core to be honest. I can replicate this, and the reason as to why the author badge doesn't show is because the CSS class it relies on is not loaded unless triggered from the discussion list. There's nothing I can do to fix this sadly.

            I think it makes more sense for the 'author' badge to not be part of the link to the usercard/profile.

            So, I think I'd be tempted to use

            article.CommentPost.Post.Post--by-start-user .Post-header h3:after

            instead of

            article.CommentPost.Post.Post--by-start-user .Post-header h3 span.username:after