Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 243 of 806  Not logged in ELOG logo
ID Date Icon Author Author Email Categorydown OS ELOG Version Subject
  66266   Tue Mar 24 11:44:10 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.7.5Re: Hiding Comments on the Logbook Selection Page

 

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.

  66268   Tue Mar 24 21:00:24 2009 Question Dinkel Markusm.dinkel@mr-daten.deQuestionWindows2.7.5-2175New column on main page

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

  66269   Wed Mar 25 08:31:17 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.7.5-2175Re: New column on main page

 

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 

  66270   Wed Mar 25 10:35:59 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionMac OSXV2.7.5-217Re: Restrict edit - issue

 

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.

  66271   Wed Mar 25 11:26:54 2009 Reply Dinkel Markusm.dinkel@mr-daten.deQuestionWindows2.7.5-2175Re: New column on main page

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.

  66272   Wed Mar 25 11:33:14 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.7.5-2175Re: New column on main page

 

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. 

  66273   Wed Mar 25 14:16:21 2009 Question Tero Suominentero.suominen73@gmail.comQuestionAll2.7.5-2168How to configure eLog to send an e-mail notification when new logbook entry time is reached?

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

  66274   Wed Mar 25 14:21:31 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionAll2.7.5-2168Re: How to configure eLog to send an e-mail notification when new logbook entry time is reached?

 

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