public
Description: Show image thumbnails on the edit page list.
Homepage: http://www.masugadesign.com/the-lab/scripts/weegee/
Clone URL: git://github.com/mdesign/md.weegee.ee_addon.git
mdesign (author)
Fri Apr 17 13:35:34 -0700 2009
commit  01a501123ffd152a538526a8059fa9e20b46d307
tree    a3c14c0e9f319f80204fbe45fbe77559fdd09ccc
parent  e95fafbe326640cff4aca1169ca4db5b700186ea
name age message
file .gitignore Fri Apr 17 10:19:51 -0700 2009 Initial commit [mdesign]
file README.textile Fri Apr 17 10:56:43 -0700 2009 Updated Readme [mdesign]
directory extensions/ Fri Apr 17 13:35:34 -0700 2009 Fixed wrong language file variable [mdesign]
directory language/ Fri Apr 17 10:19:51 -0700 2009 Initial commit [mdesign]
README.textile

MD Weegee

This works well if you have one weblog that is used as a “gallery”. Unfortunately this only works on a field whose Field Type is “File” – which is another 3rd-party extension by Mark Huot. In the MD Weegee settings, you enter one field id (the field id for the File field you have) – and MD Weegee will put a thumb from that field on the Edit page. This also only works with one weblog right now.

If you can improve on the functionality of this add-on, please feel free to clone/fork it and make it happen, captain.

Info

Developed by Ryan Masuga, http://masugadesign.com

Docs: MD Weegee
EE Extension Info: http://expressionengine.com/docs/development/extensions.html

Related EE Forum Thread: Extension: Weegee – Add thumbnail image for entries on the EE CP Edit page

Installation

  1. Put lang.weegee.php in your /system/language/english folder
  2. Put ext.weegee.php in your /system/extensions folder.
  3. Enable Weegee in Extensions (Admin > Utilities > Extensions Manager)
  4. In the settings, Eenter the field id number of the File field for which you want to show thumbnails
  5. Change the width of the thumbnails, if desired

Changelog

1.0.2 – (April 17, 2009)

  • Changed name to MD Weegee
  • Remove version info from language file
  • Added LG Addon Updater checking
  • Changed End of File to follow EE guidelines
  • Updated how settings are stored

1.0.1 – (January 12, 2009)

  • Removed outdated “Check for Update” method that was causing errors on the Control Panel homepage.

1.0.0 – (July 8, 2008)

  • Initial release.