XF 2.3 Post Content find and replace - how do you replace a bracket?

Try this: /\[\[MEDIA=twitter\]\]/ as your regular expression and just [MEDIA=twitter] as the replacement string.
 
Last edited:
Oh, sorry, I didn't realize the delimeter was needed.

Try this instead: /\[\[MEDIA=twitter\]\]/

That worked great, this time I used a test post instead of all of them (live and learn - I need the head smack emoticon)

Now I will run it on all the posts

Thank you very much for the help
 
That worked great, this time I used a test post instead of all of them (live and learn - I need the head smack emoticon)

Now I will run it on all the posts

Thank you very much for the help

Always worth testing everything when possible, rather than just blindly taking stranger's advice.
 
Back
Top Bottom