List Dispaly produces wrong output in 2.5.3 built 23.7.04 (snapshot), posted by Ulrich Trüssel on Tue Jul 27 17:56:56 2004
|
I did not have the following problem in any snapshot before 23.7.04 .
Actually I do not have a possibility to test the snapshot under an other
system than win xp pro sp 1 (fully pached).
Using my logbooks as well as the demo logbook works well under older
snapsgots of 2.5.3 as well as long as the "List Display = <attributes>" is
not used!
Using "List Display = <attributes>" produces an ususal output with the text
field content in the first row and a row title of the first 3 letters.
Ex.:
Attributes = Customername, Customeraddres
List Display = Customername, Customeraddres
Output:
¦Cus¦Customeraddres¦
If no record is in the logbook, only the "Cus" is dispalyed! Removing "List
Display = <attributes>" produces a normal output with same logbook!
By the way: Thnak's for the Format in the entry/edit view!!! |
Re: List Dispaly produces wrong output in 2.5.3 built 23.7.04 (snapshot), posted by Stefan Ritt on Wed Jul 28 14:17:25 2004
|
> Using "List Display = <attributes>" produces an ususal output with the text
> field content in the first row and a row title of the first 3 letters.
I fixed that problem. Please get the snapshot from July 28th 14:16. |
Re: List Dispaly produces wrong output in 2.5.3 built 23.7.04 (snapshot), posted by Ulrich Trüssel on Wed Jul 28 16:13:04 2004
|
Thank you very much Stefan!!!
Also the horizontal alignement with "Format = 1" looks much better as before
with standard css files! Really great work!
> > Using "List Display = <attributes>" produces an ususal output with the text
> > field content in the first row and a row title of the first 3 letters.
>
> I fixed that problem. Please get the snapshot from July 28th 14:16. |
Formatting parameters for attributes, posted by Ulrich Trüssel on Fri Jun 25 20:09:21 2004
|
I have some problems of understanding how the "Format <attribute>" parameter
is working. It may be, that there was a similar question in the forum, but I
didn't find it. I'm sorry if I come back with an old question.
I would like to have 2two attributes in the same line. As ex. PersonName,
PersonCity.
If I understand the handbook correctly, it should be posslible with "Format
<attribute> = 1". However, I'm not able to use the "Format <attribute>"
correctly because I do not understand how to use it correctly in the cfg file.
Is there a possibilty of an example by Stafan or does anybody else already
use this feature successfuly and is able to post a example here?
Thank's a lot! |
Locking the Text field, posted by Todd Corsa on Fri Jul 2 22:20:37 2004
|
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. |
Admin right, posted by Geo on Tue Jul 6 13:08:51 2004
|
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 |
ELOG & Selection Page, posted by G on Tue Jul 6 23:37:02 2004
|
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// |
Re: Formatting parameters for attributes, posted by Stefan Ritt on Wed Jul 7 16:00:10 2004
|
> I have some problems of understanding how the "Format <attribute>" parameter
> is working. It may be, that there was a similar question in the forum, but I
> didn't find it. I'm sorry if I come back with an old question.
>
> I would like to have 2two attributes in the same line. As ex. PersonName,
> PersonCity.
>
> If I understand the handbook correctly, it should be posslible with "Format
> <attribute> = 1". However, I'm not able to use the "Format <attribute>"
> correctly because I do not understand how to use it correctly in the cfg file.
>
> Is there a possibilty of an example by Stafan or does anybody else already
> use this feature successfuly and is able to post a example here?
This forum uses that feature. As you can see, if you display a single entry, the
author, subject etc. are on a single line. This is achieved with
Format Author = 1
Format Author email = 1
Format Category = 1
Format OS = 1
Format ELOG Version = 1
Note that in the entry form, each attribute is on a separate line no matter what
the format specifiers are. The single line option only works for the display page. |