XF 1.3 Disable Image Link Option

There's no option for that.

The only thing that comes close is hiding that button with CSS, but it won't prevent [IMG] tags being used if someone knows what they're doing

Code:
.redactor_toolbar .redactor_btn_container_image
{
    display: none;
}

upload_2014-7-2_9-24-30.webp
 
Top Bottom