Develop an extension for phpBB -- 3

Job ID: 34395779

Budget: $30 – $250 USD

IMPORTANT: If you have phpBB experience as a developer, write on the offer "#phpBB Developer#" if you have phpBB experience as a user write "#phpBB User#"
If you don't write exactly what I told in the begining of your post offer you'll be discarded right away.

I want to create an simple phpBB extension that will grab from the 1st post of a topic all the content inside [code] BBCode where the content start with http, and then reparse that content that should be a list of urls, using a service from RealDebrid API, that will return new urls.

The API information should be filled at phpBB Admin panel.

On the frontend, to not hit the API limits, the best thing to do I beleive is to reparse the code content only by clicking on a button that would appear probably on the side of "Select All" from code bbcode, saying "Generate Special Urls", that will replace the content with the new genearated urls from the api.

The idea is not to have the bbcode "code" globally changed, but only changed if it's the 1st post of a topic and if the code content starts with http, you should trim spaces and line breaks ofc since it can be
[code] https://... [/code]
or even:
[code]
https://...
https://...
[/code]

At Admin Panel I should have an option to choose which group(s) can have the permission to reparse content. So I can give this functionality to a Specific group or some groups I want.
Related categories: PHP JavaScript MySQL Symfony PHP phpBB