Posted by neclimdul on December 12, 2008 at 6:24pm
6 followers
Jump to:
| Project: | Views Bonus Pack |
| Version: | 6.x-1.x-dev |
| Component: | Lineage Nested |
| Category: | task |
| Priority: | normal |
| Assigned: | neclimdul |
| Status: | closed (won't fix) |
Issue Summary
Upgrade lineage nested views plugins to Drupal 6.
Depends on Lineage issue: #297717: Port to Drupal 6.x?.
Comments
#1
+subscribe
#2
subscribe
#3
I'm under the impression this module makes a taxonomy page/block similar to the page generated by Taxonomy List? If so, I'm very interested in this module.
#4
this would be very helpful. I am not a coder, but I can test.
See my attempt to get Lineage to do this:
http://drupal.org/node/555316
#5
+1 for this
#6
Tracking.
#7
An update: I got around this problem by doing the following:
I created a Views with the various fields I wanted, including "Taxonomy: Term" and "Taxonomy: Depth". Both of these are 'excluded from display'. Then, for "Taxonomy: Term" (the last one listed) I overwrote the output with something like this:
<span class="term-level-[depth]">[term]</span>This creates a class (.term-level-1) that I can style via CSS. No lineage necessary. It is working for my purposes at this point. However, this DEPENDS on a patch posted by merlinofchaos for Views 2.6-dev: http://drupal.org/node/502348#comment-2080058
#8
I propose including a nested lineage style plugin with the Taxonomy Lineage module rather than the bonus pack since it's directly related to lineage's views handlers. Here's an issue I've opened for that:
#612908: Add lineage nested list style plugin
#9
I'd be more than happy to see that. I think generally the plug-ins that fall into Views Bonus are more interesting integrations that aren't well suited for the actual module. If the Agileware guys think it'd be better suited outside lineage then we can revisit adding it. I'll mark it postponed until we hear form them.
#10
A patch for lineage providing this feature is available for testing in #612908: Add lineage nested list style plugin.
#11
Awesome! Since its progressing so well over there I'm going to close this. Please reopen if we need to move that functionality back into Views Bonus.