ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
566
|
Wed Jun 30 14:59:06 2004 |
| Ralph Kuehn | r.e.kuehn@larc.nasa.gov | Question | Windows | v2.5.3 | Re: Only show log entries for logged-in user |
One way would be to create a seperate logbook for each student including the
teacher. It should then be fairly simple to set up the permissions however you
would like. For a large class it might be a bit cumbersome to set it up this way.
Ralph Kuehn
> Hi,
>
> Is it possible to restrict the display of logbook entries to the entries
> created by the currently logged-in user?
>
> I'm thinking of using the ELOG system in a school laboratory environment:
> students must write entries in the logbook about their excersises, but I
> would like that students can not "see" what other students have written. To
> make it even more complicated, I would like that students can see their own
> entries and the teacher entries.....
>
> Is something like this possible?
>
> Thanks in advance
> Bartjan Wattel
> the Netherlands |
568
|
Fri Jul 2 22:20:37 2004 |
| Todd Corsa | tcorsa@bnl.gov | Question | Linux | 2.5.3 | Locking the Text field |
Is there a way to disable editing of the textarea, but still allow editing
of other fields in the entry? (e.g. Fixed Attributes Edit = Text)
Also, is the data entered in that field accessible through a variable like
$author? I tried $text, but that doesn't seem to work.
Thanks,
-Todd
By the way... Nice work on this. It has a lot of good features. |
569
|
Tue Jul 6 13:08:51 2004 |
| Geo | gorilla@yahoo.com | Question | Windows | 2.5.3 | Admin right |
HI
I have setup top group in my elog . I will want to restrict the different
admin user on the global and the global on top groups .
But however i am not able to use the configuration on "admin user" on the
global portion to strict admin of top group to access the main global
config .
Did i configure it wrongly or is there a way?
And for email notification , is there a way which i can select who to email
it to ? like check box etc.
And is there a way which i can setup the summary page to refresh every
15mins , so that new entry can be shown ?
And can i make the message id unique , when i move the messages from one
log book to another log book , the messages id change accorddingly based on
the number or messages . Anyway for me to make it fixed even i moved to
another log book , i need the running number still .
Sorry for the many questions
Thanks for your help |
570
|
Tue Jul 6 23:37:02 2004 |
| G | levineg@med.govt.nz | Question | Linux | Other | 2.5.3 | ELOG & Selection Page |
Hello to all,
I'm trying to get ELOG to run several separate logbooks which will
eventually have their own password/user files and other little things.
The problem I have is I want to have a main selection type page so when a
user enters ELOG they see this page with links on it to main logbook groups.
So, for my example I'd have a main page INDEX1.HTML which has links to:
/Server_Logbooks
/Other_Logbooks
but I want those top groups to just show standard ELOG generated logbook
list once you select a link on index1.html page.
Unfortunately "Selection page = index1.html" if defined in [global] just
gets used everywhere, so once I click on a link to go to
http://elog.blah.internal/Server_Logbooks it just shows the same index1.html
selection page. So I never get to the actual logbook list...
I could make separate selection pages for each top logbook group,
but that means that I have to alter those HTML files every time I add or
remove a logbook. I'd ruther have ELOG generate those pages on the fly.
Is there any way to do this?
Could I tell ELOG not to use a selection page at all for a particular group
of logbooks, and just show the logbook list.
Thank you very much.
GL.
//ELOG on FreeBSD 5.2// |
580
|
Mon Jul 12 09:07:32 2004 |
| darshak | oradrs@yahoo.com | Question | All | | multiple "text entry" field |
Is it possible to add one more "text entry" field ? |
586
|
Mon Jul 12 15:27:25 2004 |
| Bartjan Wattel | bartjan@wattel.net | Question | Windows | 2.5.3 | How to construct different logbooks with the same logbook options |
Hi,
I want to create a series of logbooks, say logbook A, and logbooks B up to
including S. I want the logbooks B,C,D,E,...S to have the same options and
layout, the only difference is: the name of the logbook, and an options or
extendable options list. All other settings of logbooks B-S are the same,
while logbook A is a completely different logbook.
I know I can simply copy the settings for logbook B and repeat the settings
for all logbooks C-S. But is there a better way to accomplish this?
Thanks,
Bartjan Wattel |
588
|
Mon Jul 12 15:57:39 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.3 | Re: How to construct different logbooks with the same logbook options |
> I know I can simply copy the settings for logbook B and repeat the settings
> for all logbooks C-S. But is there a better way to accomplish this?
Yes. Put all common settings into the [global] section, only differences into
the individual logbook sections. Like
[global]
Attributes = ....
Options ....
[A]
; Logbook A is different
Attributes = ....
Options = ...
[B]
Option X = ...
[C]
Option X = ...
[D]
Option X = ...
This way all logbooks "inherit" the settings from the [global] section, only the
differents are superseeded in the individual sections. Still you need two lines
for each logbook, but all recurring configuration can be omitted. |
591
|
Wed Jul 14 11:49:26 2004 |
| Bartjan Wattel | watt0006@mail.hzeeland.nl | Question | Windows | 2.5.3 | Re: How to construct different logbooks with the same logbook options |
> > I know I can simply copy the settings for logbook B and repeat the settings
> > for all logbooks C-S. But is there a better way to accomplish this?
>
> Yes. Put all common settings into the [global] section, only differences into
> the individual logbook sections. Like
>
> [global]
> Attributes = ....
> Options ....
>
> [A]
> ; Logbook A is different
> Attributes = ....
> Options = ...
>
> [B]
> Option X = ...
>
> [C]
> Option X = ...
>
> [D]
> Option X = ...
>
> This way all logbooks "inherit" the settings from the [global] section, only the
> differents are superseeded in the individual sections. Still you need two lines
> for each logbook, but all recurring configuration can be omitted.
Thanks for you quick and correct answer. I have one question left ;-)
Suppose I want to have different password files for all the logbooks, but I want to
have a single (admin) user that can log in to all logbooks... Do I need to specify
the admin data in all the different password files, or can I use one global
password file containing the login name and password for the administrator? |