By jasio on
Hi,
Is there a simple way to list all terms in a vocabulary for a user without administration rights for taxonomy module? I'd like to create a list similar to admin/content/taxonomy/xx, but without "edit" links - both in menu, as in a content sections.
I know that I can do it manually, but my category lists tend to be modified quite often (at least at this stage of the site development), and I'd like to avoid changing too many places manually.
Thank you very much in advance for any hints.
--
Best regards,
(js).
Comments
Views
Take a look at the Views module, it will do what you are looking for and is also highly customizable.
Views
Hi,
It was it, thanks a lot. It really is a powerful tool.
The only thing I have to find out yet, is how to remove duplicates (some of the terms are listed twice - probably because two nodes refer to them, and some of them are only once, as there's only one node referring).
--
Best regards,
(js).
Using Views to Generate A Taxonomy List
Just as a reference:
This problem was discussed in "Using Views to Generate A Taxonomy List" thread, with some proposed solutions provided. One of them is available at http://drupal.org/node/128085#comment-211509.
--
Best regards,
(js).