EPrints Technical Mailing List Archive

See the EPrints wiki for instructions on how to join this mailing list and related information.

Message: #09851


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

RE: [EP-tech] Remove versioning and template for users


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

Hi Yuri,
An additional thought: if no one needs to use the 'New version' or 'Use as Template' functionality, you could just disable both Screen plugins by adding this to your archive configuration e.g. in ~/archives/ARCHIVEID/cfg/cfg.d/plugins.pl
    $c->{plugins}->{"Screen::EPrint::NewVersion"}->{disable} = 1;
    $c->{plugins}->{"Screen::EPrint::UseAsTemplate"}->{disable} = 1;

Cheers,
John

-----Original Message-----
From: eprints-tech-request@ecs.soton.ac.uk <eprints-tech-request@ecs.soton.ac.uk> On Behalf Of Yuri
Sent: Tuesday, October 22, 2024 2:53 PM
To: EPrints.org Technical List <eprints-tech@ecs.soton.ac.uk>
Subject: [EP-tech] Remove versioning and template for users

CAUTION: External Message. Use caution opening links and attachments.

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

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

Hi!

  our users use the templating and versioning in a different way that eprints does, so usually we've to fix something. Add DOI registration (that will be assigned only on the first item, not the copy or the newer version because the DOI field is already filled), and we have more problems that what this functions solve.

What is the easiest way to remove this function for users? Are these capabilities or I've to expect for some code changes?

Thanks!