XF 1.5 how remove external img upload button

You can easily hide it by adding this to your EXTRA.css template:

Code:
li.redactor_btn_container_image {
    display: none;
}

To actually remove the button would take slightly more work so I will leave you with that.
 
Top Bottom