phpBB3: Signature is missing Issue Tools
issueid=25887 Sun 29th Jun '08 5:16pm
vBG.com Team
phpBB3: Signature is missing

I added this code in impex/systems/phpBB3/004.php to import the signature:
Code:
 			if($data['user_sig'] != '')
			{
				$try->add_default_value('signature', 		$this->html_2_bb($this->phpbb3_html($data['user_sig'])));
			}
Issue Details
Project ImpEx
Category Incorrectly associated data
Status Fixed (Closed)
Priority 10 - Lowest
Affected Version 1.90
Fixed Version 1.91
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users Jerry
Tags (none)

Wed 2nd Jul '08 6:33pm
Issue Changed by Jerry
  • Status changed from Unconfirmed to Fixed (Closed)
  • Applicable version changed from 1.91 to 1.90
  • Issue marked as addressed
  • Addressed version changed from Unknown to 1.91
  • User assignments modified
Reply