Posted by 7wonders on February 19, 2009 at 11:27pm
| Project: | Taxonomy List |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
I am using the taxonomy list block with the functionality to show a list based on a certain vocab like the following:
$block['content'] = taxonomy_list_show(5, 'all', 'block', 1);
where 5 is my vid. Im using panels to put this block on the actual taxonomy/term/% page which means it does exactly what I want it to do when Im looking at a term from vid 5. However, if i then go to a term from vid 6 for example, it of course keeps showing the vid 5 terms.
So question is, how can I get it to show the list based on the vid of the current term that I am viewing??
Any help appreciated.
/7