PDA

View Full Version : MyBB signatures



Anthony89
Sun 6th May '07, 10:59am
I did a test import from MyBB 1.2.6 to vBulletin 3.6.5 and the signatures imported fine, but in every post that was imported signatures don't show up. For every post the "show your signature" button is unchecked. Is there a mass way for me to have every post to show it's signature?

0lly
Sun 6th May '07, 12:41pm
There is an SQL query to turn all signatures on I believe :)

Steve Machol
Sun 6th May '07, 7:21pm
UPDATE post SET showsignature='1';