How can i disable the posting of images on my forum site?
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
img {
display: none !important;
}
$(document).ready(function() {
$("img").replaceWith('<div style="display:none;"></div>');
});