=== AnsPress - Question & answer system === Contributors: nerdaryan Tags: question, answer, q&a, forum, community Requires at least: 3.5.1 Tested up to: 3.8 Stable tag: 0.0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A most advance community question and answer system for WordPress (still under development) == Description == A most advance community question and answer system for WordPress (Still under development). We have uploaded the basic version of our plugin. Follow me on twitter to get update of next stable version @nerdaryan. **New features** Here are some features which we have recently added to AnsPress: * Theme system * Theme override * Voting questions/answers * Add question to favourite (User profile is still in development) * Flag question/answer (Auto queue for moderation is still in development) * Commenting on question and answer * Create custom notes for flagging question/asnwer * Edit answers/questions **New features coming soon in v1.0** We are working hard to make this plugin much better, and here are some features which will available in version 1.0: * User point system * Better voting system * Better admin interface * User profile * Choose Best Answer for Question * Revision control * Multiple authors * Point based user access * Filter questions * Sort answers by votes and date * Quick ajax search system * Ajax based form submit == Installation == Its very easy to install the plugin. = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'AnsPress' 3. Click 'Install Now' 4. Activate the AnsPress on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `anspress.zip` from your computer 4. Click 'Install Now' 5. Activate the AnsPress in the Plugin dashboard = Using FTP = 1. Download `anspress.zip` 2. Extract the `anspress` directory to your computer 3. Upload the `anspress` directory to the `/wp-content/plugins/` directory 4. Activate the AnsPress in the Plugin dashboard == Frequently Asked Questions == = Can I override theme ? = Yes, you can override the theme file easily. Simply follow below steps: 1. Create a `anspress` dir inside your currently active wordpress theme directory. 2. Copy file which you want to override from AnsPress theme dir to currently created dir in your WordPress theme folder. == Screenshots == 1. List of question in home page, category, or tags page. 2. Single page layout 3. Admin questions 4. AnsPress Options in wp-admin == Changelog == = 0.0.1 = * Initial version commit. = 0.0.2 = * Added question edit button. * Sanitised from submission. * Added category and tags to question single page. * Added edit page to default theme. * Modified CSS of default theme. = 0.0.3 = * Added question status in single question page. * Removed bootstrap.css and bootstrap.js from admin. * Single question page style tweaks. * Added tabs in option, added theme tab in option page. * Added flag notes default message, also added MISC tab in option panel. = 0.0.4 = * Added customized bootstrap.js and bootstrap.min.css * Added nonce in edit question button and form * Removed unused tab code * Added answer edit option