> Have you looked into the Fox-based blogging tool?  How would
> you characterize the differences?

One more thing about FoxBlog I forgot to mention (sure there are a lot
more...):
Fox allows delete links or buttons, which can act on individual posts.
This can be a very convenient and easy way to remove undesired comments
by the admin. One only needs to enclose the delete link in a
conditional (:if auth admin:){[foxdelrange]}(:if:) inside the template page.
This could be widened to allow the poster to remove his/her post, for
instance with an author conditional defined in config.php:

  $Conditions['author'] = "\$GLOBALS['Author']==\$condparm";
  
and used in the template page markup:

 (:if auth admin OR author {author}:){[foxdelrange]}(:if:)



Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to