Hi,
Checking the 'Tabular' option in node layout (using CiteProc enabled) resulted in the node not displaying:
"Fatal error: Call to undefined function biblio_style_http://www.zotero.org/styles/ieee_author_options() in C:\domains\humantechnologyinteraction.eu\wwwroot\sites\all\modules\biblio\biblio_theme.inc on line 251"
tried it with other csl styles as well (APA), but the same error occurred.
Disabled the CiteProc module, and the tabular function works again. Unfortunate as I really like the CSL customisation you added!
Related: Normally I used the tabular node view to overcome an issue with the full node view not showing all information (e.g. DOI, conference name). Is there a (user definable?) way to make the full node, show the full info contained in the node as the tabular option does? Tried to do it with manage fields for content types, but got stuck.
Thanks, Wouter
Comments
Comment #1
rjerome commentedHmm, I'll check on that error... I thought that was fixed.
As for the styling, the "original" layout is hard coded, so you can't change that with any of the GUI settings.
Comment #2
wvdhoogen commentedHi Ron,
Thanks, I'll stay tuned for a fix. As for the layout, if indeed not user changeable, I think it would be a good addition to the 'original' layout to also include the DOI and attachments as these are most useful for those trying to look up the reference.
Wouter
Comment #3
rjerome commentedTurns out that I only fixed that in 7.x and not 6.x-2.x, but it's fixed now. Also added DOI to "original" layout.
http://drupal.org/cvs?commit=495902
Ron
Comment #4
wvdhoogen commentedSuper!
Wouter
Comment #5
wvdhoogen commentedOne thing that is strange though is that if I change the base url from 'biblio' to e.g. 'publications' no node or tabular view is available when clicking the publication's title. Anyhow, with biblio as the base url it is working.
Wouter
Comment #6
rjerome commentedAnother little (CSL related) bug, which has now been fixed.
http://drupal.org/cvs?commit=496232
Ron.