This plugin appears to be incompatible with Views 6.2.7? My views using this module are not working using tabs to display node content.
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | views_tabs-626170-1.patch | 4.32 KB | jdwfly |
| #8 | views_tabs-626170.patch | 4.28 KB | jdwfly |
This plugin appears to be incompatible with Views 6.2.7? My views using this module are not working using tabs to display node content.
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | views_tabs-626170-1.patch | 4.32 KB | jdwfly |
| #8 | views_tabs-626170.patch | 4.28 KB | jdwfly |
Comments
Comment #1
ccrackerjack commentedI have the same problem, anyone know whats wrong?
Comment #2
Patroclas commentedThis is probably the reason (from Views 2.7 release notes) - but I don't have the ability to find out what the solution may be
Comment #3
chaloalvarezj commentedSubscribe
Comment #4
jdwfly commentedI can confirm that the 2.7 update to views broke this module. Since this is a large part of one of the pages on our site I am going to try to patch this today.
Comment #5
nedjoGreat, a patch would be very welcome.
Comment #6
jdwfly commentedPosted #628810: Views Tabs broken with changes made to 2.7 in the Views issue queue to get some help on what they changed.
Comment #7
jdwfly commentedI've got it fixed when you are using fields for the row style, but I still need to work on when you are using node.
Patch will be coming soon.
Comment #8
jdwfly commentedWelcome the patch. If I could get someone else to verify that this fixes it for them (It works great for me) then I will go ahead and commit it.
Comment #9
jdwfly commentedComment #10
nedjoSome extra white space introduced.
Ditto.
Ditto.
All but the first line need two spaces additional indent.
We don't actually need to use tabs_render anymore--we can use simple drupal_render().
Comment #11
b0b commentedThis patch doesn't seem to fix the problem for me, is this still a work in progress?
Comment #12
jdwfly commentedYes, I was waiting for someone else to comment on whether it works for them. Please describe in as much detail as possible what is not working.
Comment #13
b0b commentedI set-up a test with two tabs, the first tab is missing the Title text but does provide a link.
The second tab is not generating anything for the tab, just the body.
The second tab body content is also placed below the first tab content and not hidden.
Comment #14
jdwfly commentedHate to say this, but that doesn't help very much. Please export your view and post as an attachment so I can understand how you are making the view or possibly a link to the page this is happening on.
Comment #15
b0b commentedActually I got it to work... I set the view "Grouping field" and it works fine now.
http://precisionmedical.venus.klunkmillan.net/hospitals/test-tab-page
Comment #16
jdwfly commentedPatch rerolled.
Any reasons why this should not be committed?
Comment #17
Bilmar commentedsubscribing
Comment #18
eotinfotech commentedsubscribing
Comment #19
jdwfly commentedCould someone confirm that this still works for Views 2.6? I wouldn't want to break the module for people using an older version of views.
Comment #20
nedjoComment #15 suggests an issue related to grouping. Does the patch work if there is no grouping field set?
Comment #21
jdwfly commentedAs far as I can tell it works as expected. When using the row style of fields you must set a grouping field which in turn will become the tabs. When using the row style of nodes the node titles become the tabs.
Comment #22
jdwfly commentedSince I have been using this for a while now with no problems and others have also stated their success I went ahead and committed this to head.
Comment #23
nedjoThanks!