Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1730

[3.3.x] Support Forum • Re: Images displayed as [img] only on post, but works on preview

$
0
0
It's not the [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=%';
As already noted if whatever added [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



Viewing all articles
Browse latest Browse all 1730

Trending Articles