Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • gaygiorgia Friend
    #132551

    how to have changes like in the following image:

    Sherlock Friend
    #267064

    Hi
    you can edit language file (administratorcomponentscom_rsgallery2language folder), open your language file
    then
    1.change Slideshow:
    search this word:

    _RSGALLERY_SLIDESHOW
    Change that line as you want

    2. Remove “Novou!”:
    Edit gallery.php(componentscom_rsgallery2templatesja_semantichtml folder), search this line:

    <sup><?php if( $kid->hasNewImages() ) echo _RSGALLERY_NEW; ?></sup>
    Remove or comment as you want

    gaygiorgia Friend
    #267102

    thanks. probably i’ll be back for furthers modifications questions (i’m looking for the best fit of this componenet in user7 position on telineII ^^ ).

    gaygiorgia Friend
    #267154

    AND…
    how to get modifications asked in the following image?

    gaygiorgia Friend
    #267166

    up please 🙂

    gaygiorgia Friend
    #267353

    someone answer please 🙂

    Sherlock Friend
    #267356

    Hi
    You can config in admin of RS gallery2
    Go to Extensions-> Rs Gallery2-> Control panel

    2613

    You will see like image

    gaygiorgia Friend
    #267373

    no.
    i want limit gallery to 4. smaller selectable downthere is 5.

    and above all if i select 5 dowthere, when i click on a gallery in frontpage, i get 5 thumbnails as output, instead of entire gallery images…

    <blockquote>i want max 4 albums thumbsnail in frontpage.
    IF i click into one of it, result should be another number than 4, at least 10 or 20.
    AND IF i click on “slideshow”, i want a slideshow from first to last image (for example from image #1 to image #58).</blockquote>
    how to obtain it?

    gaygiorgia Friend
    #267523

    could someone answer me pls? 🙂

    Sherlock Friend
    #267536

    Hi
    you can edit gallery.php(components/com_rsgallery2/templates/ja_sematic/html folder)
    Search this line:

    $_limit = $database->loadResult();
    Change to

    $_limit = 4;

    gaygiorgia Friend
    #267539

    i did the change u written above, but rsgallery2 show more than 4 albums thumbnails.

    and… how to resolve that space problem?

    Sherlock Friend
    #267540

    Very helpful if you have live URL

    gaygiorgia Friend
    #267541

    ops sry, i’m testing everything on localhost.
    now i’ll port everything online, so u can see directly on web 🙂

    edit:
    i’ll be back when everything is ready.

    gaygiorgia Friend
    #267552

    ok here u can fine an online tester:
    http://www.venetoinfo.it/test/

    i underline my needings/problems:
    1) show only 4 albums thumbnails galleries at home page.
    2) remove vertical extra space inside the 2 columns, which is very ugly.

    gaygiorgia Friend
    #267641

    my gallery.php:
    [PHP]<?php defined(‘_JEXEC’) or die(‘Restricted access’); ?>

    <?php
    global $Itemid, $_gid, $my, $database;
    //Get limit count
    $database->setQuery(“SELECT value FROM #__rsgallery2_config WHERE name=’display_thumbs_maxPerPage'”);
    $_limit = 4;

    //$_gid = rsgInstance::getInt( ‘gid’, 0 );
    $_gid=JRequest::getVar(‘gid’);
    $toollink = “index.php?option=com_rsgallery2&Itemid=$Itemid”.($_gid ? ‘&gid=’.$_gid : ”);
    //Show My Galleries link

    //Show introduction text
    ?>
    <!–tungps add here –>
    <form name=”gallery”>
    <input type=”hidden” name=”option” value=”com_rsgallery2″ />
    <input type=”hidden” name=”Itemid” value=”<?php echo $Itemid;?>” />
    <!– end add–>
    <div id=”rsg2-tool”>
    <ul id=”rsg2-toollinks”>
    <li><font style=”font-weight: bold” color=”white”> Gallerie Immagini Venetoinfo.it</font></li>
    <?php
    if ($this->gallery->row[‘name’]) {
    ?>
    <li><div class=”rsg2-slideshow-links”><a href=”#” onclick=”slideshow();return false;” title=”Vedi le diapositive”>Diapositive</a></div></li>
    <?php } ?>
    <?php
    if ($rsgConfig->get(‘show_mygalleries’) && $my->id) {
    ?>
    <li><div class=”rsg2-mygalleries-links”><a href=”<?php echo sefRelToAbs(“index.php?option=com_rsgallery2&page=my_galleries&Itemid=$Itemid”);
    ?>”>My Galleries</a></div></li>
    <?php
    }
    ?>
    <li><?php
    //Show limitbox
    if( @$this->pageNav ):
    ?>
    <div class=”rsg2-pagenav-limitbox”>
    <?php echo $this->pageNav->writeLimitBox($toollink);
    //if (function_exists(‘writeLimitBox_1’)) return writeLimitBox_1($toollink);;
    ?>
    </div>
    <?php endif; ?>
    </li>
    </ul>
    </div>
    <?php
    if (@count($this->kids)) {
    ?>
    <div id=”rsg2-main” class=”clearfix”>
    <?php
    foreach( $this->kids as $kid ):
    ?>
    <div class=”rsg_galleryblock”>
    <div class=”rsg2-galleryList-status”><?php echo $kid->status;?></div>
    <div class=”rsg2-galleryList-thumb”>
    <?php echo $kid->thumbHTML; ?>
    </div>
    <div class=”rsg2-galleryList-text”>
    <?php echo $kid->galleryName;?>
    <span class=’rsg2-galleryList-newImages’>
    <sup><?php if( $kid->hasNewImages() ) echo _RSGALLERY_NEW; ?></sup>
    </span>
    <?php echo $this->_showGalleryDetails( $kid );?>
    <div class=”rsg2-galleryList-description”><?php echo stripcslashes($kid->description);?>
    </div>
    </div>
    <div class=”rsg_sub_url_single”>
    <?php $this->_subGalleryList( $kid ); ?>
    </div>
    </div>
    <?php endforeach; ?>
    </div>
    <div class=”clr”></div>

    <?php
    if( $this->pageNav ):
    ?>
    <div class=”rsg2-pageNav” align=”center”>
    <?php echo $this->pageNav->writePagesLinks(“index.php?option=com_rsgallery2&Itemid=$Itemid”);
    echo “<p>”.$this->pageNav->writePagesCounter().”</p>”; ?>
    </div>

    <?php endif; ?>

    </form>

    <?php
    }

    ?>
    [/PHP]
    my rsgallery2 configuration is shown into the attached images.


    1. 1
    2. 2
    3. 3
    4. 4
Viewing 15 posts - 1 through 15 (of 30 total)

This topic contains 30 replies, has 2 voices, and was last updated by  gaygiorgia 15 years, 8 months ago.

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