I downloaded JS tools and Panels Tabs (http://drupal.org/project/panels_tabs) to show tabs in some pages. All core and contributed blocks work fine with the mini panels and panel pages but I can't add views (That I created) in the panels. I had a panel page which had views before upgrading to Alpha 14 using Panel 5.x.1.2 it works fine but I cannot add any views to new panel pages or mini panels what should I do? Though I click the views which have block views but it is not added to the panel. Help.

Please help...

Geshan

CommentFileSizeAuthor
#4 panl_prob_or_js.jpg130.94 KBgeshan
#2 pablel_alpha14_problem.jpg93.61 KBgeshan

Comments

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, I'm having trouble understanding exactly how this is failing. Can you please describe more clearly exactly what is happening versus what you're expecting? (I know, it may seem like I'm making you be more detailed than it seems like you need be, but this just isn't making sense to me).

geshan’s picture

StatusFileSize
new93.61 KB

Thanks for trying to help, I'll put it simple and in detail. The thing is I previously had Panels 5.x.1.2 using that I could add views to panels without problem. For using tabs I switched to Panels 5.x.2.0-alpha 14. After that I can't add views in panels thats it. I want to know how can I do, the other blocks of other modules can be added without any problem but views can't be added to panels. When I click the views it has no response but if I click other blocks it give options to override title and access options as per roles to blocks. See the picture attached for more details.

Help Needed ASAP!!

Geshan

merlinofchaos’s picture

That's very odd that you get no response from clicking on those. Is there some kind of error message that appears either via firebug's console or in your http error log?

geshan’s picture

StatusFileSize
new130.94 KB

I think there is some problem with jquery.js. It gives missing ;. In the picture the addition of views shows errors but addition of latest blogs shows no such errors. See the screenshot for details and suggest what to do next.

HElp

Geshan

seanr’s picture

I don;t even get views listed at all in my content popup. Just started when I updated to the latest version of panels in the 5--2 branch.

merlinofchaos’s picture

If you just updated from -dev or CVS, be sure to activate the legacy views module; that will restore the old Views functionality. I moved that aside so that I could put in a new, smarter but with higher administrative overhead views content type plugin.

michelle’s picture

Status: Postponed (maintainer needs more info) » Active

I've just run into this as well. It looks like views and tabs are not compatable. I have a mini panel with 3 tabs. One of them is a view, the other two are just dummy custom content for now. On the edit page of the mini panel, all three show up just fine with the view content there as well as the dummy content. On both the edit page and the display page of the panel page that the mini panel was added to, the tab with the view does not show up at all, not even the tab. If I change the style of the mini panel from tabs to default, all three items show up everywhere as expected.

Michelle

michelle’s picture

Title: Can't add views to panel pages or Mini Panels » Views do not show up when on a tabbed pane.

Changing title for clarity.

Michelle

michelle’s picture

It just occured to me to see if there was any newer panels_tabs code. I upgraded to the latest dev of that and the problem went away. I suspect this should be moved to that project and marked fixed but I'm not the OP so I'll leave it be.

Michelle

merlinofchaos’s picture

Project: Panels » Panels Tabs
Version: 5.x-2.0-alpha14 » 5.x-1.x-dev
wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

I have absolutely no idea what the cause of this could be. Panels Tabs Style just iterates over all panes it receives and displays them as tabs. Really simple. There isn't even the logic to skip a pane...

Marking this as needs more info until somebody posts the exact steps to reproduce this.

wim leers’s picture

Status: Postponed (maintainer needs more info) » Fixed

Confirmed by Michelle in IRC that this really has been fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

droople’s picture

Priority: Critical » Normal
Status: Closed (fixed) » Active

I can confirm this problem with the following setup

Panels 5.x-2.0-rc1a
Tabs panel style 5.x-1.5
Tabs 5.x-1.1

In a tabs layout, nothing shows up, but with a default or rounded corners layout, all 3 panes (with views embedded) show up.

gundarx’s picture

I also have the same problem. Same setup as #14.

Had Tabs panel style 5.x-1.4 with this problem and upgraded to 1.5 and the problem persists.

I also attempted disabling and uninstalling Javascript Tools, Tabs, Tabs panel style and re-enabling all.

gundarx’s picture

Solved my problem.

I had JQuery Update 5.x-2.0 installed, which could have caused problems with the newest stable release of JSTools/Tabs.

Problem fixed for me when I used the latest dev version of JSTools.

wim leers’s picture

Status: Active » Closed (fixed)

Yep, what gundarx says :)