hypertext link

View: New views
7 Messages — Rating Filter:   Alert me  

hypertext link

by zang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Is there an easy way to link a record to a specific URL?

With other words to have a hyperlink on a specific record to

take you to e.g. an html or pdf file to supply more info on this record?

 

Thanks for any help.

 

 


_______________________________________________
Koha-devel mailing list
Koha-devel@...
http://lists.koha.org/mailman/listinfo/koha-devel

Re: hypertext link

by Mike Hafen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If this is a public link the best way would be to find the record in
your OPAC and copy the URL for the details page.  If it's a private link
you should be able to do the same in the staff interface.

You would end up with something like:

http://[your.opac.site.here]/cgi-bin/koha/opac-detail.pl?biblionumber=55874

On Mon, 2009-06-29 at 19:26 +0200, C W Nel wrote:

> Is there an easy way to link a record to a specific URL?
>
> With other words to have a hyperlink on a specific record to
>
> take you to e.g. an html or pdf file to supply more info on this
> record?
>
>  
>
> Thanks for any help.
>
>  
>
>  
>
>
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@...
> http://lists.koha.org/mailman/listinfo/koha-devel
--
Michael Hafen
Systems Analyst and Programmer
Washington County School District
Utah, USA

for Koha checkout
http://development.washk12.org/gitweb/
or
git://development.washk12.org/koha


_______________________________________________
Koha-devel mailing list
Koha-devel@...
http://lists.koha.org/mailman/listinfo/koha-devel

Re: hypertext link

by MJ Ray-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

"C W Nel" <zang@...> wrote:
> Is there an easy way to link a record to a specific URL?
> With other words to have a hyperlink on a specific record to
> take you to e.g. an html or pdf file to supply more info on this record?

There's a url field on the Item data (field u in my copy) but it
doesn't seem to be displayed in the prog templates (it's passed into
the ITEM_RESULTS in opac-detail.tmpl if you want to add it).

There may be other fields which could be used.  I didn't find an
obvious candidate and I asked in IRC #koha half an hour ago without
reply yet.

Any of the templaters know how URLs can be displayed easily in
the current mainline koha releases?  A quick search of the manual
found nothing obvious - the URI field isn't even shown on
http://koha.org/documentation/manual/3.0/cataloging/adding-and-deleting-items

Puzzled,
--
MJ Ray (slef)  LMS developer and webmaster at     | software
www.software.coop http://mjr.towers.org.uk        |  .... co
Notice http://mjr.towers.org.uk/email.html        |  .... op
--
MJ Ray (slef)  LMS developer and webmaster at     | software
www.software.coop http://mjr.towers.org.uk        |  .... co
Notice http://mjr.towers.org.uk/email.html        |  .... op
_______________________________________________
Koha-devel mailing list
Koha-devel@...
http://lists.koha.org/mailman/listinfo/koha-devel

Re: hypertext link

by zang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks MJ

I did come right. I put the link into the URI field and the text for the
link in the text field.
Then "Online Resources" appear in the OPAC and the link works 100%


----- Original Message -----
From: "MJ Ray" <mjr@...>
To: <koha-devel@...>
Sent: Wednesday, July 01, 2009 11:21 AM
Subject: Re: [Koha-devel] hypertext link


> "C W Nel" <zang@...> wrote:
>> Is there an easy way to link a record to a specific URL?
>> With other words to have a hyperlink on a specific record to
>> take you to e.g. an html or pdf file to supply more info on this record?
>
> There's a url field on the Item data (field u in my copy) but it
> doesn't seem to be displayed in the prog templates (it's passed into
> the ITEM_RESULTS in opac-detail.tmpl if you want to add it).
>
> There may be other fields which could be used.  I didn't find an
> obvious candidate and I asked in IRC #koha half an hour ago without
> reply yet.
>
> Any of the templaters know how URLs can be displayed easily in
> the current mainline koha releases?  A quick search of the manual
> found nothing obvious - the URI field isn't even shown on
> http://koha.org/documentation/manual/3.0/cataloging/adding-and-deleting-items
>
> Puzzled,
> --
> MJ Ray (slef)  LMS developer and webmaster at     | software
> www.software.coop http://mjr.towers.org.uk        |  .... co
> Notice http://mjr.towers.org.uk/email.html        |  .... op
> --
> MJ Ray (slef)  LMS developer and webmaster at     | software
> www.software.coop http://mjr.towers.org.uk        |  .... co
> Notice http://mjr.towers.org.uk/email.html        |  .... op
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@...
> http://lists.koha.org/mailman/listinfo/koha-devel


