In drupal 6 is it possible to set up 1 blog that 3 people can post to with the ability to add images into posts?
If possible, how could I do this?

Features I would want would be :
Recent Posts
Recent Comments
Users Online
UL where all users can add list items to a list by just typing what they want and it will be added to the UL with 5 rating stars next to it.

I'm still new to drupal and I've read and watched alot. Understand theming alot better but still need some more info on nodes/which modules to use and that kinda thing.

Is this possible?

Comments

suryanto’s picture

Yes, drupal core already has multi use blog feature. If you want to add image into post, there are many ways to do this. This is some ways to add images into post.

  • using HTML Only local images are allowed. in full HTML content
  • using IMCE module with WYSIYWG editor
  • using Image Assist module with Image module

Recent Posts, Recent Comments, and Users Online already in drupal core too :-)

Regards,
Suryanto Rachmat