Signatures Missing When Importing From SMF2 Issue Tools
issueid=27681 Tue 19th May '09 5:12pm
Member
Signatures Missing When Importing From SMF2

I found a bug in the SMF2 module of ImpEx. I have documented it in the below thread

http://www.vbulletin.com/forum/showthread.php?p=1737381

For reference here the bug is in smf2\004.php

Find
Code:
            // If its not blank slash it and get it
            if($data['personal_text'])
            {
                $try->add_default_value('signature', $this->html_2_bb($data['signature']));
            }
Replace
Code:
            // If its not blank slash it and get it
            if($data['signature'])
            {
                $try->add_default_value('signature', $this->html_2_bb($data['signature']));
            }
Issue Details
Project ImpEx
Category Incorrectly associated data
Status Unconfirmed
Priority 5 - Medium
Affected Version 1.90
Fixed Version (none)
Users able to reproduce bug 1
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)

Fri 22nd May '09 2:25am
ImpEx Developer
 
Fixed now.
Reply
Thu 9th Jul '09 4:13am
New Member
 
Jeery, can you please give me details or which feature fixed on it
Reply
Reply