PDA

View Full Version : VB5 changes [img] to [IMG2=JSON]


mp3president
04-20-2021, 06:57 AM
Hi there,

Got a big problem for me.
Vbulletin is changing to [IMG2=JSON]

So [IMG]picture-url[ /IMG] turns in

[IMG2=JSON]{"data-align":"none","data-size":"full","src":"https:\/\/intl.startrek.com\/sites\/default\/files\/styles\/content_full\/public\/images\/inline\/2019-01\/72dce962b787b531cba809b2cd3b4c28.jpg?itok=uufckjsQ"}[ /IMG2]

How do i change this, so it goes back to "normal" [ img]url

Can anyone help me?

Thx

PinkMilk
04-20-2021, 03:52 PM
In all likelihood you have probably just mistakenly switched a setting somewhere to only allow , I would start checking settings first.

or as a last resort...

...simply recreate the img tags. I've never used vb5 but I presume it has an option to create custom bbcodes like every other version before it:

Example:
[IMG]picture-url

Replacement:
<img src ="{param}" alt="img" />

mp3president
04-21-2021, 07:37 AM
Thanks for your respons.

I tried it, but does not work.
For Vbulletin 5 this is the new standard.
So the img-code is now corresponding with the json-img2, and imediatly changes the img to json.


I want to change this back, to the old vb4 ->vb3 etc to the original [img] bb-code.
I have over more then 80.000 topics to adjust now.
And my users all use the bb-code typing it them selfs.
There has to be a way to change it back.

But thanks for your response, realy appriciate it.

Sorry for my english ;)

Greets