View Full Version : "import post" on all message titles after import
malich68
Thu 11th Aug '05, 10:21am
After importing wowbb, all my posts are marked as 'imported posts". Can I just clear that out? Everything else worked fine.
What would be the mysql query to set that blank?
Thanks!
Steve Machol
Thu 11th Aug '05, 3:32pm
Please read the Importing HOWTO thread:
http://www.vbulletin.com/forum/showthread.php?t=116398
Take special note of The End Game section. Following these steps should solve those issues
malich68
Thu 11th Aug '05, 6:39pm
I have read over the posts twice and I have done everything like they said. I just need to know of a query to remove the message title "imported post" from all the imported message.
Can someone please give me a query? It would be a simple update command.
Thanks!
Mike
Steve Machol
Thu 11th Aug '05, 6:44pm
I'll move this to the Import forum so Jerry will see it.
Jerry
Thu 11th Aug '05, 7:08pm
SQL to do that will be :
UPDATE post SET title='' WHERE title LIKE 'imported post';
Or to just do them all :
UPDATE post SET title='';
You may need your table prefix on post, i.e. vb3_post.
malich68
Thu 11th Aug '05, 11:40pm
Thank you, all is better now!
Mike
Powered by vBulletin™ Version 4.0.0 Beta 4 Copyright © 2009 vBulletin Solutions, Inc. All rights