UGC Helper
This helper is used to componentize Vork tools in a manner that is safe for public access
This Displays the formatting guide for ugc.
Display text with vorkCode-embedded
Parses shortcut-tags and does a safe version of nl2br()
Parses out custom tags
Automatically converts URLs to links and emails to spam-resistant email-links
$ugc = get::helper('ugc');
The Guide
$ugc->guide();
This Displays the formatting guide for ugc.
Converting/Checking User Content
$ugc->text($content);
Display text with vorkCode-embedded
$ugc->tagShortcuts($str)
Parses shortcut-tags and does a safe version of nl2br()
$ugc->customTags($str)
Parses out custom tags
$ugc->autoLink($str)
Automatically converts URLs to links and emails to spam-resistant email-links
Last modified by Bradley Matusiak