My site has a list of items and corresponding locations that are often updated. Right now, I'm editing the page by hand, continually changing the page content. But it's becoming rather time-consuming. I'm too new to Drupal to know exactly the best way to do this sort of thing. I can make a special content type, but I can't figure out how to display a concise list of all entries.
Basically, I need a simple way of maintaining this list of items, and displaying them in alphabetical order. (It would be nice to sort the list either by Item or Location, but I'm not going to get greedy.) I've gone through the list of custom modules, but quickly became overwhelmed with not knowing the best way to go about this little task.
My list(s) might look like:
Item #1, Location A
Item #2, Location B
...
Item #n, Location x
Ideally, I would have a simple interface to add a new item/location combo, and then a simple method for administrators to remove items (a checkbox and 'delete' button?).
Is there an existing module (or built-in functionality) that does this sort of simple organization? I suspect it can't be that hard...
Comments
_
Run, do not walk, to the http://drupal.org/project/views module. ;-)
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
drupaltherapy.com has a video
drupaltherapy.com has a video for learning views that maybe very helpful. I would also look into the http://drupal.org/project/location module it will help with well defined location fields, and allows for use of mapping modules if you ever think you might want to have them. and drupal therapy has a video on gmap+location. They also have a video on date and calendar, if your items are events, that might help too.
and yes, views ROCKS
lipcpro
Woo!
Oh, the possibilities start to form! Thanks for the pointer to the Location module as well.
- Kronix
Excellent!
Wow, thanks! This appears to be exactly what I'm looking for. :) Much appreciated!
- Kronix