Hello,

I really love this module, thanks for your nice work. I think an option to hide menu links with no content would be nice.

thx

Halil

Comments

bojanz’s picture

Category: feature » support
Status: Active » Fixed

Problem is, we have no way of knowing whether the tab is empty.
What we do on our own site is implement hook_node_tab_tab_access() so that tabs not selected on the node edit form (entityreference) field are not shown.
That allows the admin to disable the tabs that he knows are still in preparation.
See node_tab.api.php for an example.

bonchak’s picture

Thank you for your help. I'll try that.

Best regards

Halil

Status: Fixed » Closed (fixed)

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

zmove’s picture

Issue summary: View changes
Status: Closed (fixed) » Active

edit