Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default TinyMCE and images path

    I'd like to have absolute path for links remain and not converted to relative ones.
    Do you know how and where configure it through TinyMCE editor?

  2. #2
    Join Date
    Aug 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: TinyMCE and images path

    I have found the solution, maybe this could be useful for someone else

    on

    /admin/includes/tinymce.php

    you have approx line 36

    PHP Code:
              // Location of TinyMCE script
              script_url : '../<?php echo DIR_WS_EDITORS ?>/tiny_mce/tiny_mce.js',
          relative_urls : false,
    change it with

    PHP Code:
              // Location of TinyMCE script
              script_url : '../<?php echo DIR_WS_EDITORS ?>/tiny_mce/tiny_mce.js',
          remove_script_host : false,
              relative_urls : false,
    Simply add remove_script_host : false to keep the absolute URL

 

 

Similar Threads

  1. v139h iBrowser and TinyMCE
    By NowAge in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Jun 2012, 03:09 PM
  2. HTMLarea and TinyMCE
    By geotnt in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 1 Nov 2011, 11:10 PM
  3. TinyMCE images directory limit
    By blarney in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 13 Apr 2010, 03:06 PM
  4. TinyMCE Image Path
    By kwright in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 Apr 2009, 08:51 PM
  5. Replies: 3
    Last Post: 31 May 2008, 04:03 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR