logical search operators, posted by Marcel Pils on Sun Aug 18 23:18:00 2002
|
It is posible to use logical search operators like "and" and "or" ?
Which Operators can i use how do i so ?
Thank you for your anwser. |
Multiple eLogs, posted by Tom Vilberg on Wed Aug 28 20:59:05 2002
|
I have two different groups who want elogs for all of their members. How do
I set elog up so group 1 uses port 8082 and group 2 uses 8083 (and they
don't see each other's messages in the initial "menu" screen. |
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. |
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? |
elog reaction is very slow, posted by Philipp Rueckl on Wed Oct 30 19:46:56 2002
|
Hello,
I am running Elog V2.1.3 on Solaris 8 and I was very pleased about this
tool.But now I have a problem: Sometimes it takes a lot of time submitting
an entry into a logbook, up to 3 minutes. This behaviour does only occur
sometimes. Did anyone of You experience something like this? |
how do you specify user name/passwd for the outbound smpt server, posted by eric wooten on Thu Oct 31 10:42:02 2002
|
if you have a site that requires authentication to the smtp server, how do
you specify this info in elog???
thanks,
eric |
How To: add charset support via META ?, posted by Max Goncharenko on Wed Nov 6 13:34:49 2002
|
Encoding problem:
How to make ELOG generate HTTP pages with
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=XXXX">
tag in header. With charset=XXX selectable via config. |
Compiling elog-2.2.2 in Solaris 8, posted by Willem Koster on Thu Nov 14 12:04:09 2002
|
On our:
SunOS operator 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-5_10
I get:
% make
gcc -g -O -o elog elog.c
Undefined first referenced
symbol in file
socket /var/tmp/ccgK4x1V.o
recv /var/tmp/ccgK4x1V.o
gethostbyname /var/tmp/ccgK4x1V.o
send /var/tmp/ccgK4x1V.o
gethostbyaddr /var/tmp/ccgK4x1V.o
connect /var/tmp/ccgK4x1V.o
ld: fatal: Symbol referencing errors. No output written to elog
collect2: ld returned 1 exit status
make: *** [elog] Error 1
I have no idea what is going on here |