Hello, I would like to add a cookie to Koha to add sound (it is working on my test Koha instance). Should I just set the cookie or does the Koha source have an existing javascript (or otherwise) function to do this? Thanks for anyone who knows! -Darrell Ulm _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel
Darrell Ulm <darrellulm@smfpl.org>
I would like to add a cookie to Koha to add sound (it is working on my test Koha instance). Should I just set the cookie or does the Koha source have an existing javascript (or otherwise) function to do this?
Does it have to be its own cookie, or could it be added to the session? perldoc C4/Auth.pm and search for get_session for info. Hope that helps, -- MJ Ray (slef) Webmaster and LMS developer at | software www.software.coop http://mjr.towers.org.uk | .... co IMO only: see http://mjr.towers.org.uk/email.html | .... op _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel
participants (2)
-
Darrell Ulm -
MJ Ray