Show all entries made by ME ?, posted by Willem Koster on Thu Nov 14 12:16:49 2002
|
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 ? |
upgrading, posted by tony summerfelt on Wed Nov 20 17:55:07 2002
|
this is happened before, and it just happened upgrading from 2.2.2 to 2.2.3
the link at the bottom of the page shows a previously installed version.
i don't install to the elog directory, i install to a ram disk and copy over the new executables, the source, readme and help html.
the link showed 2.1.2 until i upgraded to 2.2.2 (i didn't do anything different than the above. now i'm at 2.2.3 and the link is showing 2.2.2...not that it's a big deal, i'm just wondering what i did wrong |
Input text gets lost, posted by egli on Sat Nov 23 09:20:57 2002
|
Typing in a text for a new entry results in an error message, whenever
one forgets to fill in mandatory attributes (as it should happen !). However
after using the back button in this case (Using netscape 4.79) I made the
experience, that the text typed in gets lost. Other browsers like Mozilla
or IE do not have this problem. Any idea how this problem can be
avoided for netscape as well ? |
Show all common attributes, posted by Stephan Egli on Mon Nov 25 18:10:04 2002
|
In the "find" command, when searching over all logbooks, it
would be nice to see ALL attributes, which are common for all
logbooks (e.g. typically the author name), not just
logbook name, date and text. |
Re: Show all common attributes, posted by Stephan Egli on Tue Nov 26 18:04:43 2002
|
> > In the "find" command, when searching over all logbooks, it
> > would be nice to see ALL attributes, which are common for all
> > logbooks (e.g. typically the author name), not just
> > logbook name, date and text.
>
> That depends on how you specify what gets displayed in a search (with
> the "Display search" option for example). If you try the following link:
>
> http://midas.psi.ch/elogdemo/Forum/?mode=summary&all=1
>
> you see that all attributes are displayed from the three logbooks in this
> installation.
How does the corresponding elogd.cfg entry look like for the
display search command ? - I can't reproduce this behaviour... |
two features, posted by tony summerfelt on Fri Nov 29 17:00:36 2002
|
unless i missed these in the docs some place:
1) a threaded display but collapsed threads unstead of all replies showing
2) the subject is the link along with the icon. it would make it a little easier to click on the message if you run your montior on a high resolution... |
expand flag, posted by tony summerfelt on Thu Dec 12 19:02:03 2002
|
i have expand flag set to 0 but it doesn't seem to be working...
i can expand and collapse via the links, or if i make sure the url includes it. |
email notification to a specific adress, posted by Etienne Van Caillie on Sun Dec 22 16:49:20 2002
|
I have some problem with email notification
for some logbooks I would like to notify only to specific adress
I try
Email All = adress1, adress2
Elog send well at 'adress1' and 'adress2'
but also to all of other users ?
how to restric these only to 'adress1 and adress2 ?
is it possible to notify according to attribue value like
Attributes = Test1, Test2
Email All = $Test1
or concatenation of $Test1 + '@mba.be' for example
Thanks
this is a wonderfull tools !
to improve documentation : true example are missing too much 'theorie'
but when I'm finish I'll put true sample on the net |