MyBB Community Forums

Full Version: [split] Image/font BBCodes not parsed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I find that while editing a post, I can click the 'insert an image' icon in the editor, and give a valid url in the dialog that pops up, and that the image then displays in the editing window - but disappears from the post to be replaced with url text as soon as the user hits 'post reply' - see this example: [Image: http://weknowyourdreamz.com/images/apple/apple-01.jpg]


How do I fix this?
I have also noticed that font tags are being displayed in posts, rather than actually being parsed.
Is this the same issue?

Both font tags and image tags are parsed as expected in the editing window, just not once posted to the forum.

Is this a useful clue?
This is not a correct place to post your issues which are not connected with the topic at all.. A new topic should be created most of the time. Anyways, font issue can be fixed by applying a ninja-update "announced" at the bottom of this blog post: http://blog.mybb.com/2016/03/11/mybb-1-8...7-release/ And the image "issue" fix was mentioned many many times on this forum - you need to have showing images enabled in UCP options.
(2016-04-04, 03:20 AM)Destroy666 Wrote: [ -> ]This is not a correct place to post your issues which are not connected with the topic at all.. A new topic should be created most of the time. Anyways, font issue can be fixed by applying a ninja-update "announced" at the bottom of this blog post: http://blog.mybb.com/2016/03/11/mybb-1-8...7-release/ And the image "issue" fix was mentioned many many times on this forum - you need to have showing images enabled in UCP options.

Hi - I was thinking about starting a new thread, but at least some posts in this thread seemed to relate to my issue.. but happy to repost seperately 
I will install that update for fonts issue, but for the images issue, for the life of me I can find no 'show images' option in UserCP/Edit Options ... where should it be?  Maybe a theme issue?

[attachment=36015]
No, this thread is (was) about parsing images automatically when you post a link without [img]. EDIT: I split it to prevent further mess.

You can check it where it should be on this forum. But yes, that is a theme issue which suggests that the theme is not 1.8 compatible. You can revert the usercp_options template, but that alone may not fix it.
Thanks, that pointed me in the right direction - my theme is paid & has customisations I dont want to loose, but found a SQL query here  that did the job 

UPDATE mybb_users
SET showimages=1