Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.0-rc2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2009 at 19:59 UTC
Updated:
21 Jan 2009 at 02:20 UTC
One should be able to change the title of the main biblio node. Currently it seems to be hardcoded to "Biblio." I'm assuming this title should actually be pulled from field on the Biblio settings page labeled "Biblio page title"
Comments
Comment #1
rhaschke commentedHi,
changing the biblio page title works great for me: it changes the page title, the menu entry as well as the breadcrumb display.
Did you saved your changes in admin/settings?
Comment #2
danepowell commentedYes, I saved the changes in admin/settings/biblio. I also tried clearing cached data, but it didn't help.
I chose to use "Publications" for the title instead of "Biblio." I can confirm that in the database, biblio_base_title is
s:12:"Publications";. However, "Biblio" is still getting printed.Comment #3
danepowell commentedJust to update and clarify, the breadcrumbs are actually correct - they show up as "Publications." However, the page title and heading are "Biblio."
Comment #4
rjerome commentedI've looked into this and it seems that there is some inconsistency in that the breadcrumb is built from the name of the "base URL" setting but it probably should be built from the "Biblio page title" setting, and point to the "base URL".
I'll fix that.
Ron.
Comment #5
rjerome commented