I am currently bolting on tabs to the taxonomy pages, so for example to:
mysite/taxonomy/term/3
I have successfully added tabs whose path is:
mysite/taxonomy/term/3/summary
mysite/taxonomy/term/3/words
So currently I have the tabbed interface:
view ! summary ! words
However, what I want is to have only the 2 pages I have added, since the content on the basic page is of no interest, i.e.
summary ! words
How do I remove the "view" page (mysite/taxonomy/term/3), or is this even possible (given that this is sort of the parent of the "summary" and "words" children, I may be trying to saw the branch off the tree but wanting the twigs to still stay there).
Any ideas how I can do this? Is it possible, and if so how?
Thanks.