-
AuthorPosts
-
August 4, 2008 at 11:30 am #131758
I am using the Semantic gallery which displays a top menu with Most Commented, Slideshow etc. on it.
I am not using commenting and voting and would like to remove Most commented, Most Popular from the menu.How do I edit the menu to remove some of the items?:confused:
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 4, 2008 at 3:27 pm #263766Hi
you can edit gallery.php(componentscom_rsgallery2templatesja_semantichtml folder)
you can see those lines:
<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>You can remove as you want
1 user says Thank You to Sherlock for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 4, 2008 at 3:29 pm #263768Hi
you can edit gallery.php(componentscom_rsgallery2templatesja_semantichtml folder)
you can see those lines:<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>You can remove as you want
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by joolsy 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum