Hi, I wonder if it's possible placing blocks inside tabs, I've tried with visibility using the form mydirectory/mycontent#mytab and did't work. I have already enabled the Descriptive tab URLs option in Tab module.
Thank's!
Hi, I wonder if it's possible placing blocks inside tabs, I've tried with visibility using the form mydirectory/mycontent#mytab and did't work. I have already enabled the Descriptive tab URLs option in Tab module.
Thank's!
Comments
Comment #1
beckyjohnson commentedHave you tried the quicktab module? I think that would solve your problem...
Comment #2
kayograco commentedI'm working on a academic's website project, and it's important to give permissions to the user so he can edit a specific published content. With QT you have to create multiple nodes and a block, wich holds the nodes, making it hard to edit the content.
With CCK Fieldgroup Tabs, you can edit the content of all tabs in one place.
Comment #3
leahmd commentedI've seen posts on embedding blocks inside content, so if you create a field for the block you could in theory then add that field to a group/tab.
I'll be working on this soon, I'll post back if I manage it.
Comment #4
kayograco commentedWorked it out by overriding a cck tabs function:
I wonder if there's a better way.
Comment #5
fourmi4x commentedI wonder if it would work by choosing PHP mode in the block visibility settings, and make up some php code that :
- adds a condition to validate the content type
- verifies that the path is "node/*/edit#nameofthetab"
For the first part, I think something like
could work ?