Is it possible to have this module work like a block or even embedding it in a page? If so, can you please tell me how to go about doing it.
Thanks

Comments

willdashwood’s picture

This would be extremely useful for me too. I've been trying to find another way of achieving this but haven't come across an easy way as yet.

summit’s picture

Subscribing. Looking for this also. Greetings, Martijn

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

Has anyone figured this out?

nancydru’s picture

You can embed it in a page (or book page) by using a php-formatted page with:

  echo taxonomy_list_show($str_vids);

where "$str_vids" is a list of the vocabulary ids separated by "+" or spaces (" "). For example:

  echo taxonomy_list_show('3+6');

I suppose it could be put into a block the same way, but I would suggest that the "Terms per row" option be set to 1.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Fixed

I'm marking this as fixed due to the lack of further comments on my code in #4.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.