Drupal 4.7.

The problem is when visiting a Taxonomy TERM page, it cut's the relevant articles' HTML in ODD places.
this screws up the entire layout.
e.g.
see
http://bhaskarvk.info/taxonomy/term/8

Also Taxonomy vocabulary pages return 404. e.g.

http://bhaskarvk.info/taxonomy/vocabulary/2

Question is
1) How to configure the taxonomy term page to , propery cut the articles so not to screwup the layout.
2) How to exclude images within articles from taxonomy TERM page.
3) How to retrieve proper vocabulary pages.
4) Also can you specify how much of the article to be shown in Taxonomy TERM pages.

thanks

Comments

venkat-rk’s picture

I think the cut HTML issue may be related to your customisation of the K2 theme.

Vocabulary pages:

There used to be a taxonomy_vocabulary module, but it isn't available for 4.7. The other option is to use the taxonomy_context module, but I found out yesterday that it doesn't merely list the nodes under that vocabulary's terms but instead lists all the terms of that vocab along with their descriptions (if any) on the vocabulary page. This means that if you have two or three terms in that vocab with descriptions and you post nodes tagged with those terms, those node teasers are going to appear way way down the the vocabulary page. This is utter nonsense to me.

Removing images:

I think you would need some php. Not able to help you there, unfortunately.

Specifying the teaser length for taxonomy term pages:

I recall reading about a new module that makes different teaser lengths for diff content types possible. Not sure if it will work for specific taxo terms. Try going thru the list at www.drupal.org/taxonomy/term/14 to locate this module. I am sure this can also be done using php code.