RSComments displays a < hr > tag and "Comments closed!" when disabling comments on certain pages. To delete the text:
1) Open /www/plugins/content/rscomments/rscomments.php
2) Go to line 112
$msg = empty($config->comments_closed) ? $config->comments_closed : '< hr/ >'.$config->comments_closed;
change to:
//$msg = empty($config->comments_closed) ? $config->comments_closed : '< hr />'.$config->comments_closed;
$msg = "";
25% Off Hosting: use coupon code PHPDiscount and get 25% off your first month at HostGator.
 |