---- Reported by nengard@gmail.com 2010-02-13 23:06:17 ---- Both OpacBrowser & OpacCloud are missing from the sys prefs interface. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:24 UTC --- This bug was previously known as _bug_ 4177 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4177 Actual time not defined. Setting to 0.0 The original assignee of this bug does not have an account here. Reassigning to the default assignee for the component, gmcharlt@gmail.com. Previous assignee was pianohacker@gmail.com.
OpacBrowser appears now. Still no OpacCloud. Is that feature still functional?
I find the following in prog\en\modules\admin\preferences\opac.pref: # - # This system preference does not actually affect anything # - pref: OpacBrowser # choices: # yes: Show # no: "Don't show" # - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>). # - # opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page # - pref: OpacCloud # choices: # - If ON, enables subject cloud on OPAC At an other place, OpacBrowser is re-implemented, the appropriate lines can be deleted here. Regarding OpacCloud: If I activate the syspref (restoring missing choices) and set the preference to "ON", I get an additional menu item and text as follows: --------------- Subject cloud Note: This feature only available to French catalogs where ISBD subjects have been populated, and an index built by separate script. --------------- I find additional references to OpacCloud in: admin\systempreferences.pl installer\data\mysql\sysprefs.sql installer\data\mysql\update22to30.pl C4\Auth.pm koha-tmpl\opac-tmpl\ccsr\en\includes\masthead.inc Questions remain: Is that feature still functional? Dead code? To be removed?
I have been using the Opaccloud before, it needed some fiddling but worked. It's been a while ago, have not looked into using it with 3.8 yet but was planning on using this eventually.
We got it working in the past too - I am against removing it. I think keeping it out of the standard feature set (system preferences) is ok for now.
Created attachment 12680 [details] [review] Bug 4177 opaccloud missing from the system preferences interface There is no option to toggle the (existing) syspref OpacCloud. This patch adds one.
Added the option to the admin interface. Does not touch the actual feature.
The feature works as intended when enabled and the script related to this feature has been run.
Created attachment 12703 [details] [review] Bug 4177 opaccloud missing from the system preferences interface There is no option to toggle the (existing) syspref OpacCloud. This patch adds one. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Inserted tags manually, enabled system preference, tag subject cloud displays nicely.
The patch adds a missing pref in the .pref file. Marked as Passed QA.
Patch pushed to master
String changes, held for 3.8.7
Pushed to 3.8.x, will be in 3.8.7
pushed to 3.6, will be in 3.6.11