[pmwiki-users] Un-enabling EnableHTML for a specific group?
    Joachim Durchholz 
    jo at durchholz.org
       
    Mon Apr 17 04:31:58 CDT 2006
    
    
  
Russ schrieb:
> 
> Is there a way to override or reset the allowed HTML tags for one group, 
> or "uninclude" the EnableHTML recipe for that group?
Yes. Simply don't include() enablehtml.php if $Group is the name of the 
GroupToBeExcluded. I.e.
if($Group!='GroupToBeExcluded') {
   include_once('enablehtml.php');
}
Regards,
Jo
    
    
More information about the pmwiki-users
mailing list