WYSIWYG Link Base

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

By Steve99 - March 28, 2013

Hello,

I'm aware that in /cmsAdmin/lib/wysiwyg.php you can set relative URLs to true or false (saving as wysiwyg_custom.php).

We are setting up a mobile site version in a subfolder called /mobile/ with all the same pages and file names as the main site. If we change the setting for relative URLs to true, text links will behave as desired but CMS stored image links break since the cmsAdmin is in the root folder.

Is there a way to treat text links and image paths differently in the WYSIWYG so the text links can be relative and CMS stored image paths would not be relative?

Thanks in advance.

Steve

By Steve99 - April 2, 2013

Hi Greg,

Awesome, thank you! I'll give that a go.

Saves me from creating mirrored upload folders and doing a mount bind : )

Thanks again!

Steve

By Steve99 - April 3, 2013

Hi Greg,

After poking around and doing some reading, it looks I'd be able to utilize any of the tinyMCE advanced configuration settings by setting them in the tinyMCE.init section of wysiwyg.php.

Just to confirm, if I save that file appending "_custom" it will be retained and used when a CMS upgrade is performed correct? Then if there is new functionality added to the wysiwyg file, I can recreate the wysiwyg_custom file and push any added config settings over manually by copy/paste or winmerge.

Thanks, Greg.

Steve

By gregThomas - April 3, 2013

Hi Steve,

You're correct. You can change any of the tinyMCE advanced configuration settings in the wysiwyg.php file. You can also edit this file to install custom TinyMCE plugins as well (for example: http://www.interactivetools.com/forum/forum-posts.php?postNum=2229749#post2229749). 

You can also save the wysiwyg.php file as wysiwyg_custom.php and it will be used instead of the default file, and will not be deleted in an upgrade. Although if you carry out an upgrade, you will have ensure that any changes get carried across to your custom file. 

Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com