Closed (outdated)
Project:
Bibliography Module
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 14:04 UTC
Updated:
20 Dec 2018 at 16:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rjerome commentedI'm not so sure about this one...
My first question is: what is the benefit to numbering them? Given it's just an ordered list, the number will change depending on the filters in place and additions or deletion of entries.
Also as you point out, for each "pager" page of entries, the count resets to 1 which will likely be the biggest complaint from the users. This is not insurmountable since the pager query updates a few globals which could be used to create contiguous numbering, but I'm still not convinced of the value.
Maybe some other users will chime in with comments.
Ron.
Comment #2
sebos69 commentedIt can be handy to just count the number of publications. We are moving from using bibtex2html which delivers this kind of output:
http://www.creatis.insa-lyon.fr/publications/Author/VALETTE-S.html
To limit the pager issue, I increased the size of the pager (to 250 lines, solves 90%+ of cases).
Comment #3
rjerome commentedWhat about putting the section totals in the section headers?
Book (3)
...
Conference Paper (10)
...
Journal Article (200)
Comment #4
sebos69 commentedIt may be enough (I will check about it). But as I see the code layout, adding this feature is a bigger work than applying the proposed patch, but maybe I'm wrong...
Comment #5
rjerome commentedI haven't tried it yet, but I believe the totals could be obtained with a separate SQL query grouping by the type and counting the totals in each group.
Comment #6
sebos69 commentedyep, so it's out of my abilities right now...
Comment #7
sebos69 commentedHi ron!
here is just an updated patch against the current version (1.6) of the module. Maybe this could come handy for other users too.
The good news is that with your biblio.pages.inc rewrite this patch is much simpler than before (4 lines to change).
Greetings
Comment #8
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.