[pmwiki-users] BlogSimple2: beta version
    Hans 
    design5 at softflow.co.uk
       
    Mon Feb 26 16:46:51 CST 2007
    
    
  
> 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
    
    
More information about the pmwiki-users
mailing list