ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
594
|
Wed Jul 14 13:31:33 2004 |
| Bartjan Wattel | watt0006@mail.hzeeland.nl | Question | Windows | 2.5.3. | Always suppress email notifications |
Hi - again a configuration question.
How can I suppress all email notifications? The "Suppress default = 2" flag
allows me to always produce a notification, but the flag does not provide
an option to never produce a notification. The flag "Suppress Email on
edit" does help a bit, but still notifications for new messages will be
sent.
I'm looking forward to your fast response... So far your support is
fantastic!
Bartjan Wattel |
599
|
Wed Jul 14 21:35:32 2004 |
| Steve Jones | steve.jones@freescale.com | Question | All | 2.5.3 | Question on how "Format <attribute> = " works |
It is not clear to me how "Format <attribute> = " works. At first I thought
it would allow me to rearrange how attributes are organized on the html
"page" using
# <flags> Sum of following flags:
* 1: Display attribute in same line as previous attribute
* 2: Display radio buttons or check boxes in separate lines (if applicable)
but this does not result in any behavior that I can see. I must admit that
I am not sure what "Values used for single message display page:" means.
My goal is to provide a more compact page, taking small attributes and
running them across the page rather than straight down.
Thanks |
603
|
Wed Jul 14 22:52:18 2004 |
| Steve Jones | steve.jones@freescale.com | Bug report | All | 2.5.3 | Possible Formatting bug: Summary view |
I've run into a situation where the SUMMARY view of a logbook will extend
beyond the righthand border, thus requiring the user to scroll right. This
does not occur in FULL or THREAD mode. Long lines in the TEXT attribute
appear to be "pushing" the display too far to the right. Limiting the
number of displayed summary lines works unless the first line is too long.
A temporary fix for this is to set summary lines = 0 |
616
|
Mon Jul 19 06:07:54 2004 |
| Geo Geo | gorilla_geo@yahoo.com | Question | Windows | 2.5.3 | Author field on reply |
Hi
I followed copied the example config provide to run on my server .
Apparently , the author field was blank when i do a reply .
I was hoping to get it to be the actual reply author.
Just like the way the forum is done up.
Please help ..
Are you using Remove on reply option ?
regards |
620
|
Wed Jul 28 14:14:05 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.3 | Re: Author field on reply |
> I followed copied the example config provide to run on my server .
> Apparently , the author field was blank when i do a reply .
> I was hoping to get it to be the actual reply author.
> Just like the way the forum is done up.
> Please help ..
This (new) behaviour came from the request that some people id *NOT* want to
have the new author on the reply, but the *ORIGINAL* (they used an attribute
"Origial author" which should not be replaced on a reply). Therefor I added a
new option to resolve that. So please use
Preset Author = $long_name
Preset on reply Author = $long_name
if you want to have the attribut "Author" replaced by the current one both on
new entries and on replies. |
659
|
Wed Aug 11 15:38:07 2004 |
| Jen Manz | jennifer.manz@lmco.com | Question | Windows | | Restricting viewing messages |
I am working on a logbook for a lab. I have two questions...
First - Some of the logbook entries should not be viewed by certain users.
What would be the easiest way to restrict viewing some entries?
Second - I have a welcome page for the ELOG that lists some info about the
ELOG. When I start the ELOG, the user sees the login page. After the user
logs in, the welcome page appears listing the restrictions. Right now, I
have a hyperlink that takes the user to new, find, etc. But I would like
to take the user right to the logbook and not have to come back to the
welcome page everytime. How can I do this?
I have attached the code I have so far. They are in .txt format for easier
viewing.
Thanks! |
Attachment 1: Welcome_Login.txt
|
<h1>Welcome to the PEBL Logbook</h1>
<u1>
<li><a href="?cmd=new">Enter</a> new entry in the logbook
<P ALIGN=CENTER>Information included herein is controlled.</P>
</ul>
|
Attachment 2: elogd.txt
|
[global]
logbook tabs = 0
port = 8080
Admin user = jmanz
Logfile = c:\Program Files\ELOG\logbooks\PEBL_Log
Logging level = 2
[PEBL]
Welcome page = Welcome_Login.html
Theme = default
Comment = PEBL Logbook
Attributes = Author, Material Group, Type, Category, Subject
Find Menu commands = New, Reply, Find, Logout, Help
Options Material Group = Computers, Consoles, Other
ROptions Category = Hardware, Software, Both, Neither
Preset Category = Hardware
Required Attributes = Author, Material Group, Type, Category
Preset Text = Restricted Info
Page Title = ELOG - $subject
Attachment comment=Use "Browse" to select the attachment and "Upload" to save the attachment. Repeat for multiple attachments.
Message comment = Restricted Info
Reverse sort = 1
Quick filter = Date
Entries per page = 100
password file = c:\Program Files\ELOG\elog.pwd
Self Register = 1
Login expiration = 0
Protect Selection page = 1
Suppress Email to users = 1
Suppress default = 2
Restrict Edit = 1
Locked Attributes = Author
Preset Author = $short_name
Subst on reply Subject = Re: $subject
|
661
|
Wed Aug 11 18:02:22 2004 |
| Steve Jones | steve.jones@freescale.com | Question | All | 2.5.4 | Q: on 'FIND MENU commands =' <menu list> |
The help text on the website says the following:
"The command Select can be used to select multiple messages for deletion of
moving to other logbooks."
This is not clear but was the intent to indicate that SELECT can be used to
either select multiple log entries for deletion OR for moving to another
logbook? If the latter, then this does not work if one adds the MOVE TO
menu item to the list. If the former then the helptext is a little misleading.
Thanks! |
662
|
Wed Aug 11 18:12:35 2004 |
| Steve Jones | steve.jones@freescale.com | Question | Other | 2.5.4 | Q: On Solaris 8, eLog not honoring USR= and GRP= cfg file directives? |
I'm not sure if this is a configuration problem or a bug, but running
v2.5.4subver1.413, elogd runs as user ROOT (UID0) even though the following
is in the elogd.cfd file:
Usr = nobody
Grp = essadm
All other directives added to the cfg file work, so I know eLog is reading
the cfg file.
The elogd binary *is not* setuid 0.
Thanks |