Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

HTML output

estest New
edited July 2012 in Vanilla 2.0 - 2.8

How does vanilla render html? I want to write a filter for html output to nofollow anchor tags.

Comments

  • Options

    Gdn_Format::Html($Content);//htmLawed filtered

    also

    Anchor($Text,$Url,array('rel'->'nofollow'));

    grep is your friend.

  • Options
    estest New
    edited July 2012

    @x00
    Thanks for the answer! I see now that vanilla has this feature out of the box.

Sign In or Register to comment.