Results 1 to 3 of 3

Thread: 5.2.0a still rewriting urls

  1. #1
    ElgertS is offline Sugar Community Member
    Join Date
    Dec 1969
    Posts
    92

    Default 5.2.0a still rewriting urls

    I continue to be frustrated by SugarCRM rewriting the emails I try to send out.

    We use a Joomla! CMS website and post an article there using a variation of the TinyMCE editor and then in Firefox copy that most with absolution URLs to the pages and images on that website and paste them into an outgoing email template within the editing in SugarCRM (can't recall if that is FCK or htmlArea). After you save, most of the time SugarCRM rewrites the urls so that links and images are suddenly built off the base url of the SugarCRM installation.

    IE:

    Real link is:

    http://www.sollos.com/images/stories/sollos.gif

    SugarCRM changes this to:

    http://sales.sollos.com/images/stories/sollos.gif

    And then there is no image displayed or if it is a link it doesn't work. I then have to edit the email template and go to HTML and find that code and fix it and save again. Usually that will resolve it as long as it doesn't try to rewrite it again.

  2. #2
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: 5.2.0a still rewriting urls

    Hi

    Open the file, include\javascript\tiny_mce\tiny_mce.js in sugarcrm.

    Change,

    this._def("convert_urls", true);

    into

    this._def("convert_urls", false);

    I hope this will fix your problem.

    Please let me know the status after trying this.

  3. #3
    agcilantro is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    45

    Default Re: 5.2.0a still rewriting urls

    I tried this but no luck, urls are still being stripped

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Campaign yet again rewriting URLs
    By ElgertS in forum Help
    Replies: 19
    Last Post: 2009-07-14, 04:40 PM
  2. Rewriting Sugar URLs
    By signaljim in forum Developer Help
    Replies: 2
    Last Post: 2006-04-14, 12:03 AM
  3. Linking URLS
    By Ericmuc in forum Downloads
    Replies: 0
    Last Post: 2005-11-24, 09:01 AM
  4. Tab with relating URLs
    By Ericmuc in forum Feature Requests
    Replies: 0
    Last Post: 2005-11-17, 03:25 PM

Tags for this Thread

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
  •