--------------------------------------------------------------------------------



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.375 / Virus Database: 270.13.1/2211 - Release Date: 06/30/09
11:37:00

_______________________________________________
Koha-devel mailing list
Koha-devel@...
http://lists.koha.org/mailman/listinfo/koha-devel

Re: hypertext link

by Nicole Engard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

MJ, I will update the screenshot on that manual page and mention the URL.

---

Nicole C. Engard
Open Source Evangelist, LibLime
(888) Koha ILS (564-2457) ext. 714
nce@...
AIM/Y!/Skype: nengard

http://liblime.com
http://blogs.liblime.com/open-sesame/



On Wed, Jul 1, 2009 at 5:21 AM, MJ Ray<mjr@...> wrote:

> "C W Nel" <zang@...> wrote:
>> Is there an easy way to link a record to a specific URL?
>> With other words to have a hyperlink on a specific record to
>> take you to e.g. an html or pdf file to supply more info on this record?
>
> There's a url field on the Item data (field u in my copy) but it
> doesn't seem to be displayed in the prog templates (it's passed into
> the ITEM_RESULTS in opac-detail.tmpl if you want to add it).
>
> There may be other fields which could be used.  I didn't find an
> obvious candidate and I asked in IRC #koha half an hour ago without
> reply yet.
>
> Any of the templaters know how URLs can be displayed easily in
> the current mainline koha releases?  A quick search of the manual
> found nothing obvious - the URI field isn't even shown on
> http://koha.org/documentation/manual/3.0/cataloging/adding-and-deleting-items
>
> Puzzled,
> --
> MJ Ray (slef)  LMS developer and webmaster at     | software
> www.software.coop http://mjr.towers.org.uk        |  .... co
> Notice http://mjr.towers.org.uk/email.html        |  .... op
> --
> MJ Ray (slef)  LMS developer and webmaster at     | software
> www.software.coop http://mjr.towers.org.uk        |  .... co
> Notice http://mjr.towers.org.uk/email.html        |  .... op
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@...
> http://lists.koha.org/mailman/listinfo/koha-devel
>
_______________________________________________
Koha-devel mailing list
Koha-devel@...
http://lists.koha.org/mailman/listinfo/koha-devel

Re: hypertext link

by MJ Ray-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Nicole Engard <nicole.engard@...> wrote:
> MJ, I will update the screenshot on that manual page and mention the URL.

Thanks. I'm seeing the fields from the biblio's MARC21 tag 856 on
the opac-detail.pl page, but never the u subfield from the item.
Is this correct operation?

Confused,
--
MJ Ray (slef)  LMS developer and webmaster at     | software
www.software.coop http://mjr.towers.org.uk        |  .... co
Notice http://mjr.towers.org.uk/email.html        |  .... op
_______________________________________________
Koha-devel mailing list
Koha-devel@...
http://lists.koha.org/mailman/listinfo/koha-devel

Re: hypertext link

by Nicole Engard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hmmm - I too see that, but I'm not sure what the expected behavior should be.

---

Nicole C. Engard
Open Source Evangelist, LibLime
(888) Koha ILS (564-2457) ext. 714
nce@...
AIM/Y!/Skype: nengard

http://liblime.com
http://blogs.liblime.com/open-sesame/



On Wed, Jul 1, 2009 at 8:58 AM, MJ Ray<mjr@...> wrote:

> Nicole Engard <nicole.engard@...> wrote:
>> MJ, I will update the screenshot on that manual page and mention the URL.
>
> Thanks. I'm seeing the fields from the biblio's MARC21 tag 856 on
> the opac-detail.pl page, but never the u subfield from the item.
> Is this correct operation?
>
> Confused,
> --
> MJ Ray (slef)  LMS developer and webmaster at     | software
> www.software.coop http://mjr.towers.org.uk        |  .... co
> Notice http://mjr.towers.org.uk/email.html        |  .... op
>
_______________________________________________
Koha-devel mailing list
Koha-devel@...
http://lists.koha.org/mailman/listinfo/koha-devel