-
Nonverblaster
Zfen, I don't know if you read the English forums at all, but there seems to be a typo in line 211 of NonverBlaster.php:
Code:
$size[1] = ($GLOBALS['TL_CONFIG']['se_nb_defaultFlvWHeight']) ? $GLOBALS['TL_CONFIG']['se_nb_defaultFlvHeight'] : '380';
Note the extra "W" -- should be:
Code:
$size[1] = ($GLOBALS['TL_CONFIG']['se_nb_defaultFlvHeight']) ? $GLOBALS['TL_CONFIG']['se_nb_defaultFlvHeight'] : '380';
As a result, it doesn't read the default height from the settings module.
Thanks!
-
Re: Nonverblaster
Where is this extension. I saw the nonverblaster on a website, and I was going to use it, but if someone's already built an extension, that would be even better. I can't find it on the extension repository.
-
Re: Nonverblaster
http://www.contao.org/extension-list...010019.en.html
the search on the extension list is a bit funky.... nonver won't find it, nonverblaster will