I am having a problem that when the banner is created it is created with only the permissions of 600 and it cannot be viewed. Once I change the permissions manually on the users first banner then it works
To view in Who's Online do this;
Add to languages/online.php
<br />$ubbt_lang['siggen'] = "Creating a Signature"; <br />$ubbt_lang['siggenbanner'] = "Viewing a newly created Signature";
Add to banner.php just below
require ("$threadspath/includes/main.inc.php");
define('THIS_SCRIPT', 'siggenbanner');
Add to siggen.php just below
require ("$threadspath/includes/main.inc.php");
define('THIS_SCRIPT', 'siggen');