Topic: Global regex search/replace
The BBCode parser in Invision and Pun are very different. Invision's parser lets you jam all sorts of stuff up in the quote box, including the username and the timestamp, while Pun's doesn't expect all that.
I recently converted my forums over to Pun, and am now stuck with threads that fall out of their <div> after the first malformed quote tag: http://bonzoesc.net/punbb-new/viewtopic … 094#p18094
Is there an easy way I can globally change every quote tag to lose the timestamp, or do I get to iterate through every post in the database and swap them out?