MyBB Community Forums

Full Version: Fix posted images after Xenforo conversion?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, is there  away to fix posted images after the conversion from Xenforo? I noticed a lot images are posted as

[Image: queen-pikasig.png]


instead of using the [img][/img] tags......

How can I fix this so images aren't broken  such as in user signatures?  Thanks!
Can you check whether the account(s) have "Display images in posts" and "Display videos in posts" are ticked in User CP --> Edit Options? If not, you can run a query like so in your database:

UPDATE `mybb_users` SET `showimages` = '1', `showvideos` = '1';
That was sorted but still didn't fix the issue, however, editing their sigs and removing the

[image=blahblahblah] and putting the URL into [img][/img] tags worked......

Which is why I feel this may be cuz of the conversion? however, could it also be cuz I have DVZ Secure Content installed?