alodda
Registered
- Thread starter
- #1
Here is a tutorial to achieve this result:

Add in EXTRA.less:
And in the TEMPLATE quick_reply_macros
add above:
This:
Edit the text like you want,

Add in EXTRA.less:
CSS:
.leechWarning {
background: # bc2931;
text-align: center;
color: #fff;
padding: 5px;
border-radius: 2px;
}
And in the TEMPLATE quick_reply_macros
add above:
HTML:
<div class="formButtonGroup">
This:
HTML:
<p class="leechWarning"><i class="fa fa-warning"></i> Attention :</span> <br>It is forbidden to leech<br>● Repeating characters or words, example: "Thankssssss" or "Thank you thank you thank you thank you thank you".<br>● SPAM message, example: "uybby ytrcvbni bbjnh uvutft cghvcaas".<br><b>NB : If you do not respect this warning your account will be banned from the forum.</p>
Edit the text like you want,
