About This File
About This File
For IPS 4.2+, 4.3+
Remove Forums Title from Index
Removes the title "Forums" or your translated equivalent no matter if your forums are the default application or not. It is just a CSS change. If you like, just add this to your custom.css and skip the plugin:
[data-pagemodule="forums"][data-pagecontroller="index"] .cForumHeader h1.ipsType_pageTitle {
display: none;
}
If it is still showing something else might be conflicting in which case change the display: none; to display: none !important;