Mystics
Sun 29th Jun '08, 5:16pm
I added this code in impex/systems/phpBB3/004.php to import the signature:
if($data['user_sig'] != '')
{
$try->add_default_value('signature', $this->html_2_bb($this->phpbb3_html($data['user_sig'])));
}
View Full Version : phpBB3: Signature is missing