EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
Message: #07944
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] ScreenProcessor.pm and Admin Screen Messages
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] ScreenProcessor.pm and Admin Screen Messages
- From: James Kerwin <jkerwin2101@gmail.com>
- Date: Mon, 12 Aug 2019 14:57:39 +0100
Hi All,
I have a button on the admin screen that does something when clicked. Then at the top of the screen a message appears upon completion to provide a url for the user to follow (or that is the plan). It usually present a plain text message, but I want a clickable link. At the moment users would need to copy the message text and paste it into the address bar.
At the moment I can have either text or a link that can't be seen or clicked, but shows up when you inspect the page.
Here is my code that I've adapted (only the bit in bold is really relevant):
sub add_result_message{my( $self, $ok ) = @_;if( $ok ){#$self->{processor}->add_message( "message",#$self->html_phrase( "aam_link" ) );#$self->{processor}->add_message(#"message",#$self->{repository}->make_text( "Please go to www.google.co.uk to access the AAM Updates.")#);#my $messagelink =my $uri = "www.google.co.uk";$self->{processor}->add_message( "message",$self->{repository}->make_text($self->{session}->render_link( $uri )));}
Is there a way that I can alter this to show a clickable text link or am I going to need to go further down the EPrints Rabbit Hole? My alternative approach is to alter render_messages in ScreenProcessor.pm, but I don't really want to do that and I also don't know how to make a local archive copy of this file either as it's a few levels up from the plugins directory.
Any suggestions or alternative approaches are very welcome.
Thanks,
James
- Follow-Ups:
- [EP-tech] ScreenProcessor.pm and Admin Screen Messages
- From: James Kerwin <jkerwin2101@gmail.com>
- [EP-tech] ScreenProcessor.pm and Admin Screen Messages
- References:
- [EP-tech] ScreenProcessor.pm and Admin Screen Messages
- From: James Kerwin <jkerwin2101@gmail.com>
- [EP-tech] ScreenProcessor.pm and Admin Screen Messages
- Prev by Date: [EP-tech] how to display total number publications in eprints reporsitory
- Next by Date: Re: [EP-tech] ScreenProcessor.pm and Admin Screen Messages
- Previous by thread: [EP-tech] EPrints/CRIS
- Next by thread: [EP-tech] DOI handling in orcid_support_advance
- Index(es):