The img BBcode isn't new at all. It's been there since phpBB 2.dremuler wrote: Sat Nov 09, 2024 7:22 am I figured out.
for a reason that idk on: ACP messages>bbcodes
theres a new bb code called img=
i just renamed it to imga and the issue its fixed.
As i mentioned before, there's nothing related with extensions or themes, dont ask me how or why this value appears or be changed, but now its solved.
you can close the request, and thanks so much to all people that really tried to help me with this, i really appreciate
sounds fair, but i get this fixed by my own.thecoalman wrote: Sun Nov 10, 2024 9:14 pm Note the equals sign , that is not stock img bbcode and if it were it wouldn't be present under bbcode listing anyway.
It was probably added by an extensions, possibly the editor extension you are using.
If your "solving" is to use the [imga] you tried, then it's probably not solved as the default [img] BBcode still doesn't work (based on the info you gave).
I wouldn't call that fixed. That was added by something and now there is no reference to it. In other words you are just masking whatever the root cause is and whatever used that is now broken. Additionally if it was used in older posts they are now broken.
No they're not brokenthecoalman wrote: Mon Nov 11, 2024 9:21 amI wouldn't call that fixed. That was added by something and now there is no reference to it. In other words you are just masking whatever the root cause is and whatever used that is now broken. Additionally if it was used in older posts they are now broken.
[img] is still being the default bbcode to display images.
Until you do something that make use of the default [img] bbcode, e.g. some extensions.
as i mentioned before.
OK, but that wasn't clear to me, and I suspect neither to others (probably because you didn't mention how it was fixed).dremuler wrote: Thu Nov 14, 2024 8:36 am
as i mentioned before.
its solved.
tag [img] can be used normally, older posts are displayed correctly now.
[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 all
SELECT * FROM `phpbb_posts` WHERE `post_text` LIKE '%[img=%';
[img=]
is still installed and dependent on it that is going to be broken too.