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

    I would like to know how to completely DISABLE commenting on the RSGALLERY component. Inside the admin config screen if you turn commenting off it doesn’t work.

    I do not want to use commenting on RSGallery. For one there is no way to track when a comment was made, no notification of any kind. I would prefer the gallery just show pictures and if people want to comment they can do so on my blog.

    Besides eliminating the option to comment on gallery pictures I would also like to know what file, and location you would go to remove the “MOST COMMENTED” link from being displayed on the top bar of the gallery so its not an option for clicking.

    Thank you for your time.

    Sherlock Friend
    #255093

    Hi
    Remove comment at front-end:
    Edit inline.php in componentscom_rsgallery2templatesja_semantichtml folder,line 30

    <?php $this->showDisplayImageComment(); ?>
    Chang to

    <?php //$this->showDisplayImageComment(); ?>

    Sherlock Friend
    #255094

    Hi
    Remove “MOST COMMENTED”:
    Edit gallery.php in in componentscom_rsgallery2templatesja_semanticht ml folder,line 31

    <li><a title="Most Commented" href="<?php echo sefRelToAbs($toollink."&filter_order=comments&filter_order_Dir=DESC&limit=".$_limit);
    ?>">Most Commented</a></li>

    You can comment or remove those lines as you want

    itgl72 Friend
    #256794

    THANK YOU for both solutions.

    Can you tell me if this in anyway improves performance? I’m looking to lesson the hits on the database in order to speed up the website. This doesnt seem like its a hit on the DB unless it looks for comments all the time even if there are none.

    Thank you either way.

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

This topic contains 4 replies, has 2 voices, and was last updated by  itgl72 16 years, 5 months ago.

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