help changing php page titles?

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.

Outdoor Community
Quote · 30 Jan 2013

To change default Orca title:

1) change this text in modules/boonex/forum/inc/header.inc.php  - no recompilation is needed after this change

$gConf['def_title'] = 'Orca :: Interactive Forum Script';

2) edit modules/boonex/forum/integrations/base/langs/en.php  file and change the following line:

'add this to title' => ' :: Orca Forum ',

Make sure that you change only ' :: Orca Forum ' part. Orca language file recompilation (not Dolphin language file) is needed after this change, since Orca has own language file. If you have several templates - then recompile language for each template separately.

3) Also try to change this line in modules/boonex/forum/integrations/base/langs/en.php file

'Orca Forum' => ':: Orca Forum',

This message is displayed when there is no title at all, but this should never occur, because there is always some title.

 

I am not sure if this will still work on dolphin 7.1.0 but give it a try.  

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 30 Jan 2013

Thanks Jay, I just finally did this.  Worked great!  Thanks for your help

Outdoor Community
Quote · 5 Feb 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.