Re: WIshlist Additional, posted by Stefan Ritt on Thu May 15 13:37:48 2003
|
> 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. |
Re: forum.css, posted by Stefan Ritt on Fri May 16 08:34:44 2003
|
> 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 . |
Re: Possible Bug: 2.3.7 : Welcome Title = < img src=, posted by Stefan Ritt on Tue May 20 14:23:56 2003
|
> 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. |
Re: Possible Bug: 2.3.7 : Welcome Title = < img src=, posted by Stefan Ritt on Tue May 20 22:16:47 2003
|
> 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... |
Re: syntax highligting for elog.cfg with ULTRAEDIT, posted by Stefan Ritt on Thu May 22 23:44:01 2003
|
> 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? |
Re: Simulation of a submit, posted by Stefan Ritt on Wed May 28 08:30:18 2003
|
> 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 |
Re: Simulation of a submit, posted by Stefan Ritt on Tue Jun 3 15:26:58 2003
|
> 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. |
Re: Hosts deny, posted by Stefan Ritt on Tue Jun 3 20:08:27 2003
|
> 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 . |