I'm a newbie for Drupal. I would like to create a simple real estate. I'm using Drupal 5.3
All I want to ask you is

Can you guide me the list of modules that I must install?

Because there are tons of modules and they make me confusing to choose them. Thanks in advance :)

P.S. English is my secondary language.

Comments

deanx0r’s picture

Some modules that will be of use to you:
- CCK (Content Construction Kit) -> Use it to define custom content types (i.e. "House For Sale")
- Views -> Use to display and sort Houses For Sale
- Imagefield -> An add-on module for CCK. Allows you to upload images as CCK fields.
- Imagecache -> Useful for resizing uploaded images.
- Content Templates -> Handy to change the look of your custom content type nodes.
- Pathauto -> Use it to automatically generate Clean URLs for all your nodes.

Hope this helps!

Sree’s picture

make keen use of taxonomy with the above module combinations

-- Sree --
IRC Nick: sreeveturi

pobster’s picture

Here's a Drupal real estate site for comparisons;

http://www.livinginlemarche.com

Pobster

Wish18’s picture

Thank you everyones,

Your comments are appreciated. I'm exciting to begin creating the website now ^_^

Michael M’s picture

You may also want to take a look at the home module: http://pointhomes.com

bunset’s picture

I am excited in colaborate if you want too for develop and improving your suggest real estate project.
Please contact me

vako’s picture

Why not use Drupal 6.x instead?