Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Html Formatter
This discussion is related to the Html Formatter addon.
Comments
Same problems occur here
1. Add:
$sReturn = $this->AutoLink($sReturn);
Above:
return $sReturn;
in function Execute()
2. Add (code taken from the Extended Text Formatter): Between the Execute function and the VideoLink function.
That's it!
its a blog thingy
or a way to have safe javascript like the one from google that allows embedding of google gadgets in ur webpage.
Replace this, at line 122:
case 'youtube' : return ('<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/'.$ID.'"></param>'. '<embed src="http://www.youtube.com/v/'.$ID.'" type="application/x-shockwave-flash" width="425" height="350"></embed>'. '</object>');
by this:
case 'youtube' : return ('<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/'.$ID.'" name="wmode" value="transparent"></param>'. '<embed src="http://www.youtube.com/v/'.$ID.'" type="application/x-shockwave-flash" width="425" height="350" wmode="transparent"></embed>'. '</object>');
I didn't test for other videos, but I guess if you change this for Google & MySPace, it will work the same. Hope this helps.
The text inside them simple disappear.
Thanks!