Re: [Koha] Question on CoverFlow plugin
Hi Manos Always copy list so others can benefit from thread and/or can provide additional guidance. Have you checked apache/koha logs for any error? In previous coverflow versions you were supposed to add a couple of lines into apache conf file so it can redirect the calls to the correct place. Is this still the case? Might you miss that config? Not sure if with newer versions this is still needed. Double check install instructions. Regards, Alvaro |----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire Le mar. 14 déc. 2021 à 15:03, Manos PETRIDIS <egpetridis@gmail.com> a écrit :
Was there such a directive in the plugin configuration page? I totally missed it. The reports weren't public, now they are but I still can't get any results.
MP
Στις Τρί 14 Δεκ 2021 στις 7:28 μ.μ., ο/η Alvaro Cornejo < cornejo.alvaro@gmail.com> έγραψε:
Hi Manos,
Are your reports set as public?
Regards
Alvaro
|----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire
Le mar. 14 déc. 2021 à 11:13, Manos PETRIDIS <egpetridis@gmail.com> a écrit :
Hello,
I'm trying to use the CoverFlow plugin (Convert a report into a coverflow style widget!) by Kyle M Hall, v2.4.47, but have trouble setting it up. Up till now, I've
a. Created three reports with IDs 19, 20 and 21. They all produce the expected result when run as reports from the admin pages or when called as /cgi-bin/koha/svc/report?id=19 etc.
b. Installed and enabled the plugin. [image < https://emedgroupgr-my.sharepoint.com/:i:/g/personal/mpetridis_emedgroup_gr/...
]
c. Inserted the following Mapping at the plugin Configuration page: --- - id: 19 selector: "#coverflow" - id: 20 selector: "#random_books" options: buttons: true autoplay: 4000 loop: true - id: 21 selector: "#random_magazines" options: buttons: true autoplay: 4000 loop: true and set max height 240 pixels and max length 160 pixels. [image < https://emedgroupgr-my.sharepoint.com/:i:/g/personal/mpetridis_emedgroup_gr/...
]
d. Inserted the following at OPACNoResultsFound syspref: <hr> <div id="#coverflow"></div> <hr> <div id="#random_books"></div> <hr> <div id="#random_magazines"></div> <hr> [image < https://emedgroupgr-my.sharepoint.com/:i:/g/personal/mpetridis_emedgroup_gr/...
]
The search result page though only shows the three divider lines. I know that the third report may fail as it refers to ISSNs instead of ISBNs, but the first two should work (have tried them one by one). [image < https://emedgroupgr-my.sharepoint.com/:i:/g/personal/mpetridis_emedgroup_gr/...
]
Any suggestions welcome, as I've only recently started to customise my koha installation and don't really know the basics or where to begin.
Manos Petridis _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
If I understand correctly what's written in https://github.com/ebsco/edsapi-koha-plugin/issues/98 I shouldn't need to add anything, as I'm at the latest koha version and run the latest version of the plugin. I tried however to implement the addition (ScriptAlias /coverflow.pl "/var/lib/koha/mykohalibrarynamehere/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/ coverflow.pl") to apache2.conf as mentioned in https://koha-community.org/manual/20.05/en/html/extending_koha.html but found out that there is no coverflow.pl file anywhere in my system. Is there an up-to-date guide available? Στις Τρί 14 Δεκ 2021 στις 10:21 μ.μ., ο/η Alvaro Cornejo < cornejo.alvaro@gmail.com> έγραψε:
Hi Manos
Always copy list so others can benefit from thread and/or can provide additional guidance.
Have you checked apache/koha logs for any error?
In previous coverflow versions you were supposed to add a couple of lines into apache conf file so it can redirect the calls to the correct place. Is this still the case? Might you miss that config? Not sure if with newer versions this is still needed. Double check install instructions.
Regards,
Alvaro
|----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire
Le mar. 14 déc. 2021 à 15:03, Manos PETRIDIS <egpetridis@gmail.com> a écrit :
Was there such a directive in the plugin configuration page? I totally missed it. The reports weren't public, now they are but I still can't get any results.
MP
Στις Τρί 14 Δεκ 2021 στις 7:28 μ.μ., ο/η Alvaro Cornejo < cornejo.alvaro@gmail.com> έγραψε:
Hi Manos,
Are your reports set as public?
Regards
Alvaro
|----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire
Le mar. 14 déc. 2021 à 11:13, Manos PETRIDIS <egpetridis@gmail.com> a écrit :
Hello,
I'm trying to use the CoverFlow plugin (Convert a report into a coverflow style widget!) by Kyle M Hall, v2.4.47, but have trouble setting it up. Up till now, I've
a. Created three reports with IDs 19, 20 and 21. They all produce the expected result when run as reports from the admin pages or when called as /cgi-bin/koha/svc/report?id=19 etc.
b. Installed and enabled the plugin. [image < https://emedgroupgr-my.sharepoint.com/:i:/g/personal/mpetridis_emedgroup_gr/...
]
c. Inserted the following Mapping at the plugin Configuration page: --- - id: 19 selector: "#coverflow" - id: 20 selector: "#random_books" options: buttons: true autoplay: 4000 loop: true - id: 21 selector: "#random_magazines" options: buttons: true autoplay: 4000 loop: true and set max height 240 pixels and max length 160 pixels. [image < https://emedgroupgr-my.sharepoint.com/:i:/g/personal/mpetridis_emedgroup_gr/...
]
d. Inserted the following at OPACNoResultsFound syspref: <hr> <div id="#coverflow"></div> <hr> <div id="#random_books"></div> <hr> <div id="#random_magazines"></div> <hr> [image < https://emedgroupgr-my.sharepoint.com/:i:/g/personal/mpetridis_emedgroup_gr/...
]
The search result page though only shows the three divider lines. I know that the third report may fail as it refers to ISSNs instead of ISBNs, but the first two should work (have tried them one by one). [image < https://emedgroupgr-my.sharepoint.com/:i:/g/personal/mpetridis_emedgroup_gr/...
]
Any suggestions welcome, as I've only recently started to customise my koha installation and don't really know the basics or where to begin.
Manos Petridis _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Alvaro Cornejo -
Manos PETRIDIS