ok, and how can I to get it working? I'm thinking that there is not so much docs about all the possibilities with zikula... The zikula team should have in mind that users are not experts. I installed MediaAttach and uploaded an image but I have no idea about how to get it in news articles. In resume, I'm totally lost about these functions. The rest of site is all ok, but I guess with thumbs and lightbox my site would be very very very cool.
I don't think the Thumbnail module will work with
MediaAttach uploads because of the query string bug. To be clear, I think it would work if the image you want to thumbnail can be reached with a
URL like this:
http://site.com/images/avatar/blank.jpg
but not with a
URL like this:
http://site.com/index.php?module=
MediaAttach&func=display&fileid=88
You might want to try another approach. Have you tried enabling Scribite for the News module? Both the xinha and tinymce editors in that module have image upload plugins that might work better. You could then upload both full and thumbnail sized images. Or, xinha has a
Mediashare plugin; you could install
Mediashare and manage your images in that, and use xinha's
Mediashare plugin to select original, preview or thumbnail size versions of the image. That sounds like the best option to me.