I have tried this every way possible and can't get it to stick.

I enter /

.*?<\/h3>/ or any of the other combination's and after I save the profile it looks like this /

.*?

/

The '\' is getting stripped from the filter every time I save or save and edit and is causing this error.

warning: preg_replace_callback() [function.preg-replace-callback]: Unknown modifier 'h' in /sites/all/modules/signwriter/signwriter.module on line 159.

The 'h' in the error is from the second h3 in the filter statement.

Comments

dltampa’s picture

Sorry for the format problem in the OP. The filter should be shown as /.*?<\/h-3>/ without the hyphens and after I save, the backslash \ is missing from the filter.

dltampa’s picture

Temp fix. Edit the DB directly. Edit the pattern field to include the \.