{$variable|jrCore_strip_html}

  • Overview

    The |jrCore_strip_html variable modifier removes any html from within the variable.

    If you don't want links and HTML formatting for some reason, put this variable modifier onto the variable your interested in and it will be rendered without HTML

    Here's the basic idea:
    {$item.comment_text|jrCore_strip_html}
  • The code above will remove any HTML from the comment before displaying it to the viewer.

Tags