Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 7

CurtisOden +6 guests

[HTMLPurifier] comments

This discussion is related to the HTMLPurifier addon.
http://htmlpurifier.org/

Comments

  • SS
    Posts: 458
    After update to 4.2.0:
    Fatal Error in PHP.trigger_error();
    Cannot set undefined directive Filter.Vimeo
  • SS
    Posts: 458
    @Todd
    I have suggestions for HTMLPurifierPlugin.
    1. Make class final
    final class HTMLPurifierPlugin extends Gdn_Plugin
    2. Move include HTMLPurifier.standalone.php to __construct()
    So it will be included only when Format::Html() is called.

    http://pastebin.com/7ZUd6j1W

  • Posts: 1,586
    Fixed the bug an made your changes. Also note that this plugin is being maintained at http://github.com/vanillaforums/Addons

    Vanilla co-founder

  • Posts: 273
    Can I write HTML table in comment section with this addon.

    Coz normally, when I write it, vanilla over-rides it with plain text :(
  • SS
    Posts: 458
    @Todd
    HTML Purifier 4.3.0 released
  • Posts: 273
    @todd @s

    Can I write HTML table in comment section with this addon.

    Coz normally, when I write it, vanilla over-rides it with plain text :(
  • Posts: 183

    If anyone's interested, once I enabled this plugin to see what it did, I couldn't disable it again - at least, it wouldn't show disabled in the dashboard, though it may actually have been disabled. I got around this by removing it.

Sign In or Register to comment.