DaveM Well-known member Jul 2, 2014 #1 Is there a way to disable the image link option in the posting options. This one
Chris D XenForo developer Staff member Jul 2, 2014 #3 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; } Upvote 0 Downvote
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; }