=== AnonPost === Contributors: wlk Tags: anonymous, anonymous posting, anon Requires at least: 2.0 Tested up to: 2.8.4 Stable tag: 1.0 AnonPost allows anonymous user to write their own posts using special page, no access to WP panel is needed. == Description == It allows anonymous users/readers to write their own posts, writing is protected with reCAPTCHA. Plugin can be used for some kind of message board or public forum, you can configure comments under anonymous posts. Writing is avaialbe via special page/post. API key for reCAPTCHA is required tu use reCAPTCHA. == Installation == Upload the AnonPost plugin to your blog, activate it, then edit this plugin to select options you want to use. Options are located in the beginning of the anonpost.php file. List of options: $anonUserName = 'Anonymous'; // 'name' of anonymous user, this user should not exist $enableComments = false; // this option enables comments under anonymous posts, set to true/false $category = array(); //this array should contain IDs for categories you want anonymous post to be in, example: array(1,2,4). NOTE: create those categories first $captchaEnabled = true; // enable reCAPTCHA (set to: true/false) $publickey = ''; // enter your API keys here $privatekey = ''; == Changelog == = 1.0 = First public relase of AnonPost plugin