Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Make It Simple Text Formatter
Make It Simple Text Formatter
0
Comments
Fatal error: Call to undefined function: stripos() in /home/content/h/h/g/hhgunrange/html/Forum/extensions/MakeItSimpleTextFormatter/default.php on line 25
Change:
$Word = '<a href="'.$Word.'" target="_blank" rel="nofollow">->link<-</a>';
to:
$Word = '<a href="'.$Word.'" target="_blank" rel="nofollow">'.$Word.'</a>';
EX:
*bold* = bold
_italic_ = italic