vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   VB5 changes [img] to [IMG2=JSON] (https://vborg.vbsupport.ru/showthread.php?t=328724)

mp3president 04-20-2021 06:57 AM

VB5 changes [img] to [IMG2=JSON]
 
Hi there,

Got a big problem for me.
Vbulletin is changing [IMG] 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[/img]

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 [IMG2=XXX], 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:
Code:

[IMG]picture-url[/IMG]
Replacement:
Code:

<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


All times are GMT. The time now is 10:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01870 seconds
  • Memory Usage 1,707KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete