{"id":47186,"date":"2010-03-28T22:27:50","date_gmt":"2010-03-28T22:27:50","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tag-gallery\/"},"modified":"2011-10-02T19:06:31","modified_gmt":"2011-10-02T19:06:31","slug":"tag-gallery","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/tag-gallery\/","author":3511383,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.2.0","stable_tag":"0.2.0","tested":"3.2.1","requires":"2.9","requires_php":"","requires_plugins":"","header_name":"Tag Gallery","header_author":"Johnny Peck","header_description":"","assets_banners_color":"","last_updated":"2011-10-02 19:06:31","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/johnnypeck.com","header_plugin_uri":"http:\/\/johnnypeck.com","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4971,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"0.2.0":"<p>Clear your cache. If images are still not working, go to the TimThumb directory of Tag Gallery. \nOpen the timthumb-config.php file and edit the variable $_SERVER[&#039;DOCUMENT_ROOT&#039;] to point to \nthe absolute path of your site on your server.<\/p>","0.1.9":"<p>Clear your cache directory after you update.<\/p>","0.1.5":"<p>Nothing special.<\/p>","0.1":"<p>Nothing to do. Initial Release. Install. Enjoy.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.1.5","0.1.9","0.2.0"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539070","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1539070","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539070","resolution":"1","location":"plugin"}},"screenshots":{"1":"Short-code in a post.","2":"Multiple galleries on a single page.","3":"Using Thickbox setting from Cleaner Gallery."}},"plugin_section":[],"plugin_tags":[210,27268,609,88132,25454],"plugin_category":[50,57],"plugin_contributors":[88133],"plugin_business_model":[],"class_list":["post-47186","plugin","type-plugin","status-closed","hentry","plugin_tags-gallery","plugin_tags-media-tags","plugin_tags-tags","plugin_tags-thumnails","plugin_tags-valid-xhtml","plugin_category-media","plugin_category-taxonomy","plugin_contributors-johnnypeck","plugin_committers-johnnypeck"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tag-gallery.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/tag-gallery\/trunk\/screenshot-1.jpg?rev=1539070","caption":"Short-code in a post."},{"src":"https:\/\/ps.w.org\/tag-gallery\/trunk\/screenshot-2.jpg?rev=1539070","caption":"Multiple galleries on a single page."},{"src":"https:\/\/ps.w.org\/tag-gallery\/trunk\/screenshot-3.jpg?rev=1539070","caption":"Using Thickbox setting from Cleaner Gallery."}],"raw_content":"<!--section=description-->\n<p>Implements a short-code <code>[tag-gallery]<\/code>, very similar to the <code>[gallery]<\/code> short-code, that gets images from the media library based on media tags. This makes it very easy to manage your galleries from the media library rather than the clunky way media in galleries is managed currently. It was created quickly to solve a simple problem. If it becomes popular I'll spend some more time on it, adding features, etc.<\/p>\n\n<p><strong>REQUIREMENTS:<\/strong> You must have <a href=\"http:\/\/wordpress.org\/extend\/plugins\/media-tags\/\">Paul Menard's Media Tags<\/a> plugin installed or it will do nothing for you. Optionally, but highly recommended, you should install <a href=\"http:\/\/wordpress.org\/extend\/plugins\/cleaner-gallery\/\">Justin Tadlock's Cleaner Gallery<\/a> to get the java-script light-box effects.<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>Manage galleries from the Media Library using tags.<\/li>\n<li>User selectable thumbnail size width and height.<\/li>\n<li>User selectable number of columns.<\/li>\n<li>Supports Cleaner Gallery javascript settings if installed.<\/li>\n<li>Choose to show captions or not.<\/li>\n<li>Multiple tags allowed, comma separated without spaces.<\/li>\n<\/ul>\n\n<p><strong>Usage:<\/strong>\nOn any post or page place the short-code <code>[tag-gallery tag=mytag]<\/code> and the plugin will generate, by default, a 3 column gallery with thumbnails 150px x 150px without captions.\nThe following options are available:<\/p>\n\n<ul>\n<li><code>tag<\/code> - The tag you want from the media library, defaults to 'tag'<\/li>\n<li><code>itemtag<\/code> - HTML wrapping each item, default is dl.<\/li>\n<li><code>icontag<\/code> - HTML wrapping each image, default is dt.<\/li>\n<li><code>captiontag<\/code> - Caption HTML tag, default is dd.<\/li>\n<li><code>captionson<\/code> - True\/False whether to show captions. Default is false.<\/li>\n<li><code>columns<\/code> - Number of columns. <\/li>\n<li><code>theight<\/code> - Thumbnail height.<\/li>\n<li><code>twidth<\/code>  - Thumnail width.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>tag-gallery<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Make sure you have Paul Menards Media Tags plugin installed and activated.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Add tags to your images in the Media Library.<\/li>\n<li>On any post or page, input the short-code <code>[tag-gallery tag=mytag columns=3]<\/code><\/li>\n<li>Enjoy!<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Why was this plugin created?<\/dt>\n<dd><p>The plugin was created to simplify the management of galleries on a wordpress website as I found the current gallery rather clunky.<\/p><\/dd>\n<dt>How do I set it up?<\/dt>\n<dd><p>It should work out of the box so long as Media Tags is installed.  If you have Cleaner Gallery installed this plugin will use your javascript settings from that plugin to enhance the tag gallery.  The first time the gallery is displayed it will take a bit of time to generate thumbnails but thereafter, the cached images are used so it will be fast.<\/p><\/dd>\n<dt>Are the thumbnails cached, and where?<\/dt>\n<dd><p>Yes, the thumbnails are generated once and then cached in <code>\/wp-content\/plugins\/tag-gallery\/timthumb\/cache\/<\/code>.  Currently, there is no way to clear the cache from the interface.  You can, however, delete the images in that directory to rebuild the cache next time the gallery is viewed.<\/p><\/dd>\n<dt>Can I set the thumbnail size?<\/dt>\n<dd><p>Yes. In the shortcode add the theight and twidth attributes like the following [tag-gallery tag=mytag theight=100 twidth=100]<\/p><\/dd>\n<dt>Does it support multiple galleries on a single page\/post?<\/dt>\n<dd><p>Yes, simply put more tag-gallery shortcodes on your post and they will work fine, including valid id's thanks to Justin Tadlock.<\/p><\/dd>\n<dt>Does it support multiple tags?<\/dt>\n<dd><p>Yes. You can set a comma separated list of tags in the short code without spaces. Make sure not to separate the commas and tags with spaces or you will get some awkward results.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p><strong>Version 0.2.0<\/strong><\/p>\n\n<p>*Fix, hopefully for most cases, TimThumb path issues.<\/p>\n\n<p><strong>Version 0.1.9<\/strong><\/p>\n\n<p>*TimThumb update to alleviate security concerns in that library.<\/p>\n\n<p><strong>Version 0.1.5<\/strong><\/p>\n\n<ul>\n<li>Tested for multiple tags and it works fine. <\/li>\n<li>Changes to the readme.txt<\/li>\n<li>Removed the screen-shots folder.<\/li>\n<\/ul>\n\n<p><strong>Version 0.1<\/strong><\/p>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Create a gallery, similar to gallery shortcode, but gets images by tag from media library. The CSS and column logic used is from Justin Tadlock.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/47186","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=47186"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/johnnypeck"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=47186"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=47186"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=47186"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=47186"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=47186"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=47186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}