Re: [Koha] Bywater coverflow

2015-05-27 Thread Kyle Hall
t; > > > -- Forwarded message ------ > > From: Abdulsalam Yousef > > To: Kyle Hall > > Cc: Koha > > Date: Tue, 12 May 2015 15:18:00 +0300 > > Subject: Re: [Koha] Bywater coverflow > > Yes i added these lines: > > > > - id: 50

Re: [Koha] Bywater coverflow

2015-05-27 Thread Craig Butosi
x338 www.rcmusic.ca From: Koha [koha-boun...@lists.katipo.co.nz] on behalf of Bernard Shiundu [bshiu...@strathmore.edu] Sent: Thursday, May 21, 2015 7:32 AM To: Koha Subject: Re: [Koha] Bywater coverflow I got coverflow working on a development box. One

Re: [Koha] Bywater coverflow

2015-05-21 Thread Kyle Hall
t; covers on Amazon? > > > > -- Forwarded message -- > > From: Abdulsalam Yousef > > To: Kyle Hall > > Cc: Koha > > Date: Tue, 12 May 2015 15:18:00 +0300 > > Subject: Re: [Koha] Bywater coverflow > > Yes i added these lines: > > >

Re: [Koha] Bywater coverflow

2015-05-21 Thread Bernard Shiundu
15:18:00 +0300 > Subject: Re: [Koha] Bywater coverflow > Yes i added these lines: > > - id: 50 > selector: #coverflow > options: > style: coverflow > > to the cofiguration > where 50 is my report id > > also i added this alias line in my opac apache config

Re: [Koha] Bywater coverflow

2015-05-12 Thread Kyle Hall
You'll also need this alias: Alias /plugin/ "/var/lib/koha/plugins/" http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville Public Library ( http://www.meadvillelibrary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) Mill Run Technology Solut

Re: [Koha] Bywater coverflow

2015-05-12 Thread Abdulsalam Yousef
Yes i added these lines: - id: 50 selector: #coverflow options: style: coverflow to the cofiguration where 50 is my report id also i added this alias line in my opac apache config section ScriptAlias /coverflow.pl "/var/lib/koha/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/cover

Re: [Koha] Bywater coverflow

2015-05-12 Thread Kyle Hall
Ah! I see! That is not actually a problem! The "run report" link in the plugin doesn't actually do anything useful. Have you run the configuration part of the plugin? Did you add the alias's to your opac apache config? Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com

Re: [Koha] Bywater coverflow

2015-05-12 Thread Abdulsalam Yousef
In fact i followed your article and created the intended report like this SELECT b.biblionumber, b.title, m.isbn FROM biblio b left join biblioitems m on (b.biblionumber=m.biblionumber) where m.isbn is not NULL and b.title LIKE "%math%" its id is 50 according to my report ids in sql saved reports

Re: [Koha] Bywater coverflow

2015-05-12 Thread Kyle Hall
Did you follow my article when you set it up? Did you create your own custom report for generating the book list? It sounds like maybe you never replaced the report id or perhaps you never created a report! Kyle http://www.kylehall.info ByWater Solutions ( http://bywatersolutions.com ) Meadville