Hello,
I’m using the MSM and EE forum module to power several different forums across multiple domains. I would like to remove “Powered by ExpressionEngine” from the title of my forums and replace it with something more appropriate for SEO purposes.
I’ve searched and found that you can modify line 1621 of mod.forum.php
$this->_set_page_title(($title == '') ? 'Powered By ExpressionEngine' : $title);How can I change this setting to say something different for each forum instead of a generic phrase shared by all?