Hi folks,

I'm pretty sure drupal supports this w/out any problems but I wanted to bounce it off this forum to see if there are gotchas or suggestions for modules.

The site I plan to set up will be a "self registration" web site with email confirmation. I will have a forum and blog. Registered user can post to forum and their blog. Guest users can only read. The blog and forum need to be very easy to use (WYSIWYG) and allow folks to post images. It would be helpful if the images are re-sized (if they are too large).

Those are the preliminary requirements. Any tips to get started are greatly appreciated.

Thanks,
Tom

Comments

hershel’s picture

> "self registration" web site with email confirmation

That's how Drupal works, this site included. :)

> Registered user can post to forum and their blog. Guest users can only read.

That can be configured with user permissions.

> The blog and forum need to be very easy to use (WYSIWYG) and allow folks to post images.

See http://drupal.org/project/wysiwyg and http://drupal.org/project/imce for images

> It would be helpful if the images are re-sized (if they are too large).

See http://drupal.org/project/imagecache

HTH

tgoss’s picture

Great - Thanks for the suggestions!

Tom