Can anyone offer help with changing my dolphin page titles? Mainly just want to change Forum to Outdoor Forum and get rid of "::" in Recent Topics::Forum. I know it's simple to do in an html file and to add a page description, but I'm clueless with php.
I tried adding this to the top of the forum.php file: $pageTitle = "My page title";
$metaDescription = "My page description, less than 160 characters.";
$metaTags = "a list, of appropriate, tags, separated with, commas";
?>
Didn't change a thing though lol.