Skip to main content
Topic: Test inline attached image into quote (Read 2696 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Test inline attached image into quote

Inline  image
ElkArte.jpg

some text...
sorry for my bad english


Re: Test inline attached image into quote

Reply #2

 emanuele smells bugz
Bugs creator.
Features destroyer.
Template killer.

Re: Test inline attached image into quote

Reply #3

We all need our hobbies, if smelling bugs is yours thats cool :D

Anyway not a bug, just a difference of opinion..
Code: [Select]
		// Generally we don't want to render inside of these tags ...
$disallow = array(
'quote' => 1,
'code' => 1,
'nobbc' => 1,
'html' => 1,
'php' => 1,
);

// Want to see them in quotes eh?
if (!empty($modSettings['attachment_inline_quotes']))
{
unset($disallow['quote']);
}

We (I) may have forgotten to add that $modSettings option to the ACP or its off on this site ... or simply remove the quote line in the disallow array in ila.integrate and all should be good ..
Last Edit: September 27, 2016, 05:58:46 pm by Spuds

Re: Test inline attached image into quote

Reply #4

Actually, I thought that when disallowed it was replaced with the url...
 emanuele was wrong. O:-)
Bugs creator.
Features destroyer.
Template killer.