It's not the
As already noted if whatever added
Your "fix" is conditional which is what is being pointed out to you.
[img]
bbcode that will be broken. If [img=]
was used anywhere it will be broken. Go into phpmyadmin and run this sql to see if it's present in any posts. Code:
SELECT * FROM `phpbb_posts` WHERE `post_text` LIKE '%[img=%';
[img=]
is still installed and dependent on it that is going to be broken too.Your "fix" is conditional which is what is being pointed out to you.
Statistics: Posted by thecoalman — Thu Nov 14, 2024 9:12 am