Tech List

[index] [prev] [next] [options] [help]
See the Mailing Lists Page for how to subscribe and unsubscribe.

eprints_tech messages

Please note: this page shows emails that have been sent to the eprints_tech mailing list. Some of these may be spam emails we have failed to filter.

[EP-tech] Re: Disable some kind of deposit items ?

From: Felix Pupo Perez <fpp AT infomed.sld.cu>
Date: Thu, 25 Jun 2009 09:49:52 -0400


Threading: [EP-tech] Disable some kind of deposit items ? from michele AT asb.unisi.it
      • This Message

http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** EPrints community wiki - http://wiki.eprints.org/
Michele Pinassi escribio':
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> *** EPrints community wiki - http://wiki.eprints.org/
> Hi all,
> if i want to disable some kind of deposit items, leaving only 
"articles,
> books, others", what files i need to change ?
>
> Thanks, Michele
>
>   
Hi.
You should modify:
archives/archive_id/cfg/namedsets/eprint
And comment (using #) the types you don't need.
Later you'll probably want to modify:
archives/archive_id/cfg/cfg.d/eprint_fields_default.pl
To set the default type you desire.
For example:
$c->{set_eprint_defaults} = sub
{
my( $data, $session ) =  AT _;

$data->{type} = "book";
};
Cheers.


---------------------------------------
    Red Telematica de Salud - Cuba
    	  CNICM - Infomed


[index] [prev] [next] [options] [help]