Hmm. I will be doing some playing with Solr and Views integration which requires Views 3 so might be a time to look at it then. Earl is there somewhere you can point me to in the current Views 3 codebase that might get me started on this? Regards, Anthony. On 11/05/2010 5:28 PM, development-request@drupal.org wrote:
Date: Mon, 10 May 2010 17:45:57 -0700 From: Earl Miles <merlin@logrus.com> Subject: Re: [development] Creating glossary/dictionary style links for a list of nodes. To: development@drupal.org Message-ID: <4BE8A8C5.9080302@logrus.com> Content-Type: text/plain; charset=ISO-8859-1 On 5/10/2010 4:49 PM, Anth wrote:
Hi,
I have a requirement for "glossary" style links, but a little bit beyond just A | B | C etc. What is required is that if you select A in the previous links you get a set of links like Aar - Aba | Aba - Ada | ... etc. I could write custom code for this but I'm hoping that maybe I can make this a bit more re-usable and, knowing that views can do the first part at least, perhaps making this something that is an addition to views. Does anyone have any ideas about this path (I'm thinking a custom display) that would make this useful? Effectively it's a pager, so another thought might be to override the pagers that views uses, but I'm not sure that is even possible.
Views 3 allows pagers as a customizable plugin so this should theoretically be possible.