XenForo LEECH warning message below the quick response

CR LEAKS

Administrators
Joined
Mar 25, 2022
Messages
1,485
Credits
28,051
Here is a tutorial to achieve this result:

1722681053802.png

Add in EXTRA.less:
Code:
.leechWarning {
background: # bc2931;
text-align: center;
color: #fff;
padding: 5px;
border-radius: 2px;
}

And in the TEMPLATE quick_reply_macros
add above:


Code:
<div class="formButtonGroup">
This:

Code:
<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, ?
 
Back
Top Bottom