Icons for sorted entries, posted by Stefan Siegel on Wed Sep 11 18:44:51 2002
|
Hi,
when do a search and then sorting the outcome of the search via clicking on
an attribute (to sort it in descending or vice versa order) there should an
icon be displayed (up.gif or down.gif). But the icons could not be found due
to a wrong path to the gif files:
/elog/config//themes/default/up.gif
Be aware of the two slashes!! Should only be one.
Best regards,
Stefan |
Re: Icons for sorted entries, posted by Stefan Ritt on Tue Sep 24 17:03:29 2002
|
> when do a search and then sorting the outcome of the search via clicking on
> an attribute (to sort it in descending or vice versa order) there should an
> icon be displayed (up.gif or down.gif). But the icons could not be found
due
> to a wrong path to the gif files:
>
> /elog/config//themes/default/up.gif
>
> Be aware of the two slashes!! Should only be one.
Weired, the icon is displayed in the search page just as "up.gif", and the
elogd server should get this from the current themes/default/ directory. Try
http://midas.psi.ch/elogdemo/Forum/up.gif . So where do you get your two
slashes from? |
Error with not existing user name, posted by Stefan Siegel on Wed Sep 11 18:37:27 2002
|
Hi,
Elogd v. 2.1.2:
When trying to acces a password protected Log (global password file) with a
non existing username one gets the response : cannot open file : <pw
filename>
Better would be a message like: wrong user or password!
Regards,
Stefan |
Re: Error with not existing user name, posted by Stefan Ritt on Tue Sep 24 16:59:11 2002
|
> Elogd v. 2.1.2:
>
> When trying to acces a password protected Log (global password file) with a
> non existing username one gets the response : cannot open file : <pw
> filename>
>
> Better would be a message like: wrong user or password!
Has been fixed in 2.2.0 |
Displaying attributes when creating a new entry, posted by eric wooten on Fri Aug 16 18:30:03 2002
|
Say I have an attribute called OS
Instead of having a drop down box is there a way to use either the radio
button like what is used with ICON? |
Re: Displaying attributes when creating a new entry, posted by Stefan Ritt on Tue Sep 10 17:29:27 2002
|
> Say I have an attribute called OS
>
> Instead of having a drop down box is there a way to use either the radio
> button like what is used with ICON?
From Version 2.1.2 on you have the option "ROptions = ..." for that. |
specify attribute type as a number or date format?, posted by eric wooten on Fri Aug 16 15:00:21 2002
|
any way to specify that a particular option be in a date format or even
the ability to specifiy the category must be of a particular format:
-must be a number
-must be a date
-must be alpha
-must be certain length |
Re: specify attribute type as a number or date format?, posted by Stefan Ritt on Tue Sep 10 17:28:21 2002
|
> any way to specify that a particular option be in a date format or even
> the ability to specifiy the category must be of a particular format:
> -must be a number
> -must be a date
> -must be alpha
> -must be certain length
Put on the wish list as well. |
Password reset option, posted by eric wooten on Fri Aug 16 12:58:15 2002
|
Some options for the password setting:
The ability that if admin creates a temporary password for the user, force
the user to change the password once logged in.
User forgets password, system generates a random pwd and sends it to user
via email, after they log in force pwd change.
option to expire an account or expire a pwd after so many days??
just some ideas..
still loving the new features!! |
Re: Password reset option, posted by Stefan Ritt on Tue Sep 10 17:26:21 2002
|
> Some options for the password setting:
> The ability that if admin creates a temporary password for the user, force
> the user to change the password once logged in.
>
> User forgets password, system generates a random pwd and sends it to user
> via email, after they log in force pwd change.
>
> option to expire an account or expire a pwd after so many days??
>
> just some ideas..
>
> still loving the new features!!
Ok, put on the wish list. |
Author & pwd case sensitive ?, posted by eric wooten on Fri Aug 16 12:52:53 2002
|
Is it possible to make the author and pwd check case in-sensitive?? I
noticed that unless you type your userid and password in the same case each
time, the system doesn't recognize your or thinks the info is invalid.
thanks,
eric |
Re: Author & pwd case sensitive ?, posted by Stefan Ritt on Tue Sep 10 17:24:25 2002
|
> Is it possible to make the author and pwd check case in-sensitive?? I
> noticed that unless you type your userid and password in the same case each
> time, the system doesn't recognize your or thinks the info is invalid.
>
> thanks,
> eric
Well, that's how it should be. All other systems I know like Windows NT
Login, Linux login etc. are case-sensitive, so we should follow that standard. |
documentation fro elconv, posted by Stefan Siegel on Fri Aug 16 11:21:20 2002
|
Hi,
is there a documentation for the elconv tool available?
Regards,
Stefan |
Re: documentation fro elconv, posted by Stefan Ritt on Tue Sep 10 17:22:17 2002
|
> Hi,
>
> is there a documentation for the elconv tool available?
>
> Regards,
>
> Stefan
I have asked Fred Pacquier who maintains the web pages to put something on,
but he hasn't replied.
Basically you simply run "elconv" in the directory where all the *.log files
live. The only option is the "-v" flag for verbose output. If you have
several directories with log files, you run it once in each directory. |
Problem with konqueror and pulldown menu (in config menu), posted by Stefan Siegel on Fri Aug 16 10:14:19 2002
|
Hi ,
currently I am running Elog 2.1.1; when using a konqueror browser (ver.
2.2.1, kde 2.2.1) the admin user cannot access in the Config menu the Login
infos for other users except himself. The pulldown menu "Select user" is
shown, but when the admin selects another user the info fields (Login name,
full name, email) are not updated. They still show the attribute values for
the admin user himself.
Is there a solution available?
Thanks (also for this very useful tool) and regards,
Stefan |
Re: Problem with konqueror and pulldown menu (in config menu), posted by Stefan Ritt on Tue Sep 10 17:15:15 2002
|
> Hi ,
>
> currently I am running Elog 2.1.1; when using a konqueror browser (ver.
> 2.2.1, kde 2.2.1) the admin user cannot access in the Config menu the Login
> infos for other users except himself. The pulldown menu "Select user" is
> shown, but when the admin selects another user the info fields (Login name,
> full name, email) are not updated. They still show the attribute values for
> the admin user himself.
>
> Is there a solution available?
> Thanks (also for this very useful tool) and regards,
>
> Stefan
This operation is done via Java Script, which has to be enabled in the
browser. If anybody knows a better way, please let me know. |