http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4177
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Marc Véron <[email protected]> --- 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? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
