is it possible to multiblock enable this great block ?

Since Taxonomy blocks allow a great deal of configuration and taxo tree depth control, It make sense to enable multiple Taxonomy blocks on the same page.

For instance I have a hierarchy with two level 1 term that split the remaining of the tree in opposite concepts .. I can have them displayed on the same page because I would need to have the same vocabulary in two Taxonomy blocks, and the multiblock module doest not work because parameters are not saved separately.

It is something the maintainer plans to enable ? It seems something "trivial" on paper to do for someone knowing well the data saved by the module.... but I may be wrong

Thanks a lot

Comments

Annakan’s picture

Status: Active » Closed (fixed)

I was stupid the option to provide multiple blocks for one vocabulary is ALREADY provided.

You just have to tell so in the vocabulary form proper where this module add a few fields ... trying to multiblocks enable the module lead me to this :)

Maybe it should be prevented from instance duplication by answering the op='mb_blocked'

Preventing Multiblock Instances

Modules can block themselves by adding another case to their hook_block (as does Multiblock itself). If a module wants to block MB, it can implement op='mb_blocked' and return the module name as a string. For example: