<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>
<div class='ipsMessage ipsMessage_error'> Make a constructive comment. </div>
<div class='ipsMessage ipsMessage_warning'> Make a constructive comment. </div>
<div class='ipsMessage ipsMessage_success'> Make a constructive comment. </div>
<div class='ipsMessage ipsMessage_information'> Make a constructive comment. </div>
Loading Info...