Log in

View Full Version : HTML code is being parsed inside [code]


nasko
03-04-2012, 02:54 PM
<iframe width="560" height="315" src="http://www.youtube.com/embed/8UVNT4wvIGY" frameborder="0" allowfullscreen></iframe>

So the code above visualizes the youtube window instead of just showing the html code as it is.

Any ideas why?

kh99
03-05-2012, 11:12 AM
Do you have a mod for embedding youtube videos? Maybe it's not respecting the code tags.

<iframe width="560" height="315" src="http://www.youtube.com/embed/8UVNT4wvIGY" frameborder="0" allowfullscreen></iframe>

It's not happening here or on my test site so I don't think it's standard vbulletin behavior. If you're not sure, try disabling all plugins by editing includes/config.php and putting this:

define('DISABLE_HOOKS', 1);


just under the <?php at the top.