|
<p>=== Featured Image Admin Thumb ===
Contributors: seanchayes
Donate link: <a href="https://www.seanhayes.biz/" rel="nofollow">https://www.seanhayes.biz/</a>
Tags: post-thumbnail, thumbnail, admin, image, featured, featured image, featured thumbnail, featured admin thumbnail
Requires at least: 3.5.1
Requires PHP: 7.0
Tested up to: 5.7
Stable tag: 1.6
License: GPLv2 or later
License URI: <a href="http://www.gnu.org/licenses/gpl-2.0.html" rel="nofollow">http://www.gnu.org/licenses/gpl-2.0.html</a></p>
<p>Adds inline thumbnail image to admin columns on Post/post types view (where supported). Click to easily set/change the featured image.</p>
<p>== Description ==</p>
<p>When active this plugin adds a column to the All Posts/All Pages and where supported the All Custom Post Type admin views. This column, "Thumb", will display a thumbnail of the featured image
or post thumbnail so you can easily determine the content that is missing an image.</p>
<p>You can also make inline edits that allow you to change the thumb/image from the All Posts/All Pages/All Custom Post Type view without having to edit the post.</p>
<p>Now the plugin is translatable. Using tools such as Poedit along with localized / international versions of WordPress, FIAT can display user supplied translations of its text.
== Installation ==</p>
<p>= Using The WordPress Dashboard =</p>
<ol>
<li>Navigate to the 'Add New' in the plugins dashboard</li>
<li>Search for 'featured-image-admin-thumb'</li>
<li>Click 'Install Now'</li>
<li>Activate the plugin on the Plugin dashboard</li>
</ol>
<p>= Uploading in WordPress Dashboard =</p>
<ol>
<li>Navigate to the 'Add New' in the plugins dashboard</li>
<li>Navigate to the 'Upload' area</li>
<li>Select <code>featured-image-admin-thumb.zip</code> from your computer</li>
<li>Click 'Install Now'</li>
<li>Activate the plugin in the Plugin dashboard</li>
<li>Consider using a thumbnail re-generator to create specific thumbnails for the All Posts/Pages admin views</li>
</ol>
<p>= Using FTP =</p>
<ol>
<li>Download <code>featured-image-admin-thumb.zip</code></li>
<li>Extract the <code>featured-image-admin-thumb</code> directory to your computer</li>
<li>Upload the <code>featured-image-admin-thumb</code> directory to the <code>/wp-content/plugins/</code> directory</li>
<li>Activate the plugin in the Plugin dashboard</li>
</ol>
<p>== Frequently Asked Questions ==</p>
<p>= You don't see the thumb column and the thumbnails in that column =</p>
<p>After checking that the plugin is enabled, be sure to click Screen Options if you don't immediately see the column and ensure "Thumb" has a checkmark next to it</p>
<p>= My thumbnail column shows posts with blank areas in the thumb column =
During testing I found that if a post has a featured image assigned but does not show a thumbnail it was because the image file is missing it will show up blank within the sorted posts that do show thumbnails</p>
<p>== Screenshots ==</p>
<ol>
<li>This shows the Thumb column in the All Pages/Posts admin view and in this case a thumbnail is available and shown. There would be a blank space if no thumbnail was found for the post or page.</li>
<li>If the column is not showing in your All Posts/Pages view this shows you where you can check to see that the "Thumb" column is selected to be displayed</li>
<li>Shows the change icon located next to a featured image/thumb indicating it can be changed inline without having to edit the content item first</li>
<li>Shows the default display when no sorting is set on the thumb column</li>
<li>Shows the thumb column when sorted ascending</li>
<li>Shows the thumb column when sorted descending</li>
</ol>
<p>== Changelog ==
1.6 (2021-03-30)</p>
<ul>
<li>Addresses plugin conflict when using Gutenberg editor and ACF <a href="https://wordpress.org/support/topic/conflict-with-acf-11/" rel="nofollow">Conflict with ACF</a></li>
</ul>
<p>1.5.3 (2019-07-01)</p>
<ul>
<li>Addresses thumb column dislay issue with EDD Frontend Submissions <a href="https://wordpress.org/support/topic/plugin-not-working-with-edd/" rel="nofollow">Plugin not working with EDD</a></li>
</ul>
<p>1.5.2 (2018-09-26)</p>
<ul>
<li>Addresses an issue where in Excerpt view where the displayed thumbnail did not represent the thumbnail in the post. Switching to List view, however, the thumbnail showed correctly.</li>
<li>Fix for support request <a href="https://wordpress.org/support/topic/odd-thumb-behavior-in-excerpt-view/" rel="nofollow">odd thumb behavior in excerpt view:</a></li>
</ul>
<p>1.5.1 (2018-08-31)</p>
<ul>
<li>Add thumb column to EDD Downloads. Use filter (documented in 1.4.2 release) if you want to exclude thumb column in EDD Downloads. Code linting.</li>
</ul>
<p>1.5.0 (2018-06-21)</p>
<ul>
<li>Ability to sort featured image thumbnail column. You can easily see the content that has a featured image, displays no featured image or has no featured image assigned to it.</li>
<li>Posts that have not had a featured image assigned will show up as Set featured image</li>
</ul>
<p>1.4.4 (2017-11-22)</p>
<ul>
<li>Restoring an accidental PHP specific array definition to be compatible with earlier PHP versions</li>
</ul>
<p>1.4.3 (2017-11-8)</p>
<ul>
<li>A general tidy up release</li>
<li>Code tidy up, removal of unneeded definitions and legacy unused functions</li>
<li>Correcting return variables</li>
<li>Adjust <code>fiat_thumb</code> image size to be square and have a centered crop
<strong>you might</strong> need to regenerate thumbnails if there are visual inconsistencies with thumbnails.</li>
<li>Escaping in markup has been improved</li>
</ul>
<p>1.4.2 (2017-5-15)</p>
<ul>
<li>Updated list of default excluded post types</li>
<li>Page post type is now included by default hopefully fixing <a href="https://wordpress.org/support/topic/4-7-changed-the-flow-odd-use/" rel="nofollow">this support query:</a></li>
<li>Added filter "fiat/restrict_post_types"</li>
<li>Example filter usage <code>add_filter( 'fiat/restrict_post_types', 'your_theme_name_restrict_post_types' );</code> then create a function <code>your_theme_name_restrict_post_types</code> to modify and return and array of post_types to exclude</li>
</ul>
<p>1.4.1 (2016-6-9)</p>
<ul>
<li>Bug fix when checking sizes and removal of pencil based on support feedback</li>
</ul>
<p>1.4 (2015-11-16)</p>
<ul>
<li>Language translation functionality added</li>
</ul>
<p>1.3.6 (2015-10-29)</p>
<ul>
<li>Removed post check inadvertently included from another branch and was restricting display of thumbnail column</li>
</ul>
<p>1.3.5 (2015-10-28)</p>
<ul>
<li>Check if WooCommerce is installed and if so adjust column output on WooCommerce product post type page <a href="https://wordpress.org/support/topic/conflict-with-woocommerce-25" rel="nofollow">reported here thank you:</a></li>
</ul>
<p>1.3.4 (2015-08-14)</p>
<ul>
<li>Check if sizes is an array before looping over it as <a href="https://wordpress.org/support/topic/how-to-cure-sql-corruption" rel="nofollow">reported here:</a> to prevent PHP error display</li>
<li>Updated stable tag</li>
</ul>
<p>1.3.3 (2015-02-04)</p>
<ul>
<li>Additional excluded post type</li>
<li>Markup and JS to support showing the selected thumbnail in the media uploader</li>
</ul>
<p>1.3.2 (2015-02-04)</p>
<ul>
<li>Minor improvement to code that attaches FIAT column handler to Posts, Pages and other taxonomy screens</li>
<li>Inclusion of fix from <a href="https://wordpress.org/support/topic/would-like-to-see-media-category-sort" rel="nofollow">here:</a> that allows filters from other plugins to work</li>
</ul>
<p>1.3.1 (2014-07-24)</p>
<ul>
<li>Adding in missing Genericons.</li>
</ul>
<p>1.3 (2014-07-15)</p>
<ul>
<li>Added highlighting on images in All Post/All Pages/All Custom Post Type screens - displaying an edit icon that when clicked can change the featured image inline without having to edit the relevant content item</li>
</ul>
<p>1.2</p>
<ul>
<li>Add custom media uploader (css and js) support for all registered and active custom post types</li>
</ul>
<p>1.1</p>
<ul>
<li>Improved sizing logic when displaying existing thumbnails</li>
</ul>
<p>1.0.2</p>
<ul>
<li>Updated logic to detect best thumbnail size to use</li>
</ul>
<p>1.0.1</p>
<ul>
<li>Added thumbnail size check to use default "thumbnail" if bundled "fiat_thumb" is not available for some images</li>
</ul>
<p>1.0</p>
<ul>
<li>First version</li>
</ul>
<p>== Upgrade Notice ==
You might upgrade to the latest version to take advantage of thumbnail column sorting - see which of your content has a thumbnail assigned or not.</p>
<p>== Updates ==</p>
|