If you are providing support to your customers via forum, you may need to display warning message or short information and link on Terms of Support. RoundTheme templates for Kunena 5.x allows you to display any Joomla module via two positions.
Positions:
- kunena_before_editor - display module before the editor
- kunena_before_attachments - display the module before attachments
Using this feature you can assign a position to any Joomla module and display it in reply form. E.g. custom HTML module and insert a message with Bootstap style.
Something like that:
<div class="alert alert-block">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>Warning!</h4>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</div>
Of course, it could be not only custom HTML code, but any Joomla module.
Screenshots: