Show item's relations in the aside

I wonder if in Item relations plugin it’s possible to show item’s relations in the aside not at bottom.
I’m trying to do it calling item-relations-show.php in item/show.php but nothing results
Thanks

Item Relations uses the public_items_show hook to do its display… You could move where that hook is called in the item/show.php file, or use get_specific_plugin_hook_output to get just the Item Relations output and put that where you want it.

Gracias John, get_specific_plugin_hook_output funciona perfecto para lo que queria hacer.

This topic was automatically closed after 250 days. New replies are no longer allowed.