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
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] about browse-view
- From: Sonu Yadav <yvsonu1987@gmail.com>
- Date: Fri, 29 Jan 2021 12:45:18 +0530
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
},
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,
- Follow-Ups:
- [EP-tech] about browse-view
- From: Sonu Yadav <yvsonu1987@gmail.com>
- [EP-tech] about browse-view
- References:
- [EP-tech] about browse-view
- From: Sonu Yadav <yvsonu1987@gmail.com>
- [EP-tech] about browse-view
- Prev by Date: Re: [EP-tech] Duplicate repositories between eprints and eprints user group on github.
- Next by Date: Re: [EP-tech] about browse-view
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):