Upgrade lineage nested views plugins to Drupal 6.

Depends on Lineage issue: #297717: Port to Drupal 6.x?.

Comments

TravisCarden’s picture

+subscribe

Flying Drupalist’s picture

subscribe

TapSkill’s picture

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.

mariagwyn’s picture

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

RicardoJBarrios’s picture

+1 for this

xjm’s picture

Tracking.

mariagwyn’s picture

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

xjm’s picture

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

neclimdul’s picture

Status: Active » Postponed (maintainer needs more info)

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.

xjm’s picture

A patch for lineage providing this feature is available for testing in #612908: Add lineage nested list style plugin.

neclimdul’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

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.