EPrints Technical Mailing List Archive

Message: #08503


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] about browse-view


CAUTION: This e-mail originated outside the University of Southampton.
hi,

I want to add browse view by languages, contributors with specfic titile (like thesis advisor, ) and translator.
I write code in view.pl that mentioned below.
{
 id=>"languages",
 allow_null=>0,
 hideempty => 1,
menus => [
{
fields => [ "languages" ],
new_column_at => [1, 1],
mode => "sections",
open_first_section => 1,
},
],

 order=>"title",  
 include=>1
 },
but it showing error that "Dataset eprint does not have a field 'languages'"
while uploading the pdf document there is the option to choose languages. I choose english. but nothing is showing.

one more thing if I create a custom metadata field in details menu while uploading any document. so, how to add this new fields in browse view.


thanks,