Plugin info

Total downloads: 5,838
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/11/2009 (6198 days ago)
Added to WordPress: 1/11/2009 (16 years old)
Minimum WordPress version: 2.0.2
Tested up to WordPress version: 2.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 6198 days ago

20/100

Is Tui’s Find Thumb abandoned?

Possibly abandoned (last update 6198 days ago).

Compatibility

Requires WordPress: 2.0.2
Tested up to: 2.7
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Tui's Category Intro For Archive
Rating 0.0/5 (0 reviews)Active installs 10
Tui's Author Intro For Archive
Rating 0.0/5 (0 reviews)Active installs 10
Tui's Category Intro For Post
Rating 0.0/5 (0 reviews)Active installs 0
Tui's Author Intro For Post
Rating 0.0/5 (0 reviews)Active installs 10
reGenerate Thumbnails Advanced
Rating 3.1/5 (58 reviews)Active installs 70,000
Thumbs Rating
Rating 4.8/5 (53 reviews)Active installs 1,000

Description

Many WordPress themes, are heavily dependant on “feature images” to use as thumbnails to make them look good. This is great except it adds a lot of extra work setting up these thumb references, but equally if you are in a hurry and forget you add the thumb then the look of the theme breaks.

So here is Tui’s Find Thumb plugin. It is very easy to use. It’s purpose is to replace the Image function currently used in your theme with one that is lot more clever. With these new functions available you can do everything from a randomly select an image, or return a URL or IMG tag source specifically for that post.

The post option works through this logic until it gets a result

  1. Returns an IMG tag based on the thumbnail set in the post meta data (through special post fields)
  2. The first image in the post
  3. A randomly chosen image from a directory (in your base images directory) with the same name as the posts first category slug.
  4. A randomly chosen image from your base images directory

Functions available

There are 5 funtions that can be accessed through this plugin.

1. tui_findRandomBackgroundSTYLE()

Returns a random image URL from the background images folder if one exists else the base image folder.

2, tui_findRandomThumbURL()

Returns a random image URL from base image folder

3. tui_findRandomThumbIMG(“Height”,”Width”,”Class”,”Title”,”Alt”)

Returns a random image IMG Tage from base image folder

4. tui_findPostThumbURL(“thepostID”)

Returns a URL, having searched based on the postID

5. tui_findPostThumbIMG(“thepostID”,”Height”,”Width”,”Class”,”Title”,”Alt”)

Returns an IMG tag, containing the URL, height, width, alt, title and class, having searched based on the postID

Support

Support can be found on plugin homepage: http://www.stephenbaugh.com/blog/wordpress-plugins/find-thumb/

You can also view project here: http://code.google.com/p/tui-find-thumb/

  • Additional documentation: http://code.google.com/p/tui-find-thumb/w/list

  • Issues & requests: http://code.google.com/p/tui-find-thumb/issues/list

  • Development version: http://code.google.com/p/tui-find-thumb/source/

  • Change logs: http://code.google.com/p/tui-find-thumb/wiki/Changelogs

Installation

This section describes how to install the plugin and get it working.

  1. Vistit plugin home page to get full install instructions including image references.
  2. Upload tui_findthumb.php to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Edit your plugin settings
  5. Set up your image folders
  6. Edit pages in your templates

Frequently Asked Questions

Can I contact you?

Yes. email me

I’d like to make a donation, is that possible?

That would be great and certainly would help development efforts. To do so click here thank you.

How do I report at bug?

The easiest way is to visit my Google Code Project and register an issue

Review feed

No reviews available

Screenshots

  1. Sample of a theme using a thumbnail image.

    Sample of a theme using a thumbnail image.

  2. Download then activate the plugin.

    Download then activate the plugin.

  3. Goto plugin settings page.

    Goto plugin settings page.

  4. Set up the base directory for your images.

    Set up the base directory for your images.

  5. Set up the default css class to use and thumbnail name.

    Set up the default css class to use and thumbnail name.

  6. How should your thumbnails be scaled and what size by default.

    How should your thumbnails be scaled and what size by default.

  7. If you need more help look at the top right hand corner of the options page.

    If you need more help look at the top right hand corner of the options page.

  8. Now it's time to edit your theme. Look for where thumbnails are used and remove code like this that was in my theme.

    Now it's time to edit your theme. Look for where thumbnails are used and remove code like this that was in my theme.

  9. And also remove this. Obviously, be careful, have a backup and make sure you know what you are doing.

    And also remove this. Obviously, be careful, have a backup and make sure you know what you are doing.

  10. Replace all that with something like this. If you know the plugin will remain installed don't worry about error checking.

    Replace all that with something like this. If you know the plugin will remain installed don't worry about error checking.

  11. Now go find out the "slug" names for each of your categories.

    Now go find out the "slug" names for each of your categories.

  12. Finally using your ftp client set up matching directories in your base image directory, up load those images you want to be random.

    Finally using your ftp client set up matching directories in your base image directory, up load those images you want to be random.

Changelog

No changelog available