EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
Message: #00446
< 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 make related URLs appear as text links and not bare URLs?
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Re: How to make related URLs appear as text links and not bare URLs?
- From: Alex Birchall <A.Birchall@mdx.ac.uk>
- Date: Fri, 27 Apr 2012 11:40:05 +0100
Thanks, Seb.
In eprint_fields.pl, there is this stanza:
{
> 'name' => 'related_url',
> 'type' => 'compound',
> 'multiple' => 1,
> 'render_value' => 'EPrints::Extras::render_related_url',
> 'fields' => [
> {
> 'sub_name' => 'url',
> 'type' => 'url',
> 'input_cols' => 40,
> },
> {
> 'sub_name' => 'type',
> 'type' => 'set',
> 'options' => [
> 'pub',
> 'author',
> 'org',
> ],
> }
> ],
> 'input_boxes' => 1,
> 'input_ordered' => 0,
> },
Is the above what I need to tweak?
Regards,
Alex
-----Original Message-----
From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Sebastien Francois
Sent: 26 April 2012 14:13
To: eprints-tech@ecs.soton.ac.uk
Subject: [EP-tech] Re: How to make related URLs appear as text links and not bare URLs?
While somewhat outdated, this still applies:
http://wiki.eprints.org/w/Metadata#Rendering_Properties
Also check EPrints::Extras::render_related_url() which seems to do something similar to what you want.
Seb.
On 24/04/12 16:36, Alex Birchall wrote:
> Hi,
>
> I would like to configure Eprints so that related URLs in an item record appear to the user as regular textual hyperlinks, not as bare URLs. So, for instance, I would like this URL http://www.mdx.ac.uk/aboutus/staffdirectory/Stewart_Anthony.aspx to appear as the hyperlinked text "Middlesex University Staff Profile".
>
> I am sure the above is not that difficult to do, but I should be most grateful if anyone could let me know how to achieve the effect.
>
> Many thanks.
>
> Alex
>
> Alexander J Birchall
> Library Systems Manager
> The Sheppard Library
> Middlesex University
> The Burroughs
> London NW4 4BT
>
> Tel +44 (0) 208 411 5235
> Mob 07765 237 570
>
>
> *** 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/
*** 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/
- Follow-Ups:
- [EP-tech] Re: How to make related URLs appear as text links and not bare URLs?
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: How to make related URLs appear as text links and not bare URLs?
- References:
- [EP-tech] How to make related URLs appear as text links and not bare URLs?
- From: Alex Birchall <a.birchall@mdx.ac.uk>
- [EP-tech] Re: How to make related URLs appear as text links and not bare URLs?
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] How to make related URLs appear as text links and not bare URLs?
- Prev by Date: [EP-tech] Re: Branding on EPrints 3.3.6
- Next by Date: [EP-tech] Re: Garbage indexing some pdf
- Previous by thread: [EP-tech] Re: How to make related URLs appear as text links and not bare URLs?
- Next by thread: [EP-tech] Re: How to make related URLs appear as text links and not bare URLs?
- Index(es):
