On Mon, 23 Apr 2012, Lanxin Ma wrote: > If I want the output format of 'Photos' is same with the output of > DEMO Pictures. What should I do?
You probably need to edit your output format rules that decide which format template to apply for which collection. For example, see the default HTML brief format rules: $ cat /opt/invenio/etc/bibformat/output_formats/HB.bfo tag 980.a: PICTURE --- Picture_HTML_brief.bft POETRY --- Poetry_HTML_brief.bft tag 773.t: Atlantis Times --- Journal_HTML_brief.bft tag 980.a: VIDEO --- Video_HTML_brief.bft default: Default_HTML_brief.bft If your IHEP photo records have IHEPPHOTO in 980 $a, then you should add: tag 980.a: IHEPPHOTO --- Picture_HTML_brief.bft (or whatever BibFormat template you use instead of Picture_HTML_brief) Best regards -- Tibor Simko

