At 02:23 PM 6/5/01 +0200, you wrote:
>Using the webinterface, i have a problem with one specific group;
>nl.kunst.sf+fantasy
>
>When i choose for "Read a specfic news group" and enter there
>nl.kunst.sf+fantasy i can read the group. When i return to the groups page i
>suddenly see that i am subsribed for this group, although i have never been
>asked to subsribe. When i click then on the subsribed group
>nl.kunst.sf+fantasy i see a page;
>
>
>An error occured
>News host not responding: 411 no such news group
Thanks for pointing this out, it's a faulty template (in our masters as well)
To fix modify user.tpl and change %%name%% to %%name_ref%% (but only
in the href string) e.g.
<a href="%%b_action%%?cmd=xover&group=%%name%%&from=%%from%%&utag=%%utage%%">
to:
<a
href="%%b_action%%?cmd=xover&group=%%name_ref%%&from=%%from%%&utag=%%utage%%">
ChrisP.