You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
707B

  1. title: HTML Purifier Phorum Mod
  2. desc: This module enables standards-compliant HTML filtering on Phorum. Please check migrate.bbcode.php before enabling this mod.
  3. author: Edward Z. Yang
  4. url: http://htmlpurifier.org/
  5. version: 4.0.0
  6. hook: format|phorum_htmlpurifier_format
  7. hook: quote|phorum_htmlpurifier_quote
  8. hook: posting_custom_action|phorum_htmlpurifier_posting
  9. hook: common|phorum_htmlpurifier_common
  10. hook: before_editor|phorum_htmlpurifier_before_editor
  11. hook: tpl_editor_after_subject|phorum_htmlpurifier_editor_after_subject
  12. # This module is meant to be a drop-in for bbcode, so make it run last.
  13. priority: run module after *
  14. priority: run hook format after *
  15. vim: et sw=4 sts=4