Hello,
How can I add this signature warning message?
How can I add this signature warning message?
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
/* Signature Notice */
#cp-main .panel.sig:before, #cp-main .panel.sig::before {
content : 'Attention : Your settings will be saved, however note, that only staff members can display signatures on the forum.';
color:#E53;
font-weight:bold;
text-align:center;
background:#F5F5F5;
border:1px solid #DDD;
border-bottom-width:2px;
border-radius:3px;
display:block;
margin:6px 0;
padding:6px;
}
/page_profil=signature/.test(window.location.href) && $(function() {
var node = document.getElementById('textarea_content');
node && node.insertAdjacentHTML('beforeEnd', '<div class="notice-block">Attention : Your settings will be saved, however note, that only staff members can display signatures on the forum.</div>');
});
.notice-block {
color:#E53;
font-weight:bold;
text-align:center;
background:#F5F5F5;
border:1px solid #DDD;
border-bottom-width:2px;
border-radius:3px;
display:block;
margin:6px 0;
padding:6px;
}
You're welcome.
Please open another topic for your questions.