Flash

Anonymous
angry
I only want registered users to be able to comment. I've read in the forum that this appears to be possible, but don't know HOW to do it. Please advise.


Status: offline

Mikez

Forum User
Regular Poster
Registered: 06/17/05
Posts: 87
look for in your config file

Text Formatted Code
// +---------------------------------------------------------------------------+
// | MISCELLANEOUS SETTINGS                                                    |
// |                                                                           |
// | These are other various eb-Cherokee-eb settings.  The defaults should     |
// | work OK for most situations.                                              |
// +---------------------------------------------------------------------------+

// this lets you select which functions are available for registered users only


Find just under that
Text Formatted Code
$_CONF['commentsloginrequired']   = 0;


And make it
Text Formatted Code
$_CONF['commentsloginrequired']   = 1;


:rtfm:
Also go line by line in that box and see if you want anything off to people not logged in.
:shakehands:

Status: offline

1000ideen

Forum User
Full Member
Registered: 08/04/03
Posts: 1298
If you want to prevent bots to post on your site you may use badbehavior plugin.