This will make it so that members can't add a description to the current post by removing the whole 'description' row.
<script>
/*Remove Description*/
if(get('description_title','id')){
get('description_title','id').parentNode.style.display = 'none';
}
</script>
Global Footer