At 08:20 AM 12/19/2003 -0800, you wrote:
>X-No-Archive: Yes
>
>Two questions:
>
>1) When I use dnewsweb, if I reply to an article that has been crossposted, the reply
>does not get crossposted. I don't think that followup-to is adhered to either. Is
>there any way I can keep the crossposting and make dnewsweb adhere to followup-to:
>headers?
I believe if you add to item.tpl
<input type="hidden" name="newsgroups" value="%%allgroups%%">
Then it will cross post for replies. Sorry there is currently no mechanism
to obey followup headers in dnewsweb.
>2) How do you get the threaded view (like on this netwinsite website) rather than the
>numbered view of articles in a newsgroup?
That is the default view. You can set the following which does affect
threading:
sort_order "thread"
sort_order "subject"
sort_order "date"
ChrisP.