Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2009 at 18:32 UTC
Updated:
10 Feb 2010 at 21:50 UTC
When looking at the page for a taxonomy term taxonomy/term/x for which there is at least a biblio item, the title of the page get set to the title of one of the publications (probably the last one).
By commenting the two instances of couple of drupal_set_title calls in biblio.module everything seems to look fine (note that I have the no idea of the side-effects, as I'm pretty new to drupal in general)
Comments
Comment #1
rjerome commentedThanks for the report, this is a known problem (although, it's the first time I've seen it related to taxonomy display) which will be fixed in the next release.
Ron.
Comment #2
abraunst commentedJust to report that this issue is still present in last stable version (biblio-1.9). Should I change the version of this issue to reflect that?
Comment #3
rjerome commentedI'll look into it.
Comment #4
rjerome commentedAs far as I know, this is fixed in 6.x-1.10.
Could you confirm.
Ron.
Comment #5
abraunst commentedNope, still there in 6.x-1.10.
Comment #6
rjerome commentedOk, I tracked it down and squished it.
I'm guessing that you have the option to hide bibtex braces in titles turned on, and that's why I didn't see it, because I didn't have that turned on. Anyway, if you replace line 1043 in the biblio.module file with the following, it should fix the problem....
Ron.
http://drupal.org/cvs?commit=320534
Comment #7
abraunst commentedConfirmed, this fixes the bug for me.
Comment #8
rjerome commentedExcellent! It's been committed to CVS.