MyBB Community Forums

Full Version: Converted from Vbulletin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I have sucessfully converted my vbulletin forum and I am amazed and the speed and functionality of MyBB. I just have one problem now. All the members signature didn't convert properly. Is there a way I could reset all the signatures.
I would just make an announcement telling them all to fix it themselves XD
We don't have a vBulletin 3 converter out for public use yet so either your using an illegal copy of the MyBB Merge system or it's 3rd party which means we don't support it
I used the MyBB Merge system

VB to Phpbb to MyBB

Hope I can clear the signatures without telling each of my members to change it themselves
You can remove everybody's signatures by running this SQL query in phpMyAdmin:
UPDATE mybb_users SET signature=''
Thanx that solved the problem