Chat and Search Behaviour NodeBB 3.x
-
Are the following NodeBB behaviours normal? Is there a way around them?
- Editing chats by admins is possible. Is it possible to turn it off?
- Chat dialog blocks the whole site. It there any way to to turn that off and have it work like in 2.x where you can navigate the forum with a chat open?
- Using the Persona theme. Any chance of stopping the search results from blocking the page? (When there are more posts, it blocks the whole thing). Also seems it's not styled well but don't see any errors in the Network tab about loading CSS.
-
-
Can't disable chat message editing for admins right now without modifying the code here
-
Harmony has a setting in the theme settings to enable chat modals, which don't cover the whole screen.
- Looks like the css rules aren't correct for you. This is what it looks like for me on persona
You might have to make sure you are on correct version and run
./nodebb build
-
-
Hi @baris
We have found what seems to be a bug with the Persona chat modal.chat-modal
class is spanned across the screen even though the actual chat modal ismodal-content
class. When the chat modal is open, nothing above and to the right behind it are clickable.- When we have opened multiple chats, it's stacked on top of each other so if we want to go to another open chat, we need to minimise the one we opened last.
- When we move it all the way down, it disappears and if we want to take it back, we need to refresh the page
-
Update: I did a local build and tested using multiple browsers. Still the behaviour is the same as https://community.nodebb.org/post/98116
Copyright © 2024 NodeBB | Contributors