I posted this somewhere else and have spent a few days seraching for answers so I hope I can get some help by posting this in a seperate topic as I think there are quite a few people with the same issues.
I have drupal 4.7 with cck and views, both installed within the past 2 weeks so they are current(so I think).
I have a cck page, for ex: content-my_page with a few text fields and a couple selection boxes that I want the user to fill in.
I want to create a list page of all pages created with that content. I want to put each content page in a table and hav it look something like this:
picture
title of page (one of the fields)
date created
address (one of the fields)
I used php snippets to make up my custom profile page so I thought it could be used for this as well, but I have no idea how to create a snippet myself and the only snippet I could find for this is just to display the title of the cck pages and when I use that snippet it repeats 10 times.
I don't want it to be a user list because each user will have the opportunity to make more than one of these pages and I wanted them all listed individually.
Which leads me to my next issue: categories.
I haven't been using categories because I simply don't have a need for them, but it seems that my site is not searchable.... is this because there are no categories? I mean I still should be able to search content??