Announcement
Collapse
No announcement yet.
Signature Bug Importing from SMF 2
Collapse
X
-
Forgot to post back that I resolved this. It was related to the usergroups in vBulletin and the show on member list option. I have successfully completed a few test imports and will go live on Friday night.
I am going to file the above code as a bug on the ImpEx project page.
Leave a comment:
-
I did the import over and now I can see the signatures if I edit the user, but they still don't show on messages or when viewing the profile. Any ideas?
Leave a comment:
-
Signature Bug Importing from SMF 2
I did an import from SMF 2 and noticed that none of the signatures carried over. I looked through the impex code and found a bug 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'])); }
Code:// If its not blank slash it and get it if($data['signature']) { $try->add_default_value('signature', $this->html_2_bb($data['signature'])); }
Tags: None
Related Topics
Collapse
-
by discoverxs3Weird bug.
If we run Empty Signature Cache + Clear system cache
peoples signature stop showing.
They appear back only if the user go and re-saves the signature.
...-
Channel: Support Issues & Questions
Fri 14 Jun '13, 6:16am -
Leave a comment: