EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
Message: #01590
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: repository administration: frontend or backend?
- To: eprints-tech@ecs.soton.ac.uk
 - Subject: [EP-tech] Re: repository administration: frontend or backend?
 - From: Yuri <yurj@alfa.it>
 - Date: Tue, 19 Feb 2013 10:46:23 +0100
 
Il 19/02/2013 10:25, Pavlovic,Karlo ha scritto:
Dear all, I am trying to costumise our repository and I have a general question (with two examples): Should things be changed using the frontend (i.e., admin>config.tools), if possible, or should generally be used the backend (as generally described in the wiki: http://wiki.eprints.org/w/Category:Howto). E.g., if using the frontend to add an institutional hierarchy, there is the possibility to go to admin>config.tools>editsubjects. But after adding such a new tree (as an administrator), it does not appear when adding an eprint (as an author).
you've to associate it to a new field of type subject on eprint_fields.pl in cfg.d of your repository. Use the division as an example:
          {
            'name' => 'divisions',
            'type' => 'subject',
            'multiple' => 1,
            'top' => 'divisions', <- here put the root of this subject, 
the id when you create it on edit subjects
            'browse_link' => 'divisions',
          },
Then you've to run
./bin/add_field <your repository> eprint <yourfield as above>
to add it to the mysql database.
Now
Also, adding metadata fields does not work: When going to admin>config.tools>ManageMetadataFields, a click to e.g. "Eprints:View Dataset Fields" results in this: "EPrints System Error: Attempt to get value from not existent field: metafield/objectid" Thank you! Best, Karlo
- References:
- [EP-tech]  repository administration: frontend or backend?
- From: "Pavlovic,Karlo" <karlo.pavlovic@imp.ac.at>
 
 
 - [EP-tech]  repository administration: frontend or backend?
 
- Prev by Date: [EP-tech] Re: ISI Citation Data Import Script
 - Next by Date: [EP-tech] simple search bug?
 - Previous by thread: [EP-tech] repository administration: frontend or backend?
 - Next by thread: [EP-tech] simple search bug?
 - Index(es):
 
