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.
Textile
S
✭✭
Textile
0
Comments
This plugin doesn't allow post using textile markup. Plugin only FORMAT your comment. This plugin doesn't provide choice of format type of comment. Format type is stored in "Format" field in GDN_Comment table.
However, you may force change format type by overriding function WriteComment() in applications\vanilla\views\discussion\helper_functions.php (in your custom theme for example), replace
<div class="Body"><?php echo Format::To($Comment->Body, $Comment->Format); ?></div>
to
<div class="Body"><?php echo Format::To($Comment->Body, 'Textile'); ?></div>
I dont' recomend that. Need create plugin that provide to choose of format of a comment...