[pmwiki-users] New Page creation

Patrick R. Michaud pmichaud at pobox.com
Thu Aug 2 10:32:25 CDT 2007


On Thu, Aug 02, 2007 at 11:17:49AM -0400, Sameer Kumar wrote:
> >  From: Patrick R. Michaud [mailto:pmichaud at pobox.com]
> >  On Wed, Aug 01, 2007 at 05:22:42PM -0400, Sameer Kumar wrote:
> >  > When a user clicks a link on the wiki for a non-existent page, the wiki
> >  > displays the following message and link:
> >  >
> >  >    The page "Discussion/Main-HomePage" doesn't exist.
> >  >
> >  >    (Create Discussion.Main-HomePage)
> >  >
> >  >    How can I disable this message for a particular group?
> >
> >  What do you want PmWiki to do instead?
> 
> I have included in a comment-box into the page footer. I want the users to
> just use that.
>
> Currently, the comment box shows up in addition to the above link.

If you want to disable the message for the Discussion group,
then create a file called local/Discussion.php containing
the following:

  <?php
    $DefaultPageTextFmt = '';

This will cause the text of non-existent pages to be blank.

Pm



More information about the pmwiki-users mailing list