web admin interface

1999-12-16 Thread Andrew McGregor
Hi, Like many people, I have been trying to develop a web admin interface for my users forum administrators. >From searching the MHonArc archive most people seem to be adding or removing messages directly from the live HTML. I am trying a different approach whereby I edit the actual mailboxes.

Re: web admin interface

1999-12-16 Thread Michael Yount
Given these two statements... $ENV{PATH}=''; mhonarc -rcfile $HOME/../devpt/mhonarc/mh_forumrc -nodoc -outdir $FORUMDIR $HOME ...it would appear that mhonarc isn't being invoked because you haven't specified the full path. Saludos, Michael

Re: web admin interface

1999-12-16 Thread Earl Hood
On December 16, 1999 at 15:01, Andrew McGregor wrote: > Like many people, I have been trying to develop a web admin > interface for my users forum administrators. FYI, there is an experimental one in the admin directory of the distribution. It is a heavy weight interface, more of a learning ex