Ever wondered how to change the Title Orca :: Interactive Forum Script?
For Dolphin Version 6.1x with Orca 2.0x
This is a very fast and simple one to do.
Navigate to:
/orca/inc/header.inc.php
Backup the original file, then open the file with your favorite text editor and find near the top around line #24:
$gConf['def_title'] = 'Orca :: Interactive Forum Script';
Change to whatever you want such as:
$gConf['def_title'] = 'Your Site Forums or Other Title';
Save the file and reupload upload it.
Simply refresh or re-navigate to the forums to see the changes.