Results 1 to 3 of 3

Thread: Nonverblaster

  1. #1
    Experienced user
    Join Date
    08-21-09.
    Posts
    563

    Default 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!
    Brian

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default 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.

  3. #3
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default 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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •