Removing stuff
Hello,
I'd like to remove the chat thing that float at the bottom right but don't see how and how do I get rid of all the old posts from 15 years ago that appeared when I installed it? See screenshots please. By the way you did a very good job with this.
Thank you
-
capture8.jpg 6.76 KB
-
capture7.jpg 24.1 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Ryan Haudenschi... on 23 May, 2022 11:51 AM
To remove the chat bar you will have to edit the ui/js/fcms.js file. You should be able to just put a 'return;' statement on line 240, or maybe just delete all the contents of the iniitChatBar() function. Either one should work