vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove Description When Posting

Remove Description When Posting - Posted By Michael (wrighty) on 24th Mar 08 at 11:24pm
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