How do I get my tags to display in table view rather than teaser view? I can't create an individual view for each tag, so how can I go about this?

As for tag, I create a vocab called tag and added my content types to it. This is what i'm refering to, thanks.

Comments

Flying Drupalist’s picture

Anyone have any ideas?

grove101’s picture

So you want when you click on the tag it displays a table view rather than a teaser list .... am I rite ?

rp_praveen’s picture

Ok so you have a Vocabulary for your Content Type tags. And you want a table view just displaying those Tags in your Vocabulary of Content Types.

The way I would think to do it, sorry if you already tried this. But create a new View. Activate Block, select Table View.

Go To- Filters select

  • Taxonomy: Vocabulary Name
  • Make your 'Operator'

  • Is All Of
  • and select the Vocabulary that contains your Content Types tags.

    This makes your view pull only content with tags from that content. But You want your table to only display the Tags....so...

    Scroll up to Fields and Add

  • Taxonomy: Term
  • Save your view, enable the block, make sure you have some content with tags first.

    either that helps alot or just completely not what you wanted, lol -

    Flying Drupalist’s picture

    Thanks, but I think that would create 1 table instead of doing it for all my tags.

    I need a mass solution.