Quote:
Originally posted by mADmAX`
Not sure if this is right, but I noticed there was nothing in usercp.php with this so I added it. Right after I added it, it started working, so eitehr theres a step missing or I missed one.
PHP Code:
// ############################### start signature ###############################
$bbuserinfo[signatureurl]=getsignatureurl($bbuserinfo[userid]);
if ($bbuserinfo[signatureurl]=="") {
$bbuserinfo[signatureurl]="http://{ imagesfolder}/clear.gif";
}
(Note the space in { imagesfolder}
PHP Code:
// ############################### start private messages ###############################
|
I had t do the same to work :/