Hello,
I just migrated from VB4.2.1 to XF1.31. and I tried this addon to edit the youtube problem.
The youtube on my VB was for example:
Code:
[video=youtube;KiMbVAW2-CM]http://www.youtube.com/watch?v=KiMbVAW2-CM[/video]
I used the addon with the following information:
Quick find: [video
Regular expression: #\[video=youtube;([^\]]+)\]([^\[]+)\[/video\]#siU
Replacemente string:
Code:
[MEDIA=youtube]\1[/MEDIA]
Yes, this are the same information presented in the addon page. I have no idea what they mean, so I used them as is. I'm not an IT guy.
After using the addon it founds 7,935 videos that need to be changed.
However, when I checked the Save changes box, I get the error message: Please enter a valid message.
Any suggestion?
Thanks!