ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
340
|
Thu May 15 13:37:48 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: WIshlist Additional |
> Is it possible to make the logbook summary screen sort differently
I fixed that problem. The new version 2.3.7 released today contains the fix. |
342
|
Fri May 16 08:34:44 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | | | Re: forum.css |
> In the Config Examples logbook you mentioned a forum.css. Do you have a
> link to that css and others?
Sure, that's what the "Config Examples" logbook is for. Just click on the
tab on top of this page. The forum you will find
under elog:Config%20Examples/4 . |
347
|
Tue May 20 14:23:56 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | | Re: Possible Bug: 2.3.7 : Welcome Title = < img src= |
> I noticed that my custom start page did not display the Welcome title icon.
> It worked fine in prior elogs.
>
> any hints?
Indeed there is a bug, it has to do that some icons wnt into the themes
directory and are served now from there. So the bug will fixed in the next
version (the fix is already avaliable from CVS). As a temporary workaround
you just move your image to the themese/default/ directory and it should
work.
An absolute path like /usr/local/... does not work, because this would open
a security hole (someone could access any picture on your computer just by
requesting an absolute path in the URL), so I removed that option from the
software and the documentation. |
349
|
Tue May 20 22:16:47 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | | Re: Possible Bug: 2.3.7 : Welcome Title = < img src= |
> Now if you just port elog over to an apache and mysql enviroment, it would
> be perfect!
ELOG runs under apache, as described in the installation documentation, so
half-perfect... |
352
|
Thu May 22 23:44:01 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Other | | | Re: syntax highligting for elog.cfg with ULTRAEDIT |
> add this file in ultraedit
> UltraEdit --> ADVANCED --> CONFIGURATION --> SYNTAX HIGHLIGHTING
> I hope this will help you...
Have you maybe forgotten the attachment to this message? |
356
|
Wed May 28 08:30:18 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Simulation of a submit |
> I guess this question got somehow lost.
> So once again : Is there a possibility to EDIT an existing message with
> elog.exe ?
This message did not get lost, but I'm on a conference right now in Elba and
will come back next week, when I have time to answer all questions. Only so
much for now: Editing in elog.exe is right now not implemented, but I will
put it on the wishlist.
- Stefan |
358
|
Tue Jun 3 15:26:58 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: Simulation of a submit |
> I guess this question got somehow lost.
Got not lost, but I was on two consecutive conferences and just returned.
> So once again : Is there a possibility to EDIT an existing message with
> elog.exe ?
Not at the moment. But I will put it on the wishlist. |
360
|
Tue Jun 3 20:08:27 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: 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 ?
You probably mixed up deny of a command to a certain user and deny of hosts
based on their IP. This has nothing to do with each other except the
word "deny". Please read the documentation about how to set up IP
based "hosts deny". This works only for certain IPs, but not for certain
users.
If you want guests not to be able to enter messages, but allow this to
registered users, you should set up a password file, and a guest menu.
Please refer to the elogd.cfg file for this forum which is done in this way.
Have a look at elog:Config%20Examples/4 . |