Re: option transfer, posted by Andreas Luedeke on Fri Jun 5 19:35:34 2015
|
Why would you transfer the message to the text box?
You can have a "Message" attribute, which is an option
list.
If the first option "Custom" is chosen, then you get an additional field "Custom Message".
We have
an attribute "Entry type", there we could add the type "Message", if the attribute should not exist for other types of entries.
As |
How can I host elog in a web server, posted by Dawang on Thu Oct 8 06:36:34 2015
|
How can I host elog in a web server. I need sample config file on [global] segment to show config on how it can be host. Please need your help. Thanks |
Re: How can I host elog in a web server, posted by Andreas Luedeke on Thu Oct 8 11:27:55 2015
|
I am honestly not sure if I understand the question. You can run ELOG behind an Apache Webserver. Look for example at https://midas.psi.ch/elog/adminguide.html#secure
Dawang
wrote:
How can I host elog in a web server. I need sample config file on [global] |
Wrong link in "Your ELOG account has been activated" email, posted by Ron Beekman on Wed Mar 6 17:56:22 2013
|
After entering a new user and activating it in ELOG, the new user receives an email.
The link does not work because the port number is repeated in the link (see below) |
Re: Wrong link in "Your ELOG account has been activated" email, posted by Stefan Ritt on Thu Mar 7 14:13:08 2013
|
> After entering a new user and activating it in ELOG, the new user receives an email.
> The link does not work because the port number is repeated in the link (see below)
> In the Global part of the elogd.ini we have added the port:
|
Re: Wrong link in "Your ELOG account has been activated" email, posted by Ron Beekman on Thu Mar 7 14:37:27 2013
|
Hi Stefan, thank you very much for having a look at this :-)
|
Insert images slow downs the ELOG, posted by Zbigniew Reszela on Wed Sep 9 11:41:23 2020
|
Dear all,
First, many thanks for creating and sharing this great tool which is ELOG! Our users are very happy with it!
I have few questions about inserting images into the entries. |
Re: Insert images slow downs the ELOG, posted by Andreas Luedeke on Sat Sep 12 19:19:02 2020
|
I found the most limiting factor of ELOG to be the file access. ELOG stores all entries in files and therefore has a lot of disk access.
We found that an AFS directory for ELOG is unusable. We tried to store our logbooks on NFS, and it was barely usable but slow. Now we use a local
disk on the server, that works fine. |