I will try to be clear an concise; I have a node type "links" with the node title and one field, url. I created vocabulary/terms as follows;

vocabulary term

Category club
Category online site
Category forums
Category friends sites

Yes, the vocabulary name is called "Category" which is no relation to Drupal category in any way, It is just a name.

---------------------------------------------------------------------------------------------------------------------------------------------------

Now I create my content . . . a lot of "links" node types, each with a specified term.

---------------------------------------------------------------------------------------------------------------------------------------------------

What I would like to do is list each link under it's appropriate term (using views) in the fashion of;

Club
club1
club2
club3

Online Site
online site1
online site2
online site 3

Forums
forum1
forum2
forum3

etc, etc, etc . . .for each Vocabulay/term.

----------------------------------------------------------------------------------------------------------------------------------------------

The results I am looking for are: I would like for the node title to be either a grid view or table view under the Term Name. I am simply drawing a blank on how to approach this, so any help would be greatly appreciated.

Thanks in Advance for your time and talent.

Tim "t4him" Moyers

Comments

merlinofchaos’s picture

Status: Active » Fixed

Views has the theme wizard which will allow you to create a template to do what you want as a list view. If you want grid/table support you'll have to write your own theming code. You might be able to do something based upon the output of the theme wizard. That's the best I can offer.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.