Welcome Guest, Not a member yet? Register   Sign In
Codeigniter and Tiny MCE
#3

[eluser]jjmax[/eluser]
Hi,

This is an old post, but I had this problem yesterday and managed to fix it by adding this to tinymce init -
Code:
[removed]
        tinyMCE.init({
            ...
            relative_urls : false,
            remove_script_host : true,
            document_base_url : "http://www.example.com/"
            ...
        });
[removed]
Hope this helps, change www.example.com to your own site base url.


Messages In This Thread
Codeigniter and Tiny MCE - by El Forum - 12-04-2009, 02:14 AM
Codeigniter and Tiny MCE - by El Forum - 12-04-2009, 03:09 AM
Codeigniter and Tiny MCE - by El Forum - 01-14-2010, 06:38 AM
Codeigniter and Tiny MCE - by El Forum - 01-14-2010, 06:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB