{"id":43820,"date":"2011-06-17T17:01:56","date_gmt":"2011-06-17T17:01:56","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/ada-plugin\/"},"modified":"2012-01-29T18:10:24","modified_gmt":"2012-01-29T18:10:24","slug":"ada-plugin","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/ada-plugin\/","author":5861272,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.8","stable_tag":"trunk","tested":"3.3.2","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"ADA","header_author":"Diana K. Cury","header_description":"","assets_banners_color":"e9f0da","last_updated":"2012-01-29 18:10:24","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/arquivo.tk\/dev\/ada","header_plugin_uri":"http:\/\/arquivo.tk\/dev\/ada","header_author_uri":"http:\/\/arquivo.tk","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1518,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog","other_notes"],"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":"496963","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.4","1.5","1.6","1.7"],"block_files":[],"assets_screenshots":{"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1443608","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1443608","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1443608","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1443608","resolution":"1","location":"plugin"}},"screenshots":{"1":"Pet for adoption single post.","2":"Widget displaying animals for adoption (all types and statuses)","3":"Editing screen","4":"Widgets"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2689,2688,2691,2690,2278,241],"plugin_category":[43],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-43820","plugin","type-plugin","status-closed","hentry","plugin_tags-adoption","plugin_tags-animals","plugin_tags-ngo","plugin_tags-pets","plugin_tags-post-types","plugin_tags-widgets","plugin_category-customization","plugin_committers-dianakc"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/ada-plugin_e9f0da.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/ada-plugin\/trunk\/screenshot-1.png?rev=1443608","caption":"Pet for adoption single post."},{"src":"https:\/\/ps.w.org\/ada-plugin\/trunk\/screenshot-2.png?rev=1443608","caption":"Widget displaying animals for adoption (all types and statuses)"},{"src":"https:\/\/ps.w.org\/ada-plugin\/trunk\/screenshot-3.png?rev=1443608","caption":"Editing screen"},{"src":"https:\/\/ps.w.org\/ada-plugin\/trunk\/screenshot-4.png?rev=1443608","caption":"Widgets"}],"raw_content":"<!--section=description-->\n<p>The ADA Plugin, offers an easy way to keep a database with specific information for every pet for adoption or lost pet.<\/p>\n <ul>\n<li>Auto-tag status in thumbnails - Through CSS, the status is displayed as a tag placed on every thumbnail.<\/li>\n<li>Change status, not permalinks - By using posts tags, you can change status any time, without changing the post permalink.<\/li>\n<li>Every pet is a fully featured post - You have feed, comments, can add images, videos, everything you need just like a normal post.<\/li>\n<li>Create your own statuses - Beside native Lost, Found etc you can create your own statuses.<\/li>\n<li>Special information are kept on every post - Data such size, breed, colors etc are kept individually on every post.<\/li>\n<li>Widgets for display - Just drop the ADA widgets for display a random available pet for adoption, search form, lost pet and pet color tagcloud.<\/li>\n<li>Works with any theme - Add the code for display the special data in pet posts or create a theme template file.<\/li>\n<li>Output uses style sheet - You don't need to dive into codes for customize colors and fonts, change everything within the stylesheet.<\/li>\n<li>Export and Import - ADA Plugin uses post type, a WordPress feature, so you can export and import pets posts whenever you need.<\/li>\n<li>Contextual Help - Are you lost? Click the Help tab when editing or adding a post type for a quick guide.<\/li>\n<li>Fully localized - Help on adding new languages too!<\/li>\n<li>Thumbs and special data on feeds - Pet feed shows thumbnail and special data.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Unzip and upload ADA Plugin folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin.<\/li>\n<li>Add some Types, Colors, Status and State (Federal Location).<\/li>\n<li>Two new panels appears for add posts types. Chose an option and add a post. Click the ADA Plugin Panel for usage.<\/li>\n<li>Place <code>&lt;?php if(function_exists('ada_pet')) { ada_pet(); } ?&gt;<\/code> in your templates wherever the single post, archive etc context is used. Best place is below <code>the_title()<\/code>, but you can place it anywhere within the loop.<\/li>\n<li>Add a widget or menu item for list\/display the item.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<h4>I found that permalinks for pets are not working or what?!<\/h4>\n <p>Right after install ADA, go to Settings &gt; Permalinks. You do not need to change anything, just loading this page will reload the permalink structure for the new posts types.<\/p>\n <h4>How to display the especial info in single posts?<\/h4>\n <p>Place <code>&lt;?php if(function_exists('ada_pet')) { ada_pet(); } ?&gt;<\/code> in your templates wherever the single post, archive etc context is used. Best place is below <code>the_title()<\/code>, but you can place it anywhere within the loop.<\/p>\n <h4>How to display pets for adoption\/lost pets?<\/h4>\n <p>ADA Plugin uses post types for keeping everything in their place. You can add widgets or menu itens for pets available, adopted pets, lost pets and so on.<\/p>\n <h4>What are the template files I can create for my theme when using ADA Plugin?<\/h4>\n <p>The following files will be used if existing in your theme directory: single-pet.php, taxonomy-status.php, taxonomy-colors.php, archive-pet.php etc. More info: http:\/\/codex.wordpress.org\/Template_Hierarchy<\/p>\n <h4>How to change the output style and colors?<\/h4>\n <p>By editing <code>wp-content\/plugins\/wp-ada\/creation\/presentation\/ada-styles.css<\/code>.<\/p>\n <h4>When adding a pet\/lost pet, how to hide contact info if pet was found\/adopted?<\/h4>\n <p>You don't need to. Just change pet status do <code>Found<\/code> or <code>Adopted<\/code> and the contact info will not be shown. Please note: statuses you have created will not work with this.<\/p>\n <h4>Can I add any statuses for lost pets?<\/h4>\n <p>Yes. Although you can't add status when editing, you can do it in Status sub-panel screen. Also, you can style the tags editing     wp-content\/plugins\/wp-ada\/creation\/presentation\/ada-styles.css. Note that some special features will not work, i.e. hide extra info for 'adopted' status. Also, you can create your own tag image, named tag-(your-status-slug).<\/p>\n <h4>The tag image is not showing for status ''<\/h4>\n <p>How to donate? = If I saved you some time, send any amount to my PayPal at dianakac[at]gmail.com.<\/p>\n\n<!--section=changelog-->\n<h4>1.8<\/h4>\n <ul>\n<li>Removed status creation on plugin activation. This will let you create any status you want. Note that some features such hide extra info for adopted\/found pets still works.<\/li>\n<li>Fixed an issue when generating feeds for posts and pet post types.<\/li>\n<li>Added user post count on Users sub-panel. Now you can know how many posts, pages, pets etc was created by every user.<\/li>\n<li>Cleaned ou the pet-data.php file. This file handles how pet info looks. Now the tag image is generated by tag-(you status-slug) instead.<\/li>\n<li>Added new widget: Pet Categories lists with post number.<\/li>\n<\/ul>\n <h4>1.7<\/h4>\n <ul>\n<li>Added form for posts or pages.<\/li>\n<\/ul>\n <h4>1.6<\/h4>\n <ul>\n<li>Solved issue on listing all pets.<\/li>\n<\/ul>\n <h4>1.5<\/h4>\n <ul>\n<li>Updated metabox script<\/li>\n<li>Removed <code>lost<\/code> post type. Now ADA keep evertyhing under a single post type called <code>pet<\/code>.<\/li>\n<li>Status and Types are created freely but not in editing screen, what is good for contributors-driven sites.<\/li>\n<li>Added State (taxonomy) and City (metadata), allow search\/browse pets in specific cities\/state if need.<\/li>\n<li>Added Reference and Fee datas.<\/li>\n<li>Merged metaboxes for an universal database.<\/li>\n<li>Contributors and up only can see their own posts in editing screens.<\/li>\n<li>Widgets display post count in both Type and Status filter.<\/li>\n<\/ul>\n <h4>1.4<\/h4>\n <ul>\n<li>Distinct labels in Menu creation for Pet Status\/Lost Status, Pet Types\/Lost Types<\/li>\n<li>Solved an issue when browsing pets types, statuses and colors<\/li>\n<\/ul>\n <h4>1.3<\/h4>\n <ul>\n<li>Working localization<\/li>\n<\/ul>\n <h4>1.2<\/h4>\n <ul>\n<li>Better localization<\/li>\n<li>Thumbnail and special info now in feeds!<\/li>\n<\/ul>\n <h4>1.0<\/h4>\n <ul>\n<li>ADA Plugin launched.<\/li>\n<\/ul>\n\n<!--section=other_notes-->\n<h3>Read me now!<\/h3>\n <p>ADA Plugin is a free plugin but I discourage pet shops for using it and I will not provide support for such. Also, I want you ask you never buy animals as a pet. There are plenty of animals in shelters you can adopt, stop keeping this obsolete market alive.<\/p>","raw_excerpt":"ADA plugin was designed for small or local websites on lost animals and animal adoption projects.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/43820","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=43820"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/dianakc"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=43820"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=43820"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=43820"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=43820"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=43820"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=43820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}