I've been using TinyMCE as a WYSIWYG editor on my website
www.puppages.com. I absolutely LOVE it. There was one issue that was a little frustrating. When someone tried to link back to another page on the site (or an image/document on the site), the TinyMCE code would convert the absolute path into a relative path and the relative path would not work. I was able to fix this by doign some javascript editing.
Here's the solution:
- Open the tiny_mce.js file.
- Find all references to the function: toRelative(u)
- replace with return u
- save
1 comment:
Thanks, seems to work :)
Post a Comment