[pmwiki-users] Markup Question

Dave Brockman daveb at oz.net
Fri May 1 23:12:10 CDT 2009


I don't understand very well, so I wanted to be sure about this before I 
try anything. Users on my site are allowed to edit pages in three 
groups. I would like to disallow pictures in these groups. I read about 
the use of "DisableMarkup('img') in the documentation for Images. I 
*think* I should create a "groupname.php" file in /local containing that 
markup for each group. Is this correct? Thanks in advance for any help.

Dave

File contents:

<?php
   DisableMarkup('img');




More information about the pmwiki-users mailing list