From image.module's admin help page:
"Image galleries are used to organize and display images in galleries. The list tab allows [...]"
This should probably be moved to a help page for image_gallery, or the fact that it's functionality from a bundled module made clear.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | image-HEAD.image-help-text.patch | 5.43 KB | sun |
| #7 | image_helptext_196844.patch | 3.51 KB | Hetta |
| #4 | image_helptext_196844.patch | 2.39 KB | Hetta |
Comments
Comment #1
sunThis has probably been fixed in the meantime.
Comment #2
joachim commentedJust updated from CVS and it's still there.
Comment #3
sunCare to provide a patch?
Comment #4
Hetta commented?? If you're on the image help page (/admin/help/image), and click on "Configure image sizes and file directories at administer >> settings >> image.", you get the tab for setting image galleries. I think this particular help text is where it belongs; it could use some clarification, though.
However, the first link on that screen ("View image handling messages in administer >> settings.") gives the general admin screen, not image handling messages.
And, the next link ("Use the image assist module to upload and insert images into posts.") sends people off to img_assist. Umm, sure, you are able to, but perhaps it should be pointed out that you might need to download and install it first?
Patch attached.
Finally, there's a bit of help text in the image_gallery.module ("
return '<p>'. t('Image galleries can be used to organize and present groups of images. Galleries may be nested. To add a new gallery click the "add gallery" tab.') .'</p>';")Haven't patched this as I don't know if it's actually shown anywhere.
Comment #5
sunAll good points. :) Could you use diff -up, please? See http://drupal.org/patch/create
Comment #6
sunComment #7
Hetta commentedOh - I see the difference, yes.
Attached.
Comment #8
sunI've improved it a bit more and committed attached patch. Thanks!