"Hide Forum from "Forum" module
Is there a way to hide forums from the module on the homepage, and create a custom module instead? Example "Blake's Blog" Now obviously I created a forum and named it that, but it's not meant to be a forum, so I hide it from forum module and create custom module called "Blogs" and enter "Blake's Blog" there instead. So we have blogs on our system too, just by crating new forums and not having them listed as forums.
Also is there a way to remove from tab header "Title forum/ Project name" and just make it Title - Forum instead?
It's possible to completely hide forums list on the right side by adding following string in your custom CSS settings.
#m_forums {display: none;}
Then you can static html block on the right side and list only required ones in it.
The same is for breadcrumbs on the top.
For example to completely hide it add:
#m_path {display: none;}