By Brob on
I would like to be able to create a simple list using the views module.
I have a list of clients I'd like to display but I'm unsure of how to do this using drupal. I think I need to do this using the views module but unsure how to progress it, can someone help me in the right direction.
Thanks
Comments
To make a list with views, it
To make a list with views, it needs to be something views knows how to list. A couple standard ones are users and nodes (content). So if your clients are users of your website you go take that approach or use the Content Construction Kit (CCK) to make a content type that represents a client and go that route.
client list
I was hoping to make a showcase website.
I wanted to display the clients that I have worked for and link this to a page that displays the work I have undertaken for them.
Do I need to create a new content type like blog only call it clients and change title to name which would allow me to create a list from all of the clients.