Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • benrud Friend
    #129266

    Hello Everyone,

    Whenever I add a ‘ to a image title or caption it changes to /’ once it’s saved. Then Joomla displays it. If I open the item again, it adds another /.

    Any ideas on how I can correct this?

    http://benrud.net/index.php?option=com_rsgallery2&Itemid=70&gid=14&limit=12

    I left it in the New Year’s Eve in NYC Gallery

    Thanks,
    Todd

    instantinlaw Friend
    #251817

    That’s a tough one, but this thread may or may not help.
    http://www.joomlart.com/forums/topic/rsgallery-problems-and-support/
    Good luck.

    wogand Friend
    #251864

    use the insert special symbol option in your editor.

    Sherlock Friend
    #252106

    I have posted HERE
    Plz read it

    benrud Friend
    #252167

    Nguoiabcb,

    I did what you said here
    <blockquote>I have posted HERE
    Plz read it</blockquote>

    It fixed the problem, but only in the gallery title. It didn’t fix the gallery Description or image title/image Description.

    Also, it only worked when I created the title. If I go into the record again, it adds the /// to the ‘.

    Any ideas?

    Thanks,
    Todd

    benrud Friend
    #257688

    Nguoiabcb,

    This is still a problem in the RS2G.

    If you view the description here – http://benrud.net/index.php?option=com_rsgallery2&Itemid=102&page=inline&id=363

    the /’ shows up

    It looks like it only show’s up in the image description, the galley description and the subgalley description.

    It doesn’t appear to happen when the ‘ is in the file name or gallery name.

    Also, it adds a / each time the file is saved.

    Sherlock Friend
    #257712

    Hi
    Plz edit display.class.php(components/com_rsgallery2/templates/ja_semantic folder)

    function _showDescription( ) {
    global $rsgConfig;
    $item = rsgInstance::getItem();

    /* if( $rsgConfig->get('displayHits')):
    ?>
    <p class="rsg2_hits"><?php echo _RSGALLERY_CATHITS; ?> <span><?php echo $item->hits; ?></span></p>
    <?php
    endif;
    */
    if ( $item->descr ):
    ?>
    <?php echo $item->descr; ?>
    <?php
    endif;
    }

    Change to

    function _showDescription( ) {
    global $rsgConfig;
    $item = rsgInstance::getItem();

    /* if( $rsgConfig->get('displayHits')):
    ?>
    <p class="rsg2_hits"><?php echo _RSGALLERY_CATHITS; ?> <span><?php echo $item->hits; ?></span></p>
    <?php
    endif;
    */
    if ( $item->descr ):
    ?>
    <?php echo stripcslashes($item->descr); ?>
    <?php
    endif;
    }

    benrud Friend
    #257731

    Nguoiabcb,

    Thank you. It fixed the problem for the image description but it didn’t fix the problem for the gallery description.

    go here -http://benrud.net/index.php?option=com_rsgallery2&Itemid=102&gid=14&limit=12

    you’ll see the description for the “New York for New’s Eve” still has the ///’ problem.

    How do I correct the ///’ problem in the gallery description?

    Thanks,
    Todd

    Sherlock Friend
    #257744

    Hi
    Plz edit gallery.php( componentscom_rsgallery2templatesja_semantichtml folder)
    Search those lines:

    <?php echo $this->_showGalleryDetails( $kid );?>
    <div class="rsg2-galleryList-description"><?php echo $kid->description;?>

    Change to

    <?php echo $this->_showGalleryDetails( $kid );?>
    <div class="rsg2-galleryList-description"><?php echo stripcslashes($kid->description);?>

    benrud Friend
    #257754

    Thanks Again! It Worked

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

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

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