I would like the users of my site to be able to list the places they've traveled to and the places they'd like to travel. Each location will contain, city, state, country and some notes abouts their trip.

Some users will have 0-1 places traveled, some might have 20. Does anyone have ideas on how I should best implement this?

Comments

rokr’s picture

First, have a look at CCK if you didn't already. Create a content type "places"which fits your needs.

Have a look at Customising the user profile layout, especially Recent weblog entries (titles) snippet. The provided scripts are changed within minutes.

You may also want to check the "mysite" modul.

hth, Ronald

spanders’s picture

Thanks for the tip, I had not looked into CCK and it worked perfect.