Implemented Please put the Quote button back as a stand alone button in the editor toolbar

AndyB

Well-known member
Quoting text is a very often and important function in communicating on a forum. Placing the quote button under a drop down was a bad idea IMHO. Please put the Quote button back as a stand alone button which can be easily seen and clicked.

Thank you.

Please Like this post if you want to see this changed!
 
Last edited:
Upvote 64
This suggestion has been implemented. Votes are no longer accepted.
Is there an idea how to bring quote back to the editor without the bbcode editor addon?
And how can i get rid of some icons?
 
Code:
.fr-dropdown-list li:first-child {
    display:none;
}

i am using this to hide media from the dropdown as i ended up clicking on it while trying to click on quote. you can possibly hide them using similar css code i guess.

and this made me realize that this hides the first entry in all dropdowns in the editor menu so best avoidable.
 
Last edited:
Top Bottom