We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Disable chat on dndindex.html [Solved] | Forum

Topic location: Forum home » Support » General Questions
Anthony
Anthony Nov 19 '13
Hello everyone,


I would like to know how can I disable chat module in the dndindex.html page?


And another question: is it possible to create using the web admin interface (or using a better way) a new page based on dndindex (without the sidebar and the chat)?


Thank you,

Sherraff

The Forum post is edited by Anthony Nov 20 '13
ross Team
ross Nov 19 '13
Insert this code: 


<style>.ow_chat_cont {    display: none;  }</style>


in the custom text/html page on the index page. 


As to your second question. Can you please elaborate? What do you mean based on dndindex page?

Anthony
Anthony Nov 20 '13
Thank you Ross, it works perfectly!


For the second question:


/** What I was thinking ...

I have my dndindex.html with a menu. This menu goes to 5 others pages, these custom pages can't be part of general.html because chat and the console (top right) must be disable.


/** And now..

In fact I can collapse your code <style>.ow_chat_cont {    display: none;  }</style> in the content of my custom page in the admin area. 

And this code for the console : <style>.ow_site_panel {    display: none;  }</style>


It's solved.

The Forum post is edited by Anthony Nov 20 '13
ross Team
ross Nov 20 '13
Ok, great!