eberkund
Well-known member
Anyone have the code forand need it to beCode:[img width=449 height=480]
I did an SMF > phpBB > Xenforo moveCode:[IMG]
Would this be correct??????
Quick Find:Regular Expression:Code:[img
Replacement String:Code:#\[img width=[^>]+>(<param[^>]+></param>)
Code:[img]
Quick Find:
Code:
[img
Regular Expression:
Code:
#\[img [\w\=\ ]{0,}\]([\w\:\/.]{0,})\[\/img]#
Replacement String:
Code:
[img]\1[/img]
Last edited: