Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
You can add views to vocabindex_page.tpl.php. In this file all rendered parts of the index are put together. Note that this is only possible for pages with Vocabulary Index 6.x-2.x. I moved this issue to Index, so functionality to add extra stuff to blocks can be added to 6.x-1.x.
Adding Views or other extra information can now be done by overriding theme_index(), which gets passed on the index object and its rendered contents as variables.
Comments
Comment #1
xanoYou can add views to vocabindex_page.tpl.php. In this file all rendered parts of the index are put together. Note that this is only possible for pages with Vocabulary Index 6.x-2.x. I moved this issue to Index, so functionality to add extra stuff to blocks can be added to 6.x-1.x.
Comment #2
green monkey commentedthank you - this program is very useful
Comment #3
xanoAdding Views or other extra information can now be done by overriding
theme_index(), which gets passed on the index object and its rendered contents as variables.Thanks for the request :)
Comment #5
xano