This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

knspr-imgnote

Description

This plugin let’s you place notes on images like you know it from flickr. Via a additional box in the admin’s post edit view you’re able to place notes on images associated to the post.

Please take note that it’s currently no final release, so there might be bugs.

If you have any problem please consult the support forums

Uses the imgAreaSelect jQuery plugin by Michal Wojciechowski and is based on the imgnotes jQuery plugin by Dr. Tarique Sani.

Workflow

  1. Add a new post or edit an existing one
  2. Upload the images via the WordPress media upload tools and insert it in the post
  3. If the post is new, safe it as draft and reload the page, the images should be visible in the thumbnail list
  4. If the post is an existing one just hit the “Reload” link in the thumbnail list and the new images should be visible
  5. Click the thumbnail of the image you want to add notes to and click the “add note”-Button.
  6. Add all your notes, they will be automatically saved as you click “Save note”.

Installation

  1. Upload it to /wp-content/plugins/
  2. Activate it
  3. Look at the post edit page, down under there should be a box called “Edit image notes”
  4. Change the settings (Plugins->knsprImgNote) to suit your needs

FAQ

How to change the look of the notes?

You can either edit the css-file in (plugin)/themes/default or create an own theme by copying the default styles to a new subfolder of (plugin)/themes. If you do the least you need to adjust the corresponding setting.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“knspr-imgnote” is open source software. The following people have contributed to this plugin.

Contributors

Translate “knspr-imgnote” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0-final

  • Added admin configuration panel

1.0-pre-final-1

  • Added code for custom field title images

1.0-rc8a

  • Fix.

1.0-rc8

  • Fixed paths for reload-icon and spinner…

1.0-rc7

  • Fixed a bug introduced with rc5.

1.0-rc6

  • Made the message, that shows up when you have insufficient rights more… polite
  • Using get_posts instead of get_children to retrieve attachments => no more unrelated images. Hopefully
  • Better path retrieving.

1.0-rc5

  • It now works with scaled images.
  • Fixed bug with WP < 2.9

1.0-rc4a

  • Fixed a bug with umlauts

1.0-rc4

  • Fixed a but that killed the theme editor
  • Made the admin box movable
  • Changed linked notes to a normal anchor element, so we can open it in new tabs
  • Placed the RSS message directly beneath the image
  • You now can disable the number-of-notes display

1.0-rc3

  • Fixed a bug when using ” or ‘ in note texts
  • Fixed a very stupid bug.

1.0-rc1

  • First release