Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 243 of 807  Not logged in ELOG logo
    icon2.gif   Re: Hiding Comments on the Logbook Selection Page, posted by Stefan Ritt on Tue Mar 24 11:44:10 2009 

 

Adam Blandford wrote:

Hi

I was just wondering if there was a way that the comments for a logbook could be set to be invisible on the Selection page but then displayed once a user has logged in to a particular logbook?

This is required for security purposes. I want a common login page which shows all logbooks, where the logbook names only have meaning for people who know them but then once logged in the comment provides additional information about that logbook.

Thanks

Adam

 

Ok, I implemented a new option "Hide comments = 1" in SVN revision #2182, which will be included in the next release of elog.

icon5.gif   New column on main page, posted by Dinkel Markus on Tue Mar 24 21:00:24 2009 Screen.JPG

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.

Screen.JPG

Thanks for your help

 

Markus

    icon2.gif   Re: New column on main page, posted by Stefan Ritt on Wed Mar 25 08:31:17 2009 Capture.png

 

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.

Screen.JPG

Thanks for your help

 

Markus

 

You can use the "Comment = ..." option to add something below "Logbuch" like I did here:

Capture.png 

    icon2.gif   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.

    icon2.gif   Re: New column on main page, posted by Dinkel Markus on Wed Mar 25 11:26:54 2009 

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.

Screen.JPG

Thanks for your help

 

Markus

 

You can use the "Comment = ..." option to add something below "Logbuch" like I did here:

Capture.png 

 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.

    icon2.gif   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.

Screen.JPG

Thanks for your help

 

Markus

 

You can use the "Comment = ..." option to add something below "Logbuch" like I did here:

Capture.png 

 

 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. 

icon5.gif   How to configure eLog to send an e-mail notification when new logbook entry time is reached?, posted by Tero Suominen on Wed Mar 25 14:16:21 2009 Expiration_field.GIF

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

 

The ideal solution would be to have configurable variable which would automatically send a notification X days before the expiration date is reached. Do you think this would be possible feature request to this Forum into eLog wishlist?

BR,


Tero Suominen

    icon2.gif   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. 

ELOG V3.1.5-3fb85fa6