ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
484
|
Fri Feb 27 10:28:00 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Windows | 2.5.1 | Re: Default Sorting Option |
This can be easily achieved with the configuration option
Start page = ?sort=<attribute>
or
Start page = ?rsort=<attribute>
where <attribute> is your date.
In your case, you need the URL
http://www.familienhund.ch:8080/Aktuelles+Programm/?sort=Datum+wann
which can be obtained via
Start page = ?sort=Datum+wann |
485
|
Fri Feb 27 13:25:32 2004 |
| Ulrich Trüssel | ulrich.truessel@familienhund.ch | Question | Linux | Windows | 2.5.1 | Re: Default Sorting Option |
Thank's!!! :-))
Great solution. Exactly what I need!
Ueli
> This can be easily achieved with the configuration option
>
> Start page = ?sort=<attribute>
>
> or
>
> Start page = ?rsort=<attribute>
>
> where <attribute> is your date.
>
> In your case, you need the URL
>
> http://www.familienhund.ch:8080/Aktuelles+Programm/?sort=Datum+wann
>
> which can be obtained via
>
> Start page = ?sort=Datum+wann
|
487
|
Sun Feb 29 18:31:47 2004 |
| Raj | rajelio@yahoo.com | Question | Windows | 2.5.1 | Re: Instant Edit Link |
I have done all that you suggested and all I get is the Message ID # that takes
me to the message.
I even upgraded to the 2.5.1 version. Then I placed the elogd.c in the SRC
folder. Also placed the images in the themes folder.
When I edit the List Display line it throws all my columns off by 1.
No luck so far.
Any suggestions?
PS
Thanks for such a quick reply!
> I have added that functionality according to your request. In elogd.cfg, you
> can specify
>
> List Display = ID, Edit, Delete, Date, Author, ... <other attributes>
>
> which gives you two colums, one to edit and entry and one to delete one. See
> the attached picture. I presume that's what you want. This works on the
> newest version
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.272
>
> and you need the two icons
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/themes/default/edit.gif?rev=1.1
> http://midas.psi.ch/cgi-bin/cvsweb/elog/themes/default/delete.gif?rev=1.1
>
> to be put under your elog/themes/default/ directory. Or you wait for the
> next official release (;-) |
489
|
Mon Mar 1 08:29:19 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.5.1 | Re: Instant Edit Link |
> I even upgraded to the 2.5.1 version. Then I placed the elogd.c in the SRC
> folder. Also placed the images in the themes folder.
As I wrote, you have to get the latest elogd.c, revision 1.272 and *COMPILE* it
(or wait for the next official release). If you cannot compile elogd.c, let me
know and I can send you the executable. |
490
|
Mon Mar 1 16:49:34 2004 |
| Val Schmidt | vschmidt@ldeo.columbia.edu | Question | Linux | elog-2.5.1-1 | top text/bottom text |
Hello,
I have a quick question regarding how to display text using the "Top text"
feature in the elogd.cfg file. I've made an entry that looks like the
following:
Top text = <h1>TEXT TO DISPLAY</h1>
But instead of getting just "TEXT TO DISPLAY" I get something like this:
----begin page ---
/usr/local/elog "TEXT TO DISPLAY"
...rest of page
----end page ---
...that is, on the far left at the top of the page in unformatted text
is "/usr/local/elog/" prepended to the text I want do display.
I don't know if this is a bug, or (more likely) something misconfigured in
my setup. But any help that could be provided would be most greatful.
Thanks,
Val |
491
|
Mon Mar 1 16:58:36 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | elog-2.5.1-1 | Re: top text/bottom text |
This was a bug which only occurs under certain conditions, that's why nobody
has seen it yet. I fixed it, the new version is available under CVS:
http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.275 |
492
|
Mon Mar 1 17:26:34 2004 |
| Val Schmidt | vschmidt@ldeo.columbia.edu | Question | Linux | elog-2.5.1-1 | Re: top text/bottom text |
> This was a bug which only occurs under certain conditions, that's why nobody
> has seen it yet. I fixed it, the new version is available under CVS:
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.275
Great!
I'm inclined to wait until you release a new rpm with the changes, as I'm
likely to mucky things up by trying to upgrade from the cvs archive rather than
using the rpm mechanics.
But glad to hear it's fixed.
By the way, ELOG is a fantastic tool. I'm very thankful for all the effort gone
into it. I do wish there were standard sql hooks, as I'm a bit fearful of how
it will scale. But the front-end, which is often most neglected, is well
thought out. Thanks so much, Val |
497
|
Fri Mar 5 17:26:29 2004 |
| Raj | rajelio@yahoo.com | Question | Windows | 2.5.1 | Re: Instant Edit Link |
I must have misunderstood what you meant. That aside, I don't know how to compile
the elogd.c so any help would be appreciated. I would like to learn how to also.
Thanks.
> > I even upgraded to the 2.5.1 version. Then I placed the elogd.c in the SRC
> > folder. Also placed the images in the themes folder.
>
> As I wrote, you have to get the latest elogd.c, revision 1.272 and *COMPILE* it
> (or wait for the next official release). If you cannot compile elogd.c, let me
> know and I can send you the executable. |