I'd like to completely disable external images in my forum,
so basically disable the creation and interpretation of the [ img ] bbcode.
(Some users are smart enough to type [ img ] url [ /img ] manually.)
- the [ img ] tag should not be available in the editor
(or - if this cannot be achieved - then I'd like it to behave like the [ url ] tag) - no <img src="external url"> tags should ever be created
(I've noticed the [ img ] tag seems to be processed differently these days.)
The idea is not to have any external resource used to display my site.
Clickable urls and uploaded attachments are fine and should be used.
Any ideas on how to achieve this?
I'm fine with doing code changes if that cannot be achieved through settings,
just point me to the right place, please.
I've tried some changes in
includes/functions_content.php
includes/functions_posting.php
includes/bbcode.php
with limited success.
many thanks
Charly