commit | author | age
|
2207d6
|
1 |
title: HTML Purifier Phorum Mod |
W |
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 |
|
|
7 |
hook: format|phorum_htmlpurifier_format |
|
8 |
hook: quote|phorum_htmlpurifier_quote |
|
9 |
hook: posting_custom_action|phorum_htmlpurifier_posting |
|
10 |
hook: common|phorum_htmlpurifier_common |
|
11 |
hook: before_editor|phorum_htmlpurifier_before_editor |
|
12 |
hook: tpl_editor_after_subject|phorum_htmlpurifier_editor_after_subject |
|
13 |
|
|
14 |
# This module is meant to be a drop-in for bbcode, so make it run last. |
|
15 |
priority: run module after * |
|
16 |
priority: run hook format after * |
|
17 |
|
|
18 |
vim: et sw=4 sts=4 |