test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • thefc_uk Friend
    #133422

    Hi,

    Is it possible to remove the navigation tags from the RS2 gallery?

    We don’t plan to allow voting or are concerned about the most popular.

    We are talking about the navigation buttons shown on the template…

    http://template.joomlart.com/ja_avian_ii_m/index.php?option=com_rsgallery2&Itemid=65&filter_order=date&filter_order_Dir=DESC

    Many thanks
    Stuart

    Sherlock Friend
    #270930

    please open gallery.php(componentscom_rsgallery2templatesja_semantichtml folder)
    you can see those lines:

    <div id="rsg2-tool">
    <ul id="rsg2-toollinks">
    <li><a title="Latest Added" href="<?php echo sefRelToAbs($toollink."&filter_order=date&filter_order_Dir=DESC&limit=".$_limit);
    ?>">Latest</a></li>
    <li><a title="Most Viewed" href="<?php echo sefRelToAbs($toollink."&filter_order=hits&filter_order_Dir=DESC&limit=".$_limit);
    ?>">Popular</a></li>
    <li><a title="Most Votes" href="<?php echo sefRelToAbs($toollink."&filter_order=votes&filter_order_Dir=DESC&limit=".$_limit);
    ?>">Most Voted</a></li>
    <li><a title="Most Commented" href="<?php echo sefRelToAbs($toollink."&filter_order=comments&filter_order_Dir=DESC&limit=".$_limit);
    ?>">Most Commented</a></li>
    <li><a title="Most Rating" href="<?php echo sefRelToAbs($toollink."&filter_order=rating&filter_order_Dir=DESC&limit=".$_limit);
    ?>">Most Rating</a></li>
    <?php
    if ($this->gallery->row['name']) {
    ?>
    <li><div class="rsg2-slideshow-links"><a href="#" onclick="slideshow();return false;" title="View in slideshow">Slideshow</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>

    That display navigation : Latest, Popular,..
    you can remove or edit as you want

    producer111 Friend
    #283282

    That doesn’t work…

    Sherlock Friend
    #283540

    Hi producer111
    how do you change ?

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

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

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