Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorswodis
    • CommentTimeNov 11th 2008
     
    Hello,

    first of all sorry for my english. I have a problem with plogger gallery and IE. I'm getting Internet explorer cannot open Internet site
    Https:// .... /
    Operation aborted

    I've included plogger gallery to my CMS with

    ob_start();

    include("plogger/index.php");
    $out=ob_get_contents();

    ob_end_clean();
    $tpl->setVar('plogger', $out);

    $page_content = $tpl->parse();

    if ($print == 1) {
    echo $page_content;
    exit;
    }


    I've removed Collections stage:
    http://www.plogger.org/forum/discussion/1977/how-to-disable-the-collection-concept-i-need-only-albums-and-pictures/#Item_0

    and now my first page is "Albums" and it works fine in FF, Chrome, but not in IE... Maybe someone can help me?

    and second question: why did image thumbnails in my album goes from top to bottom like:
    [thumb1]
    [thumb2]
    and so on..
    I'd like to see left to right:
    [thumb1][thumb2]
    kind of view...
    •  
      CommentAuthorkimparsell
    • CommentTimeNov 11th 2008
     
    Hi swodis -

    Can you please provide a link to your gallery? It's hard to diagnose some of these issues without seeing the actual gallery.
    • CommentAuthorswodis
    • CommentTimeNov 11th 2008 edited
     
    I'm sorry it's still used in intranet, not internet, Take look at these pic's:
    First: FF 3.03
    Second: IE7

    Image Hosted by ImageShack.us


    Image Hosted by ImageShack.us


    I forgot to say, that I translated it to Lithuanian, but I think problems are not in translation...
    • CommentAuthorswodis
    • CommentTimeNov 12th 2008 edited
     
    Ok, now it's all ok with a listing. But what to do with IE...

    If someone will get problem with a listing solution is here:
    you need to change /theme/album.php or /theme/collections.php or collection php. Just eliminate ul and li tags and add style="float: left" on divs tag.
    • CommentAuthorswodis
    • CommentTimeNov 14th 2008
     
    Solved. There was old gallery lightbox.js in CMS, just disabled it, and now everything is fine with Plogger.