Am having a few issues with the views module, my understanding of it. I know this is me not understanding the module full so forgive this if it is really stupid and simple.
I have a view which lists the category (taxonomy term) for nodes. This works fine, showing all of the terms required. When I click on a term, a page then appears showing all of the nodes and teasers for that term. What I want is a page that just lists the node titles that correspond to that term. Any help would be very much appreaciated.
I have been developing a site where I need to a couple of custom content types, for which I have used CCK. One of the fields specifies a category(s) that the node falls into. I then want to use the views module to display a list of the categories which will then link to another page (views) which shows all of the entries in that category. However, I cannot figure out how to get the category field (check boxes) to be a link using the views module.
Hi,
I want users to have a select list in which they can add a new value if it is not already there. For profiles this is done in the profile.module, but what about the rest of the system? Where is the input type/validation etc handled globally?
Hi,
I was hoping to use Drupal to have hierarchical user data, so that it can have other nodes associated to it. Is it possible to do this in Drupal?
e.g A user creates node_A, and then creates node_B1, node_B2 which are associated with node_A. Also, node_A has limits on what types of nodes can be attached to it, and how many of each.
Is this going to be really hard in Drupal? Drupal seems to be completely flat. Does anyone know of any examples of node types that have sub nodes and restricted sub node specifactions (both type and number)