{"id":26357,"date":"2013-11-22T05:18:08","date_gmt":"2013-11-22T05:18:08","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-kb-articles\/"},"modified":"2013-11-22T05:18:08","modified_gmt":"2013-11-22T05:18:08","slug":"wp-kb-articles","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-kb-articles\/","author":5700139,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"131121","stable_tag":"131121","tested":"3.7.41","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"WP KB Articles","header_author":"WebSharks, Inc. (Jason Caldwell)","header_description":"","assets_banners_color":"2d7fa8","last_updated":"2013-11-22 05:18:08","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.websharks-inc.com\/r\/wp-theme-plugin-donation\/","header_plugin_uri":"http:\/\/www.websharks-inc.com\/product\/wp-kb-articles\/","header_author_uri":"http:\/\/www.websharks-inc.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1297,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"808633","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["131121"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[888,282,69483,69484,2008],"plugin_category":[45],"plugin_contributors":[78281],"plugin_business_model":[],"class_list":["post-26357","plugin","type-plugin","status-closed","hentry","plugin_tags-e-commerce","plugin_tags-ecommerce","plugin_tags-kb-article","plugin_tags-kb-articles","plugin_tags-post-type","plugin_category-ecommerce","plugin_contributors-websharks","plugin_committers-jaswsinc","plugin_committers-websharks"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-kb-articles_2d7fa8.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin is VERY simple; NO configuration options necessary.<\/p>\n\n<p>This plugin adds a new Post Type. This plugin makes it SUPER easy to create KB Articles (as a separate Post Type in WordPress). This is a very lightweight plugin (for now). In the future we may add some additional functionality for KB Article integrations w\/ other plugins.<\/p>\n\n<p>After installing this plugin, create a new KB Article (find menu item on the left in your Dashboard). KB Articles are just like any other Post, except they have a different classification so that themes\/plugins may identify KB Articles and\/or separate them from other Posts.<\/p>\n\n<h3>License<\/h3>\n\n<p>Copyright: \u00a9 2013 <a href=\"http:\/\/www.websharks-inc.com\/bizdev\/\">WebSharks, Inc.<\/a> (coded in the USA)<\/p>\n\n<p>Released under the terms of the <a href=\"http:\/\/www.gnu.org\/licenses\/gpl-2.0.html\">GNU General Public License<\/a>.<\/p>\n\n<h4>Credits \/ Additional Acknowledgments<\/h4>\n\n<ul>\n<li>Software designed for WordPress\u00ae.\n\n<ul>\n<li>GPL License <a href=\"http:\/\/codex.wordpress.org\/GPL\">http:\/\/codex.wordpress.org\/GPL<\/a><\/li>\n<li>WordPress\u00ae <a href=\"http:\/\/wordpress.org\">http:\/\/wordpress.org<\/a><\/li>\n<\/ul><\/li>\n<li>Some JavaScript extensions require jQuery.\n\n<ul>\n<li>GPL-Compatible License <a href=\"http:\/\/jquery.org\/license\">http:\/\/jquery.org\/license<\/a><\/li>\n<li>jQuery <a href=\"http:\/\/jquery.com\/\">http:\/\/jquery.com\/<\/a><\/li>\n<\/ul><\/li>\n<li>CSS framework and some JavaScript functionality provided by Bootstrap.\n\n<ul>\n<li>GPL-Compatible License <a href=\"http:\/\/getbootstrap.com\/getting-started\/#license-faqs\">http:\/\/getbootstrap.com\/getting-started\/#license-faqs<\/a><\/li>\n<li>Bootstrap <a href=\"http:\/\/getbootstrap.com\/\">http:\/\/getbootstrap.com\/<\/a><\/li>\n<\/ul><\/li>\n<li>Icons provided by Font Awesome.\n\n<ul>\n<li>GPL-Compatible License <a href=\"http:\/\/fortawesome.github.io\/Font-Awesome\/license\/\">http:\/\/fortawesome.github.io\/Font-Awesome\/license\/<\/a><\/li>\n<li>Font Awesome <a href=\"http:\/\/fortawesome.github.io\/Font-Awesome\/\">http:\/\/fortawesome.github.io\/Font-Awesome\/<\/a><\/li>\n<\/ul><\/li>\n<\/ul>\n\n<!--section=installation-->\n<h4>WP KB Articles is Very Easy to Install<\/h4>\n\n<ol>\n<li>Upload the <code>\/wp-kb-articles<\/code> folder to your <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> menu in WordPress\u00ae.<\/li>\n<li>Create KB Articles in WordPress\u00ae (see: <strong>Dashboard -\u203a KB Articles<\/strong>).<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Who can manage KB Articles in the Dashboard?<\/dt>\n<dd><p>By default, only WordPress\u00ae Administrators can manage (i.e. create\/edit\/delete\/manage) KB Articles. Editors and Authors can create\/edit\/delete their own KB Articles, but permissions are limited for Editors\/Authors. If you would like to give other WordPress Roles the Capabilities required, please use a plugin like <a href=\"http:\/\/wordpress.org\/extend\/plugins\/capability-manager-enhanced\/\">Enhanced Capability Manager<\/a>.<\/p>\n\n<p>Add the following Capabilities to the additional Roles that should be allowed to manage KB Articles.<\/p>\n\n<pre><code>$caps = array\n        (\n            'edit_kb_articles',\n            'edit_others_kb_articles',\n            'edit_published_kb_articles',\n            'edit_private_kb_articles',\n            'publish_kb_articles',\n            'delete_kb_articles',\n            'delete_private_kb_articles',\n            'delete_published_kb_articles',\n            'delete_others_kb_articles',\n            'read_private_kb_articles'\n        );\n<\/code><\/pre>\n\n<p>NOTE: There are also some WordPress filters integrated into the code for this plugin, which can make permissions easier to deal with in many cases. You can have a look at the source code and determine how to proceed on your own; if you choose this route.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>v131121<\/h4>\n\n<ul>\n<li>Updating readme file and adding license file.<\/li>\n<\/ul>\n\n<h4>v131113<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Create KB Articles! This plugin adds a new Post Type.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/26357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=26357"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/websharks"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=26357"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=26357"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=26357"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=26357"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=26357"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=26357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}