Re: Restrict edit - issue, posted by Stefan Ritt on Wed Mar 25 10:35:59 2009
|
Heinzmann wrote: |
Hello,
please could you help me.
The Restrict edit funktion is not working. Because my user Dirk is able to edit/delete the text from user Peter:
via select and edit.
Delete the - keep original text here - and then submit.
The whole text disappeared from the user Peter
I have tried both Restrict edit = 0 and then Restrict edit = 1
Please note my config:
[global]
port = 80
Password file = C:\Program Files\ELOG\test.txt
Admin user = admin3
Self register = 1
Login expiration = 0
[demo]
Theme = default
Comment = General linux tips & tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
Login user = Peter, Dirk, Kervin, Frank, MichaelH
Password file = C:\Program Files\ELOG\user.txt
Self register = 1
Login expiration = 0
Restrict edit = 0
Thanks
|
First, you need "Restrict edit = 1" in your config file. Then for each edit operation the system checks the currently logged in user against the "Author" attribute. Therefore, the "Author" attribute must contain the full user name. This can be achieved by adding
Preset Author = $long_name
Locked Attributes = Author
as described in the manual. |
Re: New column on main page, posted by Stefan Ritt on Wed Mar 25 11:33:14 2009
|
Dinkel Markus wrote: |
Stefan Ritt wrote: |
Dinkel Markus wrote: |
Hi,
is it possible to create a new column on the main page? Between "Logbuch" and "Einträge" I need the new column for enter the IP from the servers.

Thanks for your help
Markus
|
You can use the "Comment = ..." option to add something below "Logbuch" like I did here:
|
Hi,
I use the "Comment=..." option to add the OS-Version. For a better overview it would be nice to add a new column for IP.
If this is not possible I use the "Comment...= option.
|
It is currently not possible to have a new column. But you can add some <br> tags inside your comment, then you IP will show up on a new line after the OS-Version. |
Re: How to configure eLog to send an e-mail notification when new logbook entry time is reached?, posted by Stefan Ritt on Wed Mar 25 14:21:31 2009
|
Tero Suominen wrote: |
Hello!
First I would like to thank you for making such a good free software available:). Then right back into the busness. I have a question to developers. I used the following Options to get the logbook entry which defines the licences expiration date (See the attachement). Now I would like to ask on how to configure eLog to send an e-mail notification when this date is reached?
Attributes = Licence Expiration date
Type Licence Expiration date = date
Date format = %A, %B %d, %Y
BR,
Tero Suominen
|
That's not possible with ELOG, which is meant as an electronic logbook. You need a calendar application for that. |
Re: images in elog in safari, posted by Stefan Ritt on Thu Mar 26 07:53:18 2009
|
David Jaffe wrote: |
i cannot view images in elog, either as attachments or as icons,
safari 3.2.1 mac os x 10.5.6
Thank you
David
|
Can you give me some more information? Can you see attachments in the Demo Logbook like here ? What about other browsers? Can you try to start elogd without keep-alives (using the "-k" flag)? |
Re: New column on main page, posted by Stefan Ritt on Thu Mar 26 08:04:11 2009
|
Dinkel Markus wrote: |
This is Ok but in wich file can i add this tag? In the .cfg-file?
|
Yes, this goes into the elogd.cfg file. Just add a line like:
[logbook]
Comment = OS-Version<br><i>192.160.0.1</i>
Then you will get something like this:

|
Email notifications not working properly, posted by Stefan Ritt on Thu Mar 26 17:30:23 2009
|
I just found out that email notifications only worked for the first 50 users of this forum. So if you registered only recently, you might not have received any notification. This was a bug inside elogd which I hope to have fixed now (this entry notification will show...). If you get the first notification and do not want this, log in to the ELOG Forum, click on "Config" and remove the checkmarks from the logbooks you do not want to get notifications. |
Re: Specifying the size of am image attachment, posted by Stefan Ritt on Wed Apr 8 12:25:07 2009
|
Val Schmidt wrote: |
I'm curious, is it possible to specify (perhaps by default) the rendered size of an attached image. For example, I'd like all images uploaded to be scaled to 100% of the browser window size so a large image is not most off the screen. What I want is to specify the width="100" attribute of the <img /> tag, but it's not clear 1) how do to this for an attachment and 2) if it might be possible to do this in the config file for all img attachments.
|
When you use the ImageMagick package, attached images are scaled to a predefined size using the option "Thumbnail size = ...". See the documentation for that option for details. |
Re: is it posible to configure text message area contain two sections, posted by Stefan Ritt on Wed Apr 8 12:30:35 2009
|
Joseph Le wrote: |
Hi,
I try to configure the elog as servers log book. I need to devide the text entry area by 2 section: 1 for issue so I can put in detail what is the issue of my servers. the other section below the 1st one for solution. is it posible to do so?
Joseph.
|
The easiest is to put a horizontal line into the entry ...
...like this one. This can even be done via "Preset text =" so it comes by default on a new entry. |