Re: [Koha-devel] Can we create templates for branches.

2013-01-03 Thread Liz Rea
Actually, upon further review I find that this work *was* done, and you can simply create multiple virtualhosts, each with a unique URL, and specify a CSS file to use for each one. Details can be found in the koha-httpd.conf file. Liz Rea On 04/01/13 12:17, Liz Rea wrote: I think what you wan

Re: [Koha-devel] 952 $6 subfield question

2013-01-03 Thread Galen Charlton
Hi, On Thu, Jan 3, 2013 at 3:10 PM, Cab Vinton wrote: > 1. $6A_FIC_RU$oA FIC RUN -- leave incorrect $6 and update $o only > > 2. $6A_FIC_RUN$oA FIC RUN -- fix both incorrect $6 and incorrect $o > > 3. $oA FIC RUN -- delete incorrect $6 and update $o > > Any thoughts on which of these appro

Re: [Koha-devel] Can we create templates for branches.

2013-01-03 Thread Liz Rea
I think what you want is not entirely impossible, but I can say that it would likely be a lot of work to maintain. A few years ago we had a RFC for the following work, which was never done but I think would do something similar to what you are describing, and possibly be easier to maintain thr

[Koha-devel] 952 $6 subfield question

2013-01-03 Thread Cab Vinton
Hi, All -- We're using Terry Reese's new MarcEdit plugin to update records in Koha and I'm unclear on how we should be handling the 952 $6 subfield (normalized classification for sorting). Further info about the plugin here: http://people.oregonstate.edu/~reeset/blog/archives/1135 Specifically, i

[Koha-devel] Can we create templates for branches.

2013-01-03 Thread Quoc Uy
           My idea comes from creating 1 Koha installed with 1 Database for 100 small branches libraries. Each branch has separated template OPAC.  There should be a folder in koha and logic in the application that saying ... ok, load branchA's template OPAC for BranchA's user when they login. A