Active
Project:
Z̶o̶o̶m̶I̶t̶ (obsolete)
Version:
6.x-0.1-alpha1
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Aug 2010 at 12:07 UTC
Updated:
18 Sep 2010 at 06:34 UTC
Have installed the maodule but it is not obvious how you then use it. Does it work with cck image?
Regards
Joe
Comments
Comment #1
manarth commentedHi Joe,
At the moment it simple works as an input-filter: any image-tag where the filter is active will be rewritten to use the zoomit API.
Here are the steps to make this work:
1. Enable the module
2. Enable the input-filter for your chosen input-formats (see admin/settings/filters page)
3. Add an image-tag to a filtered-textarea (for example, a node-body) - i.e.
4. The zoomit image should appear instead
I've changed this to a bug-report because the documentation needs improving.
I intend to make a couple of API changes for the next release (which will be beta):
- only images with the class 'zoomit' will be rendered with zoomit
- The image-buttons in WYSIWYG editors will have a tick-box to choose to render an image using zoomit (which will simply add the zoomit class to the image tag)
- better integration with CCK image
Follow this ticket for updates on these changes.
Comment #2
manarth commentedFixes committed to dev:
- hook_help implemented - now gives guidance at admin/help/zoomit
- hook_filter_tips implemented - provides guidance on using zoomit images in filtered textareas.
Still todo:
- add README documentation for module developers. I'll add this before issuing a stable release.
Comment #3
zoia commentedsubscribe