Support Forum

tinyMCE and html

ME Meztli
Meztli
Member

Hello guys,

One of my forum members found out that if using the HTML button and pasting

<img src=”http://abload.de/img/snakeq1aki.jpg”>

it looks fine i the post preview but after clicking submit, a message appear “image not found”

What are we doing wrong?

Cheers

6 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Th problem is in the handling of the image size. Include a width attribute – which of course actually makes it into valid HTML – (well the width AND the tag closure slash_ – and it should be fine. Use the TinyMCE image insert dialog and this will do it for you.

Now – having said that – I am wondering if we have been a bit too enthusiastic with the checking and I have a note already on hand to look into this. But the missing width attribute is actually the start of the problem – followed by the failure of an attempt to discover that width before saving the post.

But basically yes – I am looking into it.

Did you try the subforum icon code yet? Waiting to hear back from you on that…

ME Meztli
Meztli
Member

Thanks Andy, that worked.

I did not try the subforum code yet, but i will later today and i will ofcourse tell you the result. :)

YS Yellow Swordfish
Yellow Swordfish
Member

I have opened a ticket on this as well. As I say – just want to check if we are being over-zealous…

ME Meztli
Meztli
Member

Yellow Swordfish said
I have opened a ticket on this as well. As I say – just want to check if we are being over-zealous…

Thanks and to be honest, yes i think you are being a bit over-zealous.

Just noticed that this change actually caused a lot of previous posted images by users in my forum, not being visable. It would be great if this change was reverted or if you could show me how to do it by my self.

Cheers

 

MP Mr Papa
Mr Papa
Member

change?  not sure we changed anything… but ticket is open for research…

MP Mr Papa
Mr Papa
Member

can you tell us the setting of allow_url_fopen in you php.ini file for your server?