Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.0-rc4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 16:04 UTC
Updated:
21 Feb 2019 at 16:29 UTC
Jump to comment: Most recent
Comments
Comment #1
rjerome commentedThe short answer is no, not directly like other fields.
The longer answer is... if you wanted to override the theme_biblio_tabular($variables) theme function you could, since the Publication type and Title are more or less hard coded into that theme function.
Comment #2
gofriller commentedthank's, override the theme function was the better way.
Comment #3
Abelito commentedHere is how I used the theme override (thought it may help others.)
Note: I'm using the Tabular View
I added this to my template.php (copied from the module biblio/includes/biblio_theme.inc), and modified
- commented out two fields that are build in (see /***)
- added an elseif to skip any fields that I didnt want displayed (see //***)
Comment #4
liam morlandIf you need further help, please re-open and provide details.