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.
1.0 Bug with YouTube Videos..
This discussion has been closed.
Comments
if($Context->Session->UserID == 1) // or whatever your UserID is { // code goes here }
that should get you started. using that, (and when you enable it ) the Raw Html selector should only show up for you.
there was another thread that specified how to allow embed and object tags in the HtmlFormatter but i don't know where it .s
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/movie id"></param><embed src="http://www.youtube.com/v/movie id" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
I wonder if anyone has done anything with this yet?