Im using Responsive Filemanager v9.3 with TinyMCE
I need to absolute url for inserting image url or any files. But it return relative path.
I need to set image src like <img src="http://domain.com/files/slide.jpg">
but it return <img src="../files/slide.jpg">
My Config:
$base_url= 'http://domain.com';
$upload_dir = '/files/';
$current_path = '../../files/';
$thumbs_base_path = '../thumbs/';
Just add following code to TinyMCE init.