To better intergrate the /biblio/authors page and /biblio/keywords page into my web site structure, I would like to include thoses page within seperate node (then within a Book structure..). What would be the best way to do this and preserve the Alpha bar: either with a php snippet or with the help of Views.
Thank you
Denis
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | keyword_view.txt | 5.35 KB | rjerome |
Comments
Comment #1
p0732658 commentedPlease....
Comment #2
rjerome commentedHi Denis,
Sorry for the delay, juggling many balls these days...
I looked into the Views option the other day, and it's sort of doable for keywords but not authors at this time (I would have to add a "base" table definition for the contributor table. I made a sample view of the keywords on my home computer. If you would like, I could export it and attach to this issue for you to test if you like.
As for a code snippet... the functions that create those pages (or more specifically the alpha bar) would break if it were used on a different page because it depends on a hard coded path (bad programming on my part :-)
So, all in all, not much good news I'm afraid.
Ron.
Comment #3
rjerome commentedAttached you will find a view that will show keywords with an alpha bar. One of the issues, which may be resolvable, is that the "alphas" show are the ones contained in the keywords, so if you only have three keywords (one starting with A, one starting with B and one starting with C) then only A B C will be shown in the alpha bar.
Also not that to make this work, you would have to change line 338 in biblio_views.inc to use the views_handler_argument_string handler as such...
Comment #4
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.