Can you show me a hint on how it works. Any link would be very much
appreciated. :)
On Wed, Oct 15, 2014 at 12:17 PM, Robin Sheat-2 [via Koha] <
ml-node+s1045719n5814425...@n5.nabble.com> wrote:
> Alyssa Enganio Gono schreef op di 14-10-2014 om 20:58 [-0700]:
> > Is it possible to use PHP in Opa
Hi Mr Olugbenga,
I am very fine. I will try your solution and inform you of the outcome the
course of the day
On 15 October 2014 05:55, Olugbenga Adara wrote:
> Hi Crispin,
>
> How are you doing?
>
> On Tue, Oct 14, 2014 at 5:54 AM, Chrispin Simasiku Sitali <
> libsit...@gmail.com> wrote:
>
>>
Thanks Bob for the solution. Yes you have understood my problem very well.
I will try it and inform of the out come
On 15 October 2014 04:56, Bob Birchall wrote:
> On 14/10/14 20:54, Chrispin Simasiku Sitali wrote:
>
>> Greetings Koha Community,
>>
>> I am at my wits end. I have a marc file with
Alyssa Enganio Gono schreef op di 14-10-2014 om 20:58 [-0700]:
> Is it possible to use PHP in OpacMainUserBlock to display and query a
> list of
> new arrival books with its corresponding cover images? Please help me,
> I
> really dont have any clue.
Short answer is no, you can't do it that way.
Is it possible to use PHP in OpacMainUserBlock to display and query a list of
new arrival books with its corresponding cover images? Please help me, I
really dont have any clue.
--
View this message in context:
http://koha.1045719.n5.nabble.com/Enable-PHP-in-OpacMainUserBlock-tp5814424.html
Sen
Salvete!
> 1. To maintain a road map for Koha - that is not time based.
> 2. The road map is to address both features and architecture.
> 3. The monthly general meeting following each major release will
> consider updates to the road map.
> 4. However maintenance of the road map can be a con
Hi Crispin,
How are you doing?
On Tue, Oct 14, 2014 at 5:54 AM, Chrispin Simasiku Sitali <
libsit...@gmail.com> wrote:
> Greetings Koha Community,
>
> I am at my wits end. I have a marc file with 10 000 records on it. I want
> to have this in my Koha installation for searching only. I am current
Kerrie,
You need to add the parameter of b.branchcode=<> in
the WHERE part of your SQL statement, like I did below. The {choose branch}
part is actually arbitrary and can be whatever you want. Try this:
SELECT concat(b.surname,', ',b.firstname) AS name, count(s.borrowernumber)
AS checkouts
FROM s
On 14/10/14 20:54, Chrispin Simasiku Sitali wrote:
Greetings Koha Community,
I am at my wits end. I have a marc file with 10 000 records on it. I want
to have this in my Koha installation for searching only. I am currently
cataloguing some books and I want to use this for searching through only,
> But it doenst
> work when I tried to paste a bootstrap code in OpacNav, OpacNavRight,
> OpacNavBottom and OpacMainUserBlock.
What are you trying to do? What code are you pasting into those regions?
-- Owen
--
Web Developer
Athens County Public Libraries
http://www.myacpl.org
Hello all,
Would you please add our company in the list of Koha Support companies
list for Europe, Asia and Middle East, Africa Region, please?
We'd like to share the information that, I think we support the biggest
KOHA implementation on public libraries around the world (with 1.116
public
Hi to all,
my firm, Cineca, has decide to organize an hackmeeting on Koha.
The hackmeeting will be in Segrate very near Milan.
We probably work on:
-- last tests of incoming 3.18
-- transaltion of the manual (3.16)
-- how to use sandboxes, wiki, mailinglist, etc.
No problem if you don't speak I
Hi Alessio,
Il 07/10/2014 08:50, Alessio R. ha scritto:
So now, also if I set the "IndependentBranches" to "prevent", the function
doesn't work and a parton of the new branch is still able to modify items,
patron, ecc of the other branch.
Does anyone know how to solve this?
the only real opti
Greetings Koha Community,
I am at my wits end. I have a marc file with 10 000 records on it. I want
to have this in my Koha installation for searching only. I am currently
cataloguing some books and I want to use this for searching through only,
if I find a marching record for a particular book th
Hi Everyone,
I've been using the report 'Patrons with most checkouts in date range' with
success, but when I try to modify it to allow me to select which campus library
the patrons are from so I can get a top 20 list for any of our campus
libraries, I can't get it to work - can anyone help me wi
Until the release of Koha 3.2, the project maintained a Road Map which
listed the features planned for the release. After 3.2 we switched from
feature based releases to time based releases and the Road Map became
less critical. Nonetheless road maps were produced for (at least) Koha
3.8 and
I have already turn on my Bootstrap Theme in Koha. In fact, Bootstrap works
when I tried to paste a sample bootstrap code in OpacHeader. But it doenst
work when I tried to paste a bootstrap code in OpacNav, OpacNavRight,
OpacNavBottom and OpacMainUserBlock.
What should I do to enable bootstrap in
Hi ,
I haven't tried to configure it before, but this link may will be useful
for you :
http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup
Best regards .
On Tue, Oct 7, 2014 at 4:57 PM, Upendra Tamang wrote:
> Dear Koha administrator,
> We are running Koha 3.16 in Debian 6.0.8 64 bits.
Hi all,
I tried to get a jquery to work in koha 3.16.04.000, using iceweasel with
iced-tea web plugin.
Since i am new to jquery, I tried two existing jquery scripts,
I copied and pasted from here; http://www.mydk-tomic.net/?q=node/17, which
should be a script that gives me 3 different words in t
Salvete!
What could be better than steak and wine? Why Conference in Córdoba, of
course. :D
Bernardo and Tomás really raised the bar on KohaCon. Not only were the
Argentines the friendliest folks on Earth, but the talks were also salient. I
was so impressed with the Library School st
Hi Mohamed
Am 05.10.2014 um 13:20 schrieb Mohamed Fekry Negm:
Hi
i got this error
Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/DBI.pm
line 2064.
in version 3.16 + ubuntu 14.04 in opac-user.pl
any help
The error message seems to be completely harmless. In earlier vers
Hello,
We're working on upgrading our instance of Koha from 3.6.4 to 3.14.7, and
we've run into an issue with the UseAuthoritiesForTracings setting. It
doesn't appear that Koha is obeying this setting, as we're seeing some
subjects link to "an:###" searches instead of "su:Words" searches. The
tric
Please also list my Koha demo installation on the page
http://koha-community.org/demo/
MARC flavor: MARC21
OPAC: http://koha.adminkuhn.ch:8001/
Staff interface: http://koha.adminkuhn.ch:8001/
Staff login: bebu / bebu
Provider: Admin Kuhn GmbH (Switzerland)
I also provide a single point of
Please list me as a paid Koha support provider.
Company Name: Admin Kuhn GmbH
Contact Person: Michael Kuhn
Contact email: m...@adminkuhn.ch
Website: http://adminkuhn.ch/wiki/Koha
Telephone: +41 61 261 55 61
Address: Pappelstrasse 20, 4123 Allschwil, Switzerland
Short description of service
24 matches
Mail list logo