Show
Ignore:
Timestamp:
08/27/08 17:21:27 (4 months ago)
Author:
rickc
Message:

Plugin: preapproved. Fixed it so it checks to see whether a comment has already been marked as spam. If it has, it doesn't get approved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/preapproved/trunk/readme.txt

    r654 r837  
    11Plugin: PreApproved 
    22URL: http://habariproject.org 
    3 Version: 1.2 
     3Version: 1.3 
    44Author: Habari Project 
    55 
    66Purpose  
    77 
    8 PreApproved will automatically approve comments from commenters who already have the specified number of approved comments in your blog's database. 
     8PreApproved will automatically approve comments from commenters who already have the specified number of approved comments in your blog's database. The exception is comments that a spamchecker plugin has marked as spam. These will not be approved. 
    99 
    1010Requirements  
     
    2020Usage 
    2121 
    22 Configuration for PreApproved is performed by clicking the Configure button in its listing on your plugins page. The configuration screen has only one field - the number of comments the commenter must already have in the database to have new comments automatically approved. If you enter the number zero in this field, all comments will be automatically approved. 
     22Configuration for PreApproved is performed by clicking the Configure button in its listing on your plugins page. The configuration screen has only one field - the number of comments the commenter must already have in the database to have new comments automatically approved. If you enter the number zero in this field, all comments will be automatically approved, unless a spamchecker plugin has run previously and marked the comment as spam. 
    2323 
    2424After you're done making your configuration changes, click the 'Save' button at the bottom of the form to save the changes. Click the 'Close' button to completely close the form.