Help - Search - Members - Calendar
Full Version: Power edit for text formatting?
Movable Type Community Forum > Additional Resources > Tips and Tricks
phidauex
During my upgrade of Textile to version 2, somehow all of my posts that had been using Textile as the formatter got reset to 'None'. Now that Textile 2 is working and set as the default for new posts, all is good. Except for the >300 posts that now display wrong because they are set to None instead of Textile 2!

Power edit mode does not have a "View entries where the: Text Formatter is None" feature, so how can I fix this problem without going through and editing all 300 posts manually?

I'd love any ideas people have!

Peace,
sam
phidauex
Ha, solved my own problem! In case anyone is wondering how, the following SQL query did the trick.

CODE
update mt_entry set entry_convert_breaks = replace(entry_convert_breaks,'textile_1','textile_2');
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.