Quote:
Originally Posted by Chuk
The problem was solved after deleting the following string in ame_prep.php file:
PHP Code:
$text = preg_replace('%(\[(quote|php|html|code|nomedia)([^\]]*)\](.*?)\[/(\2)\])%sime', '$this->substitute(\'\1\', $this->_subbed)', $text);
May I leave this file without that string?
|
Yes, you can comment out that line in the meantime. Its job is to prevent auto embedding videos within quote blocks and such. However it isn't overly useful yet simply because it isn't stripping out videos from that spot either. Comment it out for now and Ill try to resolve the bug in the next build.