vForums Support > Programming & Coding :: Code Requests & Support :: > Remove SMilies / UBBC from Quick Reply

Remove SMilies / UBBC from Quick Reply - Posted By ashkir (ashkir) on 20th Oct 08 at 10:58pm
I would like a code to remove th e ugly UBBC icons and smiles from quick reply; just want that plain old text box and thepost, preview etc like it used to be.

Re: Remove SMilies / UBBC from Quick Reply - Posted By VeaZna (veazna) on 20th Oct 08 at 11:30pm
<style type="text/css">
.quick-reply-ubbc {
display: none
}
.quick-reply-smilies {
display: none
}
</style>

Re: Remove SMilies / UBBC from Quick Reply - Posted By CåñåÐå™ (canada) on 21st Oct 08 at 5:03am
In the code database you will find the two codes you are looking for . {Grin}

Re: Remove SMilies / UBBC from Quick Reply - Posted By ashkir (ashkir) on 21st Oct 08 at 3:21pm
 
<style type="text/css">
.quick-reply-ubbc {
display: none
}
.quick-reply-smilies {
display: none
}
</style>
Thanks.