Reviewed & tested by the community
Project:
Views Display Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2010 at 08:44 UTC
Updated:
24 Apr 2015 at 09:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
spacereactor commented+1 a very useful module that need to port over to drupal 7.
Comment #2
Unnamed commentedsubscribe
Comment #3
Rj-dupe-1 commentedsubscribe
Comment #4
Stoke commented+1
Comment #5
sinav sonuclari commentedsubscribe
Comment #6
rodych commentedsubscribe
Comment #7
sammyd56 commentedsubscribe
Comment #8
Shadlington commentedSubscribing
Comment #9
Ciprian Oancia commented+
Comment #10
tonycpsu commentedSubscribing
Comment #11
7wonders commentedsub
Comment #12
izus commentedSubscribing
Comment #13
bryancasler commentedsubscribe
Comment #14
zblace commented+1
Comment #15
elgandoz commentedsubbing
Comment #16
Ryan Chu commentedSubscribe~
It's very very useful.
Comment #17
rogical commented+1
Comment #18
davident commentedDefinitely in need of a Drupal 7 port. There doesn't seem to be much movement on the module; anyone know of a comparable Drupal 7 module?
Comment #19
7wonders commentedsub
Comment #20
iaminawe commentedsubscribe
Comment #21
dgastudio commentedthe simple part can be done with QuickTabs
Comment #22
basicmagic.net commentedsubscribe
Comment #23
hankinsweb commentedThe QuickTabs Module provides similar functionality in D7. You have the option to create tabbed content blocks with custom tab labels from any combo of sources including views, blocks, nodes, and even menu callbacks.
However, it is my understanding that the views display style included with the QuickTab module is lacking the ability to load content via AJAX when switching tabs. Please correct me if I am wrong. Does anyone else know of an alternative? This functionality greatly improves both performance and usability for users... so +1 for a D7 port.
Comment #24
W.M. commentedsubscribe
Comment #25
7wonders commented@hankinsweb - I just found http://drupal.org/project/panels_tabs and it seems to do a great job at tabbing views, providing arguments, ajax driven etc etc.
Comment #26
Marc-Antoine commentedThese options aren't valid for me;
The Quicktab module can't handle the variables from the previous tab exposed filters
And I won't be using the Panel module for my site.
So there isn't many options left; I really wish this module could be updated.
Comment #27
nagiek commentedA solution I'm going to try to use is the Views modes module. Might help other people too.
Comment #28
playfulwolf commentedtotaly agree with #26 ...another +1 from me
Comment #29
jibus commented+1, i would love to see this module for D7
In the meantime, Views mode provide several similarities but it's not design to work with ajax enable
Comment #30
dscutaru commentedHere is a D7 port patch, but because I didn't used D6 version of this module I'm not so sure if it works as it should
Comment #31
jibus commentedWoow ! Big thanks to you dscutaru !
Tested your patch against the current dev - applyed cleanly without error.
Tested with a simple view with two page display and one exposed filter.
Worked ! The value in exposed filter is preserved when switching tab (ajax on).
I tryed with a block and page view, it's didn't work.
Thanks you very much !
Comment #32
ggevalt commentedWhat's the status? Anyone know if this is still being maintained, whether it is being ported?
I'm not sure what to make of #30 sounds like it sort of works but don't understand the "didn't use D6 version"what version did you use? That makes it impossible to know what to apply patch to.
g
Comment #33
klonosIt probably means that @dscutaru never actually installed/used this module (the 6.x version) in order to test it and know how it behaves. I guess he simply ported the code to D7, but he never tested the 7.x version either so he cannot vouch that it actually works.
Comment #34
dscutaru commentedI've used D7 version a while in one project, but after that went for quick tabs. But I never used this module in D6, so after porting, I don't know if it behaves the same and has all functionality kept. Theoretically it should be same, but who knows...
Comment #35
klonos@dscutaru: Right. Sorry for answering on your behalf ;)
Comment #36
acrollet commentedI'm using the patch in #30 on a project and it's working quite well. It would be great to get a 7.x branch started.
Comment #37
yogeshchaugule8 commentedQuicktabs can be a good alternative to this, it has integration with views which will allow us to show results in tab view.
Comment #38
mediaformat commentedPatch works on 6.x-1.x branch.
Tested, Works, Bump!
7.x-1.x ready!
Comment #39
plopescAdding new patch that gives support for exposed forms in a block instead of embedded in the view.
Regards.
Comment #40
angel_g commentedThanks, exactly what I need to create the right UI for filtering in the entity reference view widget @ D7.
Patch #39 does not work for me. Probably, because I did not set the exposed form/filters to go in a block.
Using patch #30 on the latest D7 with ERVW.