ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66268
|
Tue Mar 24 21:00:24 2009 |
| Dinkel Markus | m.dinkel@mr-daten.de | Question | Windows | 2.7.5-2175 | New 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.

Thanks for your help
Markus |
66271
|
Wed Mar 25 11:26:54 2009 |
| Dinkel Markus | m.dinkel@mr-daten.de | Question | Windows | 2.7.5-2175 | Re: 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.

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. |
66276
|
Wed Mar 25 19:34:48 2009 |
| Dinkel Markus | m.dinkel@mr-daten.de | Question | Windows | 2.7.5-2175 | Re: New column on main page |
Stefan Ritt wrote: |
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.
|
This is Ok but in wich file can i add this tag? In the .cfg-file? |
66280
|
Thu Mar 26 17:09:47 2009 |
| Dinkel Markus | m.dinkel@mr-daten.de | Question | Windows | 2.7.5-2175 | Re: New column on main page |
Stefan Ritt wrote: |
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:

|
Thanks, this is great.
By, Markus |
1307
|
Mon Jul 25 10:14:27 2005 |
| Dinesh Bapat | dinesh.bapat@gmail.com | Question | | | Summary page |
Hi,
This might be a stupid question.
But I was unable to fix it. Hence asking for help. I have set config as
List Display = ID, Author, Type, When, Subject
But "Summary" page of my e-log continues to display additional column "Text". Kindly advise how to hide this last column. Also, is it possible to assign % width for each of these columns (ID, Author, Type, When, Subject)
Thank you
Regards
Dinesh |
1361
|
Mon Aug 1 06:14:41 2005 |
| Dinesh Bapat | dinesh.bapat@gmail.com | Question | | | Re: Summary page |
Thank you very much.
Stefan Ritt wrote: |
Dinesh Bapat wrote: | But "Summary" page of my e-log continues to display additional column "Text". Kindly advise how to hide this last column. |
Summary lines = 0
Dinesh Bapat wrote: | Also, is it possible to assign % width for each of these columns (ID, Author, Type, When, Subject) |
Yes, via the Cascading Style Sheets, but only for the single display page. First put a
Format Author = 0, author_name, author_value
then put into your default.css following sections:
.author_name {
width:10%;
text-align:right;
font-size:14pt;
background-color:#AAAAFF;
border:1px solid #0000FF;
border-top:1px solid white;
border-left:1px solid white;
padding:3px;
}
.author_value {
width:10%;
font-size:14pt;
border:1px solid #308000;
border-top:1px solid white;
border-left:1px solid white;
background-color:#BBCCBB;
padding:3px;
}
Here you can then play with the width, font-size etc. I use this for example for the large subject dispaly in this forum.
On the list display however, the column width is determined by the browser, which tries to optimally arrange the colums for best readability. |
|
1394
|
Wed Aug 10 03:18:05 2005 |
| Dinesh Bapat | dinesh.bapat@gmail.com | Question | Windows | 2.6beta3 | Email notification does not work |
I have SMTP server that requires authentication
Whenever a new user 'self registers' to E-log, I get an automated email saying so. Hence, the SMTP setting are correct and working.
However, for any entry made to log, no email notification is generated. error '5.5.4 Invalid Address'
suppress notification checkbox is 'unchecked'
Kindly help. |
1514
|
Fri Nov 18 08:40:13 2005 |
| Dinesh Bapat | dinesh.bapat@gmail.com | | Windows | 2.6 | Send a email to E-log? |
Is it possible to send an email to Elog and record an entry automatically?We have situations where endusers have very narrow bandwidth email access. But no broadband to update E-log. Is there some mechanism so that they can send a email and it update Elog automatically?Thanks in advance. |