Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
add the block to the page
go to a node/X to get the views / edit / whatever taps
the $tabs show on the page, but not the blockify it seems like return theme('menu_local_tasks', $variables); dosnt return anything ?
Ok, turns out that there was a difference between the 7.x-dev version I was running and 7.0. I have committed the fix to 7.x-1.x. Good job I didn't make a stable release yet.
Comments
Comment #1
psynaptic commentedDo you have any more details? Steps to reproduce?
Comment #2
mortendk commentedadd the block to the page
go to a node/X to get the views / edit / whatever taps
the $tabs show on the page, but not the blockify it seems like return theme('menu_local_tasks', $variables); dosnt return anything ?
Comment #3
psynaptic commentedOk, turns out that there was a difference between the 7.x-dev version I was running and 7.0. I have committed the fix to 7.x-1.x. Good job I didn't make a stable release yet.
Comment #4
mortendk commentedyup its all good