By drupalworld on
Hello everyone,
I have just installed the View Module on my Drupal 5.1.
The Default Taxonomy_term view doesn't seem to work. I enabled it and when I click on it it takes me to a page not found.
I am puzzled because all the other default views that came with the module are working fine.
Is there something that I forgot to enable? Is this taxonomy issue?
Many thanks for your help!
Drupalworld
Comments
This is the default
This is the default behavior. You must pass an argument to it in order to get some results. Try something like example.com/taxonomy/term/2 .
--
John Forsythe
Blamcast - Custom theme design and more...
of course
Of course.. how stupid of me.
Thanks!
And one more question - hopefully not a stupid one :)
I have been trying all day to set up 2 menu tabs for taxonomy terms.
I read the Views tuttorial #3 which states:
With views, your visitors can easily switch from an "alphabetical" view, to a "newest" view. Here is how to create two tabs ( Alphabetical / Newest) so users can switch from one view to another:
* Override the taxonomy/term view
* Change the URL to taxonomy/term/$arg/newest
* Set the sort criteria to: "Node: Created Time", "Descending" if it is not already the case
* In the page "Menu" settings check "Provide Menu", "Provide Menu as Tab"
and "Make Default Menu Tab"
Clone the taxonomy/term view you just created and edit it:
* Change the name to something like taxonomy_alpha
* Change the url to taxonomy/term/$arg/alpha
* Change the sort criteria to: "Node: Title", "Ascending"
* In the page "Menu" settings check "Provide Menu", "Provide Menu as Tab"
* Save
Done.
I have followed very carefully every steps, and I have tried again again... without any result.
The tabs do not appear, the main menu is not even updated...
Any tips would be greatly appreciated.
Thanks,
Drupalworld
theming multi taxonomy/term view
i have same problem with theming multi taxonomy view,
i creat a taxonomy term view and create customised theme by this code:
then when i decide to clone this view and save this cloned view theming function dont work.
(every toxonomy view work on a specified vocabulary)
is this view module's bug?