Calmcacil Member Feb 17, 2013 #1 Just updated from IPB 3.4 to XenForo, and my forum is filled with <span <a herf and <img html tags instead of bbcodes, is there a quick fix for this? Maybe someone has some regexp or something i can run.
Just updated from IPB 3.4 to XenForo, and my forum is filled with <span <a herf and <img html tags instead of bbcodes, is there a quick fix for this? Maybe someone has some regexp or something i can run.
Jake Bunce Well-known member Feb 17, 2013 #2 Use Kier's addon: http://xenforo.com/community/threads/post-content-find-replace.6548/ Here is an example to replace anchor tags: Quick Find: <a href Regular Expression: #<a href="([^"]+)">([^<]+)</a>#siU Replacement String: [url=\1]\2[/url] For help with specific replacements I need specific code. Upvote 0 Downvote
Use Kier's addon: http://xenforo.com/community/threads/post-content-find-replace.6548/ Here is an example to replace anchor tags: Quick Find: <a href Regular Expression: #<a href="([^"]+)">([^<]+)</a>#siU Replacement String: [url=\1]\2[/url] For help with specific replacements I need specific code.