Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lwwjr Friend
    #122062

    I’ve installed JA-Newsflash and have 2 newsflash items. The first one shows fine, but then the other 2 only show the title. When the first newsflash rotates back again, it’s empty too?

    What am I missing here??

    Thanks!

    copyman Friend
    #227143

    Same problem,

    Cyrilic text in CP1251 shows in UTF-8. Only firs time shows is correct.

    I make the change in “ja-newsflashloader.php” :

    $current_charset = isset($charset) ? $charset : “CP1251”;

    but no difference !

    Best Regards

    Milen Cholashki

    copyman Friend
    #227145

    Hello, i find the solution:

    in line 141

    else if (function_exists(“iconv”)) return iconv(str_replace(“CHARSET=”, “”, strtoupper(_ISO)), “UTF-8”, $string);

    modify to:

    else if (function_exists(“iconv”)) return iconv(str_replace(“CHARSET=”, “”, strtoupper(_ISO)), “CP1251”, $string);

    I think it is stupid but works for my 🙂

    Milen Cholashki

    lwwjr Friend
    #227167

    Still can’t figure this one out. I removed all formating from the newsflashes to make sure that wasn’t breaking anything. Tried is with different transitions and still no content. Just the newsflash header after the first one.:((

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  lwwjr 16 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum