control links in WYSIWYG editor

3 posts by 2 authors in: Forums > CMS Builder
Last Post: October 18, 2013   (RSS)

By Steve99 - October 17, 2013

Hi,

I've been through this before. In the cmsAdmin folder, to to lib > wysiwyg.php. Open that file and save it as wysiwyg_custom.php. The system will recognize that you have a custom wysiwyg file when upgrades are performed.

If you go towards the bottom of the PHP doc, you will see the tinymce options:

    relative_urls : false,
    document_base_url: "/",

You can change these to suit your needs.

Hope this helps.

Cheers,
Steve

By dccreatives - October 18, 2013

thanks. I will try it and let you know how it works.

Glad to see I'm not the only one with these issues.