I'm going to be creating a list for like dialup access numbers. Does CCK do this sort of thing or the Views module, or do I have to simply create the table with HTML. I thought I saw somewhere Views I think can do this?!?! If so how would I go about doing this, just point me in the right direction :).

Thanks

Comments

vm’s picture

use CCK to create a new content type, with the phone field addon

use views.module to generate the list

views is a query builder.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

Johnboat’s picture

Hmm, when I create a field my only options for field types are Image and Slideshow. How do I fix this?

lurkltd’s picture

Check your Modules page and make sure that text is enabled under CCK.

Johnboat’s picture

it was off, thanks!

Johnboat’s picture

Ugh, I'm kind of new to drupal. this is what I want to do. I want to make this list here http://portal.wmol.com/index.php?option=content&task=view&id=55&Itemid=58
be more dynamic on the new site I'm designing with drupal. Will the views documentation and CCK docs tell me how to maybe make all the area codes a different category?

Johnboat’s picture

Anyone?