=== One Quick Post === Contributors: G.Breant Donate link: http://dev.pellicule.org/?page_id=19 Tags: BuddyPress,quickpress,post,quick post,frontend,guest Requires at least: Wordpress 3.1 Tested up to: Wordpress 3.1, BuddyPress 1.2.7 Stable tag: 0.5.2-alpha One Quick Post is a WordPress/BuddyPress plugin that allows you to enable frontend posting on your blog, even for guests. == Description == One Quick Post is a WordPress/BuddyPress plugin that allows you to enable frontend posting on your blog, even for guests. THIS IS AN ALPHA RELEASE. I spent a lot of time working on it. It's not perfect yet, but I hope to have some time soon to finish the debugging. Meanwhile, you can post my forum to send bugs, or donations... It will help improving the plugin. * build your custom forms. You can split a form into several steps. You can use custom post types, custom taxomies, custom fields (meta keys)... * You can include OQP forms into posts or pages; but also in a template or plugin. * Used as core plugin of "Your Classified Ads" plugin. * BuddyPress ready (experimental) * You can enable guest posting. They'll just have to give their name and email. * Ability to use captchas using the "SI CAPTCHA Anti-Spam" plugin. * Works with the WordPress roles & capabilities system : if a user send a post; will it pend or will it published ? Is the user allowed to edit a published post ? * Notifications: you can enable the notifications; that will email the user when his post is pending, has been published or has been deleted. As admin; you can write the reason of the deletion of a post in an optional box. This would be included in the notification sent to the user. * ability to upload files * ability to mark some locations on a map from Google Maps using the "GPress" plugin. * works on multiple blogs installations (selecting the blog where you want to post on is possible) ! this feature needs more testing == Installation == 1. Check you have WordPress 3.0+ 2. Download the plugin 3. Unzip and upload to plugins folder 4. Activate the plugin == Frequently Asked Questions == = Notifications : When I delete a post from a user, how can I add the reason to the notification ? = Add a custom field 'oqp_mod_message' to this post. The value will be the reason why you did moderate this post. Save it, then only delete the post. The reason will be included in the notification. = How can I hide some fields from the form when displaying a post ? = Sometimes you want the users to fill some informations when creating a post, but you don't want to display them once the post is published. For those fields, check the option "Disable this field when displaying the post". This can also be usefull for advanced theming. = I don't want OQP to handle how the posts are displayed ! = If you want to display your posts as regular posts, uncheck the option 'Use OQP Template' in the form settings. = Advanced theming : How can I customize the way the posts are displayed ? = By default, OQP uses its own template to display the posts written with it. Those posts are displayed using the template themes/oqp/single-oqp.php from the plugin directory. You can use your own template by creating a new template in wp-content/themes/TEMPLATE/oqp/single-oqp.php, where TEMPLATE is your current template. If you need advanced theming, have a look at the function "oqp_load_custom_template" where you will be able to see which files & hooks are used to display the posts. == Screenshots == 1. Backend / main screen 2. Backend / form creation 3. Frontend / Example form == Changelog == = 0.5.2 = * Fixed some bugs + code cleaning = 0.5.1 = * Improved file upload * Fixed custom field bug * Changed some admin settings. Please check your form is still OK ! = 0.5.0 = * Improved geolocation = 0.4.9 = * Comments are back when displaying a single entry (last comment still do not appear?) = 0.4.8 = * Changed the way posts are saved. If it was a new post; OQP was unable to save some stuff (taxonomies,...) since the post ID wasn't known when updating that stuff. = 0.4.7 = * Changed the way redirection is handled after post has been saved (function save_post() and function oqp_save_form_data() * Fixed bug when first step is not loaded when creating a new post = 0.4.6 = * "Header already sent" bug fixed * Date bug fixed = 0.4.5-alpha = * Big update :) = 0.4.4 = * Fixed bug when the logged user has not suffiscient role to post. = 0.4.3 = * oqp_block() renamed to oqp_get_block * fixed the way the shortcode is run (was generating before the post content; no matter where its position inside the post) * Localization cleanup = 0.4.2 = * Fixed shortcode problem * Fixed post admin from frontend = 0.4.1 = * Now retrieves guest avatar from custom meta key email (filter get_the_author_user_email) * Added notifications for BuddyPress = 0.3.9 = * Various fixes * BP version currently disabled because being rewritten = 0.3.8 = * Language localization * Priority hooks corrections * Buddypress compatibility still is buggy = 0.3.7 = * Better CSS * Now handles custom fields ! * Added a form option for Terms & Conditions before posting * Added filters to add descriptions to the form fields. See FAQ. = 0.3.6 = * BuddyPress fixes about how oqp_bp_init & oqp_init are hooked = 0.3.5 = * Various fixes and improved the admin = 0.3.4 = * Bugfix (yclads_maps_is_setup) = 0.3.3 = * Lots of changes ! = 0.2.7 = * Bug fixes = 0.2.6-alpha = * Bug fixes about guest posting = 0.2.5-alpha = * Implemented simple image uploader. Will be improved. = 0.2.4-alpha = * Bug fix 'cannot add header information' = 0.2.3-alpha = * Taxonomies bug fix * Capabilities bug fix = 0.2.2-alpha = * Bugs fixes = 0.2.1-alpha = * Changed the way taxonomies can get arguments (filtering, ...) = 0.2.0-alpha = * Lots of bug fixes * Added Captcha function * Better notifications * Better theming support = 0.1.9-alpha = * Guest posts query / url are now checking for the posts with a same guest email * Bug fixes = 0.1.7-alpha = * Bug fix in the shortcode = 0.1.6-alpha = * Added expandable categories * Changed the way the shortcode (& taxonomies) are handled (more flexible) = 0.1.5-alpha = * Tiny MCE (Wysiwyg Editor) * New file structure = 0.1.4-alpha = * New file structure * Redirection bug fixed = 0.1.3-alpha = * Capability bug fixed = 0.1.2-alpha = * BuddyPress bug fixed (http://dev.pellicule.org/bbpress/topic/one-quick-post-for-buddypress-issue) * Mails improved = 0.1.1-alpha = * New admin option to send the user a mail when a post status changes from pending to publish = 0.1-alpha = * First release == Support == [Support forums](http://dev.pellicule.org/bbpress/forum/one-click-post) == Roadmap == * Better BuddyPress integration * Better mailing system * Delete pictures * Change featured thumbnail == Bugs == * If the poster has not at least the contributor status; he is no more credited as author when the post is updated.