I try to create tabbed panel pages, but i fail. I use Panels 3 - beta 2
Pls some to post step by step guide how to create tabbed panels pages
I try to create tabbed panel pages, but i fail. I use Panels 3 - beta 2
Pls some to post step by step guide how to create tabbed panels pages
Comments
Comment #1
merlinofchaos commentedPanels does not come with any inherent ability to create tabbed pages. The panels tabs module used to do it but I doubt it has been kept up to Panels 3.
Comment #2
dawehnerPerhaps he means local tasks.
Anyway if he want to create such tabs,
you have to set "Display settings" and choose "Display Style" Tabs.
Comment #3
mrfelton commentedAs far as I can tell, this module hasn't been updated to work with the latest views beta. I don't see any additional layouts in the layout tab, like it says I should in the readme. Someone please correct me if I'm wrong.
I think it now needs to be using hook_ctools_plugin_directory() to register the layout plugin. I have written several layouts of my own for the latest panels beta, and that's what I had to do.
Comment #4
dawehnermh This module does not provide a layout it uses a panels region style.
I Think the documentation has to be updated.
Comment #5
sdk commentedUsing the newest version of tabs, panels_tabs, chaos tools and panels, creating tabs works the following:
* in the content section of the panel page administration you'll find in the upper left corner a tool icon. Click it and choose Region-style: tabs.
* now you can add tabs by clicking the tool icon in the right upper corner and add content.
Hope this helps anybody out.
Cheers
sdk
Comment #6
dawehner@sdk
Do you want to create a tutorial how to use it? This would be awesome.
Comment #7
sdk commentedYes, sure, give me a couple of days though.
Best wishes
sdk
Comment #8
dawehnerawesome!
Comment #9
jrabeemer commentedWhat about menu tabs in panels? I know about region-style tabs.
Comment #10
dawehnerDo you mean local tasks?
What do you need beside region-style tabs?
Comment #11
friolator commented@deriene: What we would like, but have been unable to accomplish, is to have the system-generated tabs that normally appear within page.tpl.php - $tabs - to live inside of a panel. there are several use-cases for this, but the one thing they all have in common is that where they are normally, outside of the Panels area, doesn't fit with our design, which uses Panels for the basic structure and layout of the site.
We'd love to be able to have, for example, the View/Edit tabs appear to a user when they're on their user profile page. Those same tabs would be invisible to everyone else. This would be easy to do within Panels using visibility settings. Short of being able to use the system-generated tabs inside of Panels, we've been looking for a solution to mimic this.
I realize this is probably out of scope for this module, but that's what we've been wanting...
Comment #12
chitownguy commented@friolator & @dereine: I'm also looking for this same solution, and suggestions for other modules or workarounds that perform similarly would be extremely helpful.
Comment #13
friolator commentedwe ditched panels for pages where we need tabs. now we have to maintain parallel versions of certain pages, some with the layout in panels, and some in straight drupal template files. it's a drag, but we didn't have time or resources to find a solution within panels and still launch our site within deadline.
Comment #14
smoothify commentedMarking as won't fix as this is outside of the scope of panels_tabs.
You might take a look at Panels Everywhere to see if it does what you are looking for.
Comment #15
tacituseu commented@chitowngu, friolator, dereine: please have a look at http://drupal.org/node/807754#comment-4042588
Comment #16
summit commentedSet this to active, because this issue is about how to create a tabbed panel page.
I tried post #5 and http://groups.drupal.org/node/18882
I have installed panels 3.9, ctools 1.8, tabs 6.x-1.x-dev 2011-Feb-25 and panels_tabs 6.x-1.x-dev 2011-Feb-25.
I do not see a Region-style: tabs within my content-section /tool icon area like there are Activity, CTools Examples, Menu's, Mini panel, Miscellaneous, Page elements, View panes, Views and Widgets.
How to proceed please?
greetings, Martijn
Comment #17
summit commentedHi, I tried with Ctools 6.x-1.x-dev 2011-Mrt-10 and Panels 6.x-3.x-dev 2011-Mrt-11.
But still no go. Anyone can help please?
EDIT: I got it fixed!. Instead of going to Add Content on the tool icon, you need to change the Style on the tool icon. The style Tabs is now added to this list, so you can select this.
I had to change the panels_tabs.js to get all tabs on one line. Original was:
to:
greetings, Martijn
Comment #18
asb commentedWould anyone mind to explain what is to be expected after installing the module? I find the README.TXT rather vage. It reads:
So what is supposed to show up here? New layout categories, new generators...?
Comment #19
planettucker commentedI hope my response isn't outdated and can be helpful. I had the same frustration when I installed this module, didn't know where to go.
Go to:
Structure -> Pages -> Select the page/variant in question -> Content -> Click the gear in the upper left of the PANE (not the content placed inside of it, which you'll know because its editing gear is on the upper right) -> You'll see 'Style' and a link below that reads 'change'. -> Click the link named 'Change' and you'll see a radio button list of different layout options. -> Look for the one that says 'Tabs' and select.
Now any content you place in that pane will produce a tab in the order you entered it.
Hope that helps.
Comment #20
damban commentedAlmost very helpful, except I do not have a Tabs checkbox for the Style settings for a Pane. I'm using Panels 7.3-3.2
Comment #21
maxchock commentedcomment 19 is helpful. I got it..
Comment #22
adam_b commentedI had the same problem as damban, but found the problem. "Administer Panels styles" is *not* enabled by default for administrators, unlike every other module/permission combination I've found in the past.
Comment #23
tomrishworth commentedI also had the same problem as damban, with no tabs checkbox displaying. Updating to the latest version of ctools fixed this
Comment #24
selwynpolit commentedI wrote up how to create tabbed panel pages here. I couldn't find other references but sometimes google is not my friend. Hopefully this saves someone some time.
Selwyn
Comment #25
trotsak commented@selwynpolit, it saves my time. thank you!!