Alas the ubb thread solution does not seem to work. I have modifed the code to be


{* Script Version 7.3b5 *}


{if $introtitle}

{php}
if (!defined('UBB_MAIN_PROGRAM')) define('UBB_MAIN_PROGRAM',1);
$style_side="";
$tbopen="<table width=\"100%\" class=\"t_outer\" cellpadding=\"0\" cellspacing=\"0\">\n<tr>\n<td>\n<table width=\"100%\" class=\"t_inner\" cellpadding=\"0\" cellspacing=\"1\">\n<thead>";
$tbclose="</thead>\n</table>\n</td>\n</tr>\n</table>";
include("/home/sites/www.domain.com/web/forums/languages/english/portal_islands.php");
include("/home/sites/www.domain.com/web/forums/languages/english/generic.php");
include("/home/sites/www.domain.com/web/forums/cache/online_now.php");

{/php}


{$tbopen}
<tr>
<td class="tdheader">{$introtitle}</td>
</tr>
<tr>
<td class="alt-1">{$introbody}</td>
</tr>
{$tbclose}
{/if}

{include file="forum.tpl" type="cfrm" catrow=$catrow forum=$forum}



but nothing is happening online. Have I made a mistake?
Thanks