In your conf/config.php file you can add that line to set elements that are not allowed. To strip the <b></b> and <strong></strong> the config will look like this. It should be clear how to ban more elements.
@luc your probably right, but once i write it its just a case of where it goes, if it gets to a standard of being included with the html purifier then we shall see. Im still waiting for a hook to be put in before i can release my next plugin Signatures.
Comments
To strip the
<b></b> and <strong></strong>
the config will look like this. It should be clear how to ban more elements. I'm thinking my next plugin will be a configuration page in admin to set the forbidden elements.