By Lashae_the_cyberturk on
I need a news module that;
- will show the thumbnail of agraphic and the news' summary in the homepage of my drupal site,
- will have a fixed number of category support (i.e. news, announcements etc.),
- will show the full size graphic and the full text of the news when clicked on the "Read more..." link.
Is there a module that fits my needs written for drupal.
Thank you all.
Lashae-
Comments
Would be nice....
I have been looking for the same thing!
It would solve a lot of problems if something like that already exists.
But unfortunately I haven't been able to find anything like that...let me know if you find anything!
-------------
:? MultipleX
Try story.module with attached_image.module
I'm finishing the proting of my site into Drupal, and I'll use standard story module with attached_image.module (which requires also fs.module).
It supports multiple images, thumbnails; what is missing now is summary...
It is very elegant and transparent..
You find it in CVS contributions
Alternatively, you can use image.module or node_image module, but, I agree with you, there's a lot of confusion...
Matteo
mailto:webmaster@cantincoro.org
CCK with imagecache and imagefield is the way I do this
http://geoffhankerson.com/drupal/imagefield-and-imagecache-modules-drupa...