Re: rss feed title & conditional attributes, posted by Emiliano Gabrielli on Mon May 2 13:34:12 2005
|
> > When I define 2 attributes, by default and the second one has to be showed
> > depending on the first one value the elog correctly handle the thing, but
> > the rss feed shows an empty comma separeted field corresponding to the
> > conditional attribute not filled ...
>
> Can you send me the part of your config files with those things so that I can
> reproduce it?
it is attached |
Re: rss feed title & conditional attributes, posted by Stefan Ritt on Mon May 2 14:58:27 2005
|
Ok, fixed. I do however not evaluate the conditional attribute, but just remove any
empty attribute, I guess that makes more sense. |
Re: rss feed title & conditional attributes, posted by Emiliano Gabrielli on Mon May 2 15:40:02 2005
|
> Ok, fixed. I do however not evaluate the conditional attribute, but just remove any
> empty attribute, I guess that makes more sense.
ok, it work perfectly, tnx .. I agree with you choice of course :-) |
How to remove email addresses from Guest Display?, posted by Johan Nyberg on Mon May 9 11:45:05 2005
|
Hi,
I would like to have the author email addresses listed only for users which
have logged in, but not for guest users. In the elogd.cfg file I have:
Attributes = Author, Author Email, Category, Subject
Guest Display = Author, Category, Subject, Text
But these attributes
ID Date Author Author Email Category Subject Text
are shown also when visting the logbook as a guest. For the guests I would
like to show only these attributes
ID Date Author Category Subject Text
Any ideas what I am doing wrong or why this does not work?
Johan |
Re: How to remove email addresses from Guest Display?, posted by Stefan Ritt on Mon May 9 14:46:54 2005
|
> I would like to have the author email addresses listed only for users which
> have logged in, but not for guest users. In the elogd.cfg file I have:
>
> Attributes = Author, Author Email, Category, Subject
> Guest Display = Author, Category, Subject, Text
>
> But these attributes
>
> ID Date Author Author Email Category Subject Text
>
> are shown also when visting the logbook as a guest. For the guests I would
> like to show only these attributes
>
> ID Date Author Category Subject Text
>
> Any ideas what I am doing wrong or why this does not work?
Guest List Display = Author, Category, Subject, Text
^^^^
- Stefan |
Re: How to remove email addresses from Guest Display?, posted by Johan Nyberg on Mon May 9 16:37:08 2005
|
> > I would like to have the author email addresses listed only for users which
> > have logged in, but not for guest users. In the elogd.cfg file I have:
> >
> > Attributes = Author, Author Email, Category, Subject
> > Guest Display = Author, Category, Subject, Text
> >
> > But these attributes
> >
> > ID Date Author Author Email Category Subject Text
> >
> > are shown also when visting the logbook as a guest. For the guests I would
> > like to show only these attributes
> >
> > ID Date Author Category Subject Text
> >
> > Any ideas what I am doing wrong or why this does not work?
>
> Guest List Display = Author, Category, Subject, Text
> ^^^^
>
> - Stefan
Hi Stefan,
Thanks for the prompt answer and sorry for not reading the docs carefully enough.
The "Guest List Display" is of course what I should use. It works perfectly. And
thanks for the fantastic and very useful ELOG package!
Johan |
reverse sort option does not work for quick filter, posted by Heiko Scheit on Wed May 18 14:12:02 2005
|
The 'reverse sort' option does not work for quick filter searches. In the
URL there is always written 'reverse=0'. For normal 'Find' it works OK. |
elog crashes when admin tries to register new users, posted by Heiko Scheit on Wed May 18 14:18:07 2005
|
When pasting the URL for the registration of new users (with 'Self register = 3') elog
crashes with segmentation fault. I don't have the time currently to give you more
debuging information but maybe you can have a look the same. It crashes after
the user is registered. The Email is sent, too. |