Add Message before the First post
Preview
Well this tutorial I did to assist a Member, so come on.
AdminCP >> Skin Theme >> Edit Html & Css >> search for topic in forums/front/topics/ and search for
<div data-controller='core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments' {{if settings.auto_polling_enabled}}data-autoPoll{{endif}} data-baseURL='{$topic->url()}' {{if $topic->isLastPage() and !$topic->isQuestion()}}data-lastPage{{endif}} data-feedID='topic-{$topic->tid}' class='cTopic ipsClear ipsSpacer_top'>
{{if $topic->isQuestion() && $question}}
<div class='ipsAreaBackground ipsPad'>
<h2 class='ipsType_sectionHead ipsType_reset ipsSpacer_bottom'>{lang="question_title"}</h2>
{template="postContainer" group="topics" app="forums" params="$topic, $question, $votes, 'cPostQuestion'"}
</div>
Add above this:
<div class='ipsMessage ipsMessage_error'>
Make a constructive comment.
</div>
You can also change the Styles of messages.
Warning
<div class='ipsMessage ipsMessage_warning'>
Make a constructive comment.
</div>
Success
<div class='ipsMessage ipsMessage_success'>
Make a constructive comment.
</div>
Information
<div class='ipsMessage ipsMessage_information'>
Make a constructive comment.
</div>