Hi,

I have just updated our biblio module from version 1.7 to 1.8, and references citations does not work anymore. There is an example here:
http://www.creatis.insa-lyon.fr/site/fr/ipr

the first line contains a tag, but we can only see the two brackets [] and the Reference section at the end of the page is missing.

I have only updated the biblio module, but maybe something went wrong with Drupal filters. Does anybody have a hint about this issue?

Thanks!

Comments

rjerome’s picture

You might want to go to admin/settings/filters and then select "configure" for the filter type in use on that page, then click the "Rearrange" button near the top of the page and make sure that biblio and footnotes are above the HTML filter.

sebos69’s picture

Unfortunately, the biblio filter is already on top of the list. De-activating all the other filters does not change the problem neither.

sebos69’s picture

I just noticed that if I select "Integration with the footnotes module" in the biblio settings, the references are displayed correctly (but the tags are exponent numbers, not numbers between brackets anymore).

rjerome’s picture

Status: Active » Fixed

OK, a few minutes in the debugger revealed the problem (one of those ever so tiny ones at that)..

line 1892 should be

   if ($ref === FALSE) {

NOT

   if ($ref !== FALSE) {

Committed to -dev version: http://drupal.org/cvs?commit=299766

Ron.

sebos69’s picture

Yes, it works :)

Thanks a lot Ron!

Status: Fixed » Closed (fixed)

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