test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • joolsy Friend
    #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 Friend
    #263766

    Hi
    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

    Sherlock Friend
    #263768

    Hi
    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

    joolsy Friend
    #263769

    Thanks again, found it!

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

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