ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
68559
|
Mon Jan 30 17:52:20 2017 |
| fabio vitale | mc3356@mclink.it | Request | Windows | 3.1.2 | How can change the justification of a column? |
It is possible to change the justification for a column/attribute in the list mode (left-aligned, centered, right-aligned)?
Right now Elog treats each colum of a list as centered,
thank you |
68140
|
Thu Oct 8 06:36:34 2015 |
| Dawang | raymund.dawang@gmail.com | Question | Windows | V3 | How can I host elog in a web server |
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 |
1804
|
Mon Apr 10 20:28:37 2006 |
| Alan Stone | alstone@fnal.gov | Question | Linux | 2.6.1-1684 | How can I configure to prevent empty entries? |
I have accidentally created a couple of entries recently. It is pretty easy. I
fill in the header, type in a Subject, and then hit Enter, instead of TAB.
I have turned off the edit option intentionally.
I want to avoid this in the future. Is there a configuration option which would
confirm that the user before submitting an entry without a Body? I know I can require
attributes like Author and Subject. I am not sure I want to require a Body, in case
someone submits an entry with just an attachment (and a Subject).
Thanks, Alan |
66965
|
Fri Dec 3 13:56:20 2010 |
| Philipp W. | philipp.weinzierl@supranet.li | Question | Windows | 280-5 | How can Elog start automatically on Windows Server 2008 on startup ? |
Hi all,
i have a question... How can i manage it that elog starts automatically on windows startup ? I always need to type "elogd -p 85" in the console that it starts ...
Can anyone help me ? =)
Thanks
SenoX |
66247
|
Wed Mar 11 15:51:36 2009 |
| Heinzmann | catman333@web.de | Question | Windows | V2.7.5-217 | How ca I delete / hide the Elog Icon and Labels like ELOG V2.7.5-2175 |
Hi Stephan,
How can I delete / hide the Elog Icon 
and Labels like ELOG V2.7.5-2175 ?
Thanks,
Michael
|
69400
|
Thu Oct 21 11:15:20 2021 |
| Andreas Luedeke | andreas.luedeke@psi.ch | Request | All | 3.1.4 | How about string constants in config files? |
My config files are often large and use some shell scripting. In these shell scripting part I interact with files and execute scripts in specific folder.
It would be nice to have the ability to define for example a file path once and reuse it in different parts of the config file. It would help to make config files cleaner. For example:
Constant c_cid = "/usr/local/elog/logbooks/elog-campaignID.default"
Execute new = if ! [ -z "$CampaignID" ] ; then echo "$CampaignID" > $c_cid; fi
Preset CampaignID = $shell( if [ -r $c_cid ] ; then cat $c_cid; else echo None > $c_cid; echo None; fi )
|
154
|
Wed Nov 6 13:34:49 2002 |
| Max Goncharenko | max@vip-rus.com | | | | How To: add charset support via META ? |
Encoding problem:
How to make ELOG generate HTTP pages with
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=XXXX">
tag in header. With charset=XXX selectable via config. |
357
|
Fri May 30 08:04:23 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Question | | | Hosts deny |
Used to deny a certain command to a list of users. This can be used to
deny a guest user to enter new messages or modify a message.
Hosts allow = <list>
Hosts deny = <list>
could you deny guest user like this
guest is not loggeg ?
hubert is logged
Hosts deny = guest,hubert
does anybody has experience with deny based on IP adresse ? |