By neoian on
Is there a way After I set up the terms and vocabulary for catefgories to display all the terms, and let a user coose one, and it displays all the articles under that term. I would like for this to be a block on the main page. Is there a module or something that will do this?
Comments
...
Well, if you installed the taxonomy_wrapper and specified in the Category module settings to reflect all categories as taxonomy terms, then you could use one of the many taxonomy-related mods to achieve what you need, since every category has it's twin taxonomy term stored in a table.
As far as i remember, some of the modules that deal more or less closely with what you have in mind are:
- Taxonomy browser
- Taxonomy filter
- Easy filter
- Sitemenu
hope this helps somehow ;)
not sure if this is what your after.
after you create a vocabulary, and then a term, create some content, and assign it to a particular term.
when you go in
administer > categories > you will see a list of vocabulary that you made. click on > list terms.
now when you click on list terms you have a url like example...
http://www.sitelancers.net/?q=taxonomy/term/1
basically this is the first category i made...
ive just added this link on my page in a block on the left hand side,
see it on ym site,
http://www.SiteLancers.NET on the left hand side. theres a block namely categoriessss and a term called orange. this is the method i found. maybe theres another method too.
also if you have a link called "menu" in admin section, you can add menu that way too. theres a small wizard there to add the url, just add the url of the term there.