[pmwiki-users] Mail form suggestions

DaveG pmwiki at solidgone.com
Tue Mar 9 06:26:46 CST 2010



On 3/9/2010 12:58 AM, pmwiki at 911networks.com wrote:
> PmForm blocks directives from data being saved to pages by converting
> markups: thus "(:" becomes "( :" and ":)" becomes ": )". These are
> managed by the $PmFormPostPatterns array.
>
> I don't understand. I use (:title :), (:description :) and others. Does
> this mean that I will lose them?
That is correct. By default PmForm will block all (:..:...:) markup. You 
can change that by adding/removing from $PmFormPostPatterns.

    unset($PmFormPostPatterns['/\\(:/']);
    unset($PmFormPostPatterns['/:\\)/']);


  ~ ~ David



More information about the pmwiki-users mailing list