> 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 ?
I added this feature in version 2.2.3, so now you can click on
http://midas.psi.ch/elogdemo/Forum/?mode=threaded&reverse=1&npp=8&Author=$long_name
and see all your entries. |