EPrints Technical Mailing List Archive

Message: #00767


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

[EP-tech] Re: How to add thesis types?


Hi,

Edit archives/<id>/cfg/cfg.d/eprint_fields.pl, look for:

{
        name => 'thesis_type',
        type => 'set',
        options => [qw(
                masters
                phd
                engd
                other
        )],
        input_style => 'medium',
},


And add your new types to the "options" array, restart Apache, add your phrases (though it looks as if you've done this already) and you should be done.

Seb.


On 20/06/12 02:41, mohdizwan8733@salam.uitm.edu.my wrote:
Dear all...

I already add

eprint_fieldopt_thesis_type_degree : Bachelor Degree
eprint_fieldopt_thesis_type_diploma : Diploma

in the Admin phrase editor...

is there any other place i should add as well...?
*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** Archive: http://www.eprints.org/tech.php/ *** EPrints community wiki: http://wiki.eprints.org/