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.
<style type="text/css">
.quick-reply-ubbc {
display: none
}
.quick-reply-smilies {
display: none
}
</style>
In the code database you will find the two codes you are looking for .
Thanks.<style type="text/css">
.quick-reply-ubbc {
display: none
}
.quick-reply-smilies {
display: none
}
</style>