Topicon
Topicon is a plugin for Movable Type that allows you to display "topic" icons in your posts. Icons are tied to the categories you've assigned to each individual post.
Here's a screenshot from an actual blog entry:
Version 1.2.2
- Added a MTTopicIconDebug tag for debugging.
- Included a sample topicon.cfg file.
Version 1.2.1:
- Fixed a bug where category name (%c) wasn't properly updated when using multiple categories.
New/Changed in 1.2.0:
- Generates a correct <img/> tag so that the generated code is valid xhtml.
- An optional "deftext" parameter specifies what to return if no icon is found.
- All configuration data should now placed in a separate file. See the README for details.
- There is a new tag, <MTTopicIconURL> that returns only the URL for the icon -- not an entire <img/> tag.
Version 1.1.1 is a bug fix for the "site" icon option. If your site is working you
do not need to upgrade. If you're trying to setup a "site-wide" icon cache and can't
becuase the generated URL's have an extra "/" in them then you need this fix.
Version 1.1.0 adds the abillity to place arbitrary
attributes within the generated <img/> tag.
See the README for details.
| Version | Date | Description |
|---|---|---|
| 1.2.2 | Dec-29-2005 |
Adds a new tag, MTTopicIconDebug for debugging. Included a sample topicon.cfg file. |
| 1.2.1 | Jun-22-2003 | Corrects a problem where the category label (%c) doesn't get properly cycled when using multiple categories. |
| 1.2.0 | Apr-23-2003 |
Generate correct <img/> tag. Added a "deftext" attribute used to specify what to display if no icon found. Moved all configuration information to a separate file. Added <MTTopicIconURL> tag Added support for deftext="" to <MTTopicIconURL> |
| 1.1.1 | Nov-09-2002 | Fixed bug in generation of URL when using site-wide icons |
| 1.1.0 | Nov-04-2002 | Allow arbitrary attributes in the generated tag. |
| 1.0.0 | Nov-02-2002 | Initial release |