@cyuime which plugin?
-
RE: Putting my site's header/navigation elements above NodeBB's?
@phenomlab you want version 2.0.0 of the plugin, it should work
-
RE: Putting my site's header/navigation elements above NodeBB's?
@phenomlab what version of the customize plugin do you have installed? Are there any errors in the browser console or the NodeBB logs when you visit that page? Also what version of NodeBB and what version of Node?
-
RE: The ban on downloading this file does not work
It's not a ban on downloading, but on uploading.
-
RE: Email Address Protection?
It's definitely possible to implement this with a plugin.
You'd hook into
filter:parse.post
and obfuscate the email however you'd like. -
RE: Add "transparent" drop-in option for Background color in Categories
The background color of the theme icon? You can set them all to transparent pretty easily with an
!important
-
RE: Is it possible to use my application user name and id instead of creating new account in nodebb with random uid?
What did you try? Have you seen the session sharing plugin?
-
RE: Single language forum's interface (English)
It's possible to hide the input for users to change their language. It's also possible to hard code the user language to completely ensure this. I'd assume the first is usually enough.