Resource icon

Unmaintained Post Content Find / Replace 1.0.0

No permission to download
This is a very simple add-on I put together in order to allow an administrator to do a regular expression find and replace in the content of all posts.

It was written in order to find all instances of a custom BB code tag for embedding YouTube video in an imported posts, and convert them to XenForo's [media=youtube] tag automatically.

The interface is simple - you have three text fields and a checkbox.

post-content-find-replace.webp


The first is a simple text search, which helps to narrow down the number of posts that will be searched with the regular expression.

The second field should contain a full and valid PCRE regular expression, including flags and terminators.

The third field will be used to determine the replacement text.

The checkbox is used to switch between testing and commit mode. Unchecked, the replacements will be displayed but not saved.

Example usage to convert from [video="http://www.youtube.com/watch?v=ZSW4LDAHIeU"]Video title here[/video] to [media=youtube]ZSW4LDAHIeU[/media]:

Quick Find:
[video

Regular Expression:
#\[video=youtube;([^\]]+)\]([^\[]+)\[/video\]#siU

Replacement String:
[media=youtube]\1[/media]

Limitations:
  1. The system will not check that your regular expression is valid, or that it matches. It will fall over if your expression does not compile, and it will simply not match anything if the logic is incorrect.
  2. There is no batch processing in this add-on, so if you are replacing something that occurs in a lot of posts, this could be very slow and might time-out.
So, given those limitations, I may as well release it seeing as it's written now. It might serve as a useful tutorial in creating an add-on anyway.


Enjoy.

Edit: Jan 10th 2011 - Code updated and fixed. Not sure how I missed that but... oh well. Thanks to whyweprotest for spotting my silly error.
Author
XenForo
Downloads
1,260
Views
111,865
First release
Last update

Ratings

4.72 star(s) 25 ratings

More resources from XenForo

Latest reviews

Works great! An excellent to for importing/upgrading from other forums. I used it for an IPB import and as I continue to discover BB code issues I'll continue using it.
WOW, was able to take years of transitions from other forum software and make changes in bulk. This tool allowed me to run the query, sample the test results before making a comitted change and when ready hit it. 879 youtube fixes at one time... Easy and cautious all rolled into one package!
A very easy 5 stars for this. Used for a vB to XF conversion to update old BBcodes and works flawlessly. Thank you very much for this!
You have saved my day. Crapy tapatalk signatures removed with this ad-on! Very nice ad-on 5 stars! Keep up the good work!
Works fine. Changed lots of links to URL's and pictures, BB codes, youtube and vimeo links. This addon was a life saver.
Works as advertised, and very helpful if you read the related discussion in this thread. Killer and saved me a ton of headaches on VB > XF conversion.
Excellent addon. Saved me a lot of time going through manual SQL queries. Replaced my legacy VBulletin bbcodes with this.
Thanks for creating this addon. Does what it said it would do and does it admirably. It's going to save me lot's of time when searching for text in my message database. A must have addon for an active forum.
Work perfectly and replaced more than 10 custom bbcode from my old IP.BOARD.
Thanks you


.
Keeps crashing when I try to run it. I keep getting server errors. I've posted a question on the discussion and no help has come yet. Doesn't seem to be working for me. Hopefully the problem will be fixed soon.
Top Bottom