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

rjerome’s picture

Thanks 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.

abraunst’s picture

Just 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?

rjerome’s picture

Version: 6.x-1.6 » 6.x-1.9

I'll look into it.

rjerome’s picture

Version: 6.x-1.9 » 6.x-1.10
Status: Active » Fixed

As far as I know, this is fixed in 6.x-1.10.

Could you confirm.

Ron.

abraunst’s picture

Nope, still there in 6.x-1.10.

rjerome’s picture

Ok, 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....


        if ($node->type == 'biblio' && variable_get('biblio_hide_bibtex_braces', 0) && !empty($a4)) {

Ron.

http://drupal.org/cvs?commit=320534

abraunst’s picture

Confirmed, this fixes the bug for me.

rjerome’s picture

Excellent! It's been committed to CVS.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.