Re: [Koha] Adding menu links in navbar

2018-07-16 Thread drojup
Hi Katrin,

Thank you for your reply.

I understand this downside. Your suggestion with the jQuery snippet is much
appreciated.

Thank you.



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Adding menu links in navbar

2018-07-16 Thread Katrin Fischer

Hi,

as Michael pointed out changing the templates has the downside that your 
changes will get lost when updating Koha. Another way to achieve what 
you want to do is using a jQuery snippet in the OpacUserJs system 
preference.


For general instructions the wiki has a lot of examples:
https://wiki.koha-community.org/wiki/JQuery_Library

For example this would add an additional entry to the navigation below 
the search box:


$(document).ready(function(){$("#moresearches a").last().after('class="pipe"> | Link text'); });


Hope this helps,

Katrin



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Adding menu links in navbar

2018-07-16 Thread Michael Kuhn

Hi drojup

> Is there any way to add links in navbar (next to cart, lists)?
...
> I would like to add the links in opac, but I can't find how to do it.

As far as I know there is no Koha system preference to do that.

However to change stuff in the black header area of the Koha OPAC you 
will need to change file "masthead.inc" in the file system for every 
available language:


$ LANGUAGE=en
$ vi 
/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/$LANGUAGE/includes/masthead.inc


Be aware, such changes might be overwritten when you're updating Koha.

Hope this helps.

Best wishes: Michael
--
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Adding menu links in navbar

2018-07-16 Thread Indranil Das Gupta
Pls look up OpacNav* and OpacHeader system preferences from the user manual.

-indranil

On Mon 16 Jul, 2018, 2:26 PM drojup,  wrote:

> Hi,
>
> I would like to add the links in opac, but I can't find how to do it.
>
> Regards,
>
>
>
> --
> Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Adding menu links in navbar

2018-07-16 Thread drojup
Hi,

I would like to add the links in opac, but I can't find how to do it.

Regards,



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Adding menu links in navbar

2018-07-16 Thread Josef Moravec
Hi,

there is IntranetNav system preference, where you can write in some html to
add to navbar.

Josef

ne 15. 7. 2018 v 15:35 odesílatel drojup  napsal:

> Hi,
>
> Is there any way to add links in navbar (next to cart, lists)?
>
> Thank you
>
>
>
> --
> Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Adding menu links in navbar

2018-07-15 Thread drojup
Hi,

Is there any way to add links in navbar (next to cart, lists)?

Thank you



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha