XF 1.5 how remove external img upload button

alpdarslan

Member
Licensed customer
hi
how remove external img upload button?
thanks
 

Attachments

  • Ekran Resmi 2016-07-25 22.56.32.webp
    Ekran Resmi 2016-07-25 22.56.32.webp
    40.9 KB · Views: 8
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.
 
Back
Top Bottom