4
4

are these features theoretically possible through plugin development?

6mon 17d ago by community.nodebb.org/uid/30078 in general-discussion@community.nodebb.org

some of the features i've been considering for my forum are:

  • custom css for each user's page, each user can edit the css on their own
  • custom user frames (think like steam)
  • custom user fonts for their name
  • custom badges for users to display on their portraits and user profile

i mean if they are i could look into developing them if i have the time i just havent got that rn anyone ever developed anything similar for nodebb?

thanks guys! def will get around to it when i got the time then :)

@tune-a-sandwich looks like custom css per user does exist, it was initially created by @ben@mastodon.lubar.me . I've updated it so it is available on 4.x as well. https://github.com/NodeBB-Community/nodebb-plugin-user-css.You can install it with npm install [@nodebb](https://community.nodebb.org/user/nodebb)/nodebb-plugin-user-css

I don't know if there are any plugins that do these, but they are certainly possible as plugins.

tune-a-sandwich A neat idea. I likez a lot.