ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
123
|
Wed Aug 28 20:59:05 2002 |
| Tom Vilberg | vilberg@clarion.edu | | | | Multiple eLogs |
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. |
130
|
Tue Sep 10 17:28:21 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: specify attribute type as a number or date format? |
> 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. |
138
|
Tue Sep 24 17:03:29 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | | Re: Icons for sorted entries |
> 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? |
146
|
Wed Oct 30 19:46:56 2002 |
| Philipp Rueckl | none | Question | | | elog reaction is very slow |
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? |
147
|
Thu Oct 31 10:42:02 2002 |
| eric wooten | wootene@verizon.net | Question | | | how do you specify user name/passwd for the outbound smpt server |
if you have a site that requires authentication to the smtp server, how do
you specify this info in elog???
thanks,
eric |
154
|
Wed Nov 6 13:34:49 2002 |
| Max Goncharenko | max@vip-rus.com | | | | How To: add charset support via META ? |
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. |
156
|
Thu Nov 14 12:04:09 2002 |
| Willem Koster | W.Koster@rc.rug.nl | | | | Compiling elog-2.2.2 in Solaris 8 |
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 |
157
|
Thu Nov 14 12:16:49 2002 |
| Willem Koster | W.Koster@rc.rug.nl | | | | Show all entries made by ME ? |
In my bottom.html file I have:
<A Href="host/Forum/?mode=summary&reverse=1&npp=10&Status=Open">Open</A>
<A Href="host/Forum/?mode=threaded&reverse=1&npp=10&Status=
Open">(Threaded)</A> /
<A Href="host/Forum/?mode=summary&reverse=1&npp=10&Status=C
losed">Closed</A> /
<A Href="host/Forum/?mode=summary&reverse=1&npp=10">All</A>
<A Href="host/Forum/?mode=threaded&reverse=1&npp=10">(threaded)</A>
tickets.
This sort of implements some of the buttons you have in your whishlist.
This works, because it is the same for all users, now what I would like
is to add some sort of linke that will "show all entries from ME". I
could do this on a per user basis, but that's not what I want, Something
general with $user would be preferable.
Something like:
http://midas.psi.ch/elogdemo/Forum/?mode=threaded&reverse=1&npp=8&Author=$user
Is this possible ? |