Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • schlogo Friend
    #125351

    Hello

    I like this avian II templates, but I am running in some troubles. I packed them up before posting. I ve been looking all over the forum and tried some tricks but nonthing worked. Sooo..There we go

    In the gallery admin page, If I go in the rsgallery admin panel, check the box in front of an image and click “edit” in the menu, I get a wrecked edit page, appearing under index2.php

    In the gallery itself, under Ie7, the navigation system under the image is not entirely displayed. It works with ff 2

    http://www.vincentlecuyer.com/index.php?option=com_rsgallery2&Itemid=70&page=inline&id=137

    Last point, when you mouse over an image, the source code appears as description with the html tags 🙁
    http://www.vincentlecuyer.com/index.php?option=com_rsgallery2&limit=50&gid=12&Itemid=70

    you might see as well an error in ie7 saying the string is not correctly ended
    If you go in the gallery, for example here

    Thanks for your help

    schlogo Friend
    #237820

    no guess? :confused:

    jaxartists Friend
    #261794

    here is the fix

    change $descr to $name
    go to templates/meta/display.class.php from line 965

    <img class=”rsg2-galleryList-thumb” id=”thumb1″ src=”<?php waterMarker::showMarkedImage($name);?>” alt=”<?php echo htmlspecialchars(stripslashes($descr), ENT_QUOTES); ?>” border=”0″ />
    <?php
    } else {
    ?>
    <img class=”rsg2-galleryList-thumb” id=”thumb1″ src=”<?php echo imgUtils::getImgDisplay($name); ?>” alt=”<?php echo htmlspecialchars(stripslashes($descr), ENT_QUOTES); ?>” border=”0″ />
    <?php

    Sherlock Friend
    #261997

    Thanks jaxartists for sharing

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

This topic contains 4 replies, has 3 voices, and was last updated by  Sherlock 16 years, 4 months ago.

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