lol768
Active member
lol768 submitted a new resource:
Adding a warning to the report dialog - Adds a warning to rmeind users to only report rule-breaking content. Useful if you're often dealing
Read more about this resource...
Adding a warning to the report dialog - Adds a warning to rmeind users to only report rule-breaking content. Useful if you're often dealing
End result:
View attachment 96947
Step 1: Add some CSS to your EXTRA.css template
To ensure the alert looks nice on the report dialog (which has a darker background than most parts of the XenForo interface), we'll add a few lines of CSS. Find and edit your EXTRA.css template and add the following to the bottom:
Code:form.xenForm > ul.reportNotices > li.warningNotice { background: linear-gradient(rgb(240, 80, 80), rgb(224, 48, 48)) repeat scroll 0% 0% transparent;...
Read more about this resource...