-
AuthorPosts
-
thefc_uk Friend
thefc_uk
- Join date:
- May 2007
- Posts:
- 143
- Downloads:
- 89
- Uploads:
- 15
- Thanks:
- 55
- Thanked:
- 20 times in 2 posts
September 16, 2008 at 6:26 pm #133422Hi,
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…
Many thanks
StuartSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 17, 2008 at 2:21 am #270930please 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 want1 user says Thank You to Sherlock for this useful post
producer111 Friendproducer111
- Join date:
- March 2008
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 2
- Thanked:
- 5 times in 1 posts
December 17, 2008 at 11:16 pm #283282That doesn’t work…
-
AuthorPosts
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