Installed. Exactly what I was looking for only a few days ago! Thanks.
Just a quick question:
I'm using IBPro arcade module and with that mod, template edits is done old school style via a php file. I tried using $vbtpldw_01 in the code, but the output was blank instead of outputting the template's content.
Do you know of any method around this in the php file?
The file is skin_v3Arcade.php and the code is around line 75, in this section:
Code:
EOF;
}
function top_links_table($links,$width,$extra) {
global $ibforums;
return <<<EOF
$vbtpldw_01
<table width='100%' border='0' cellspacing='1' cellpadding='4' class="tborder">
<tr>
<td class="tcat" align="center" width="{$width}">{$links}</td>
{$extra}
</tr>
</table>
EOF;
}