Posted by Dane Powell on July 30, 2009 at 10:06pm
Jump to:
| Project: | Bibliography Module |
| Version: | 6.x-1.6 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
This is a very odd bug- when I updated Biblio from 6.x-1.5 to 6.x-1.6, the title of my site's front page suddenly changed to the title of the most recent Biblio node posted. This bug only seems to address the front page. Has anyone else seen this behavior?
Comments
#1
I know where this is happening in the code, but I'm not sure why it's happening for you. Do you have any "Views" on the front page which contain biblio nodes?
Ron.
#2
Yes- my front page is actually a View of most types of content, including Biblio nodes.
#3
Ok, That's probably the issue then, I'll work on a fix.
If you want an immediate fix, just comment out line 945 in biblio.module.
Ron.
#4
Opps I lied, comment out line 1621 instead.
Ron.
#5
I can confirm that that fixes the issue- thanks!
#6
I'll add some code to determine whether views is being used, and if so not set the title.
Ron
#7
This is now fixed in the -dev version.
#8
Automatically closed -- issue fixed for 2 weeks with no activity.