Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: v6.2.3 Email Signature not loading

  1. #11
    jvddevine is offline Sugar Community Member
    Join Date
    Sep 2009
    Location
    Cheyenne, WY - USA
    Posts
    18

    Default Re: v6.2.3 Email Signature not loading

    I just want to formally thank markv for the extra footwork in pressing this issue and I want to echo your comment on the "Sugar 6.4.0 Beta 6 is now available to test" thread, wherein you state "STOP adding features and START solving bugs". This email signature is only part of the problems I have begun to endure with the email client in upgraded versions. For example, using a commercial tool (Outlander) to archive my emails from Outlook I get a pile of poo stored in the contact record full of formatting tags and other useless junk. Arrrghhh!

    I don't know why they changed it so dramatically, because the upgrade really made it troublesome to deal with and as I said early in this thread - I essentially had no troubles with the email client until this last upgrade - or was the one before last ? (ha ha ha)
    J. Vincent Devine
    Web Application Developer
    URL: www.BananaDoodles.com

  2. #12
    beschaeftigt.de's Avatar
    beschaeftigt.de is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Europe
    Posts
    24

    Default Re: v6.2.3 Email Signature not loading

    I found the solution for this bug.

    Just go to include/javascript/sugar_grp_quickcomp.js in funktion setSignature (line 3927) to look like this:

    if(idx){ → if(idx!==null || idx!== undefined) {

    then everything is fine :-) Worked for me in 6.2.4

  3. #13
    feijoa is offline Junior Member
    Join Date
    Jan 2012
    Posts
    1

    Default Re: v6.2.3 Email Signature not loading

    Sorry is this an insert a line into the code or revising a line a line?
    I am using Version 6.4.0 and I'm not which line this pertains to. Could you possible paste the code around it?

    Thanks

  4. #14
    irrbert is offline Sugar Community Member
    Join Date
    Apr 2011
    Posts
    10

    Default Re: v6.2.3 Email Signature not loading

    Hi everyone, i have the same problem, also editing of email draft shows no text or signature.
    The JS Error is coming :

    ReferenceError: isReplyForward is not defined [http://XXX/include/javascript/sugar_...s.js?c=1:5171]

    Hope this will fixed soon.

    Best redards, Robert.

  5. #15
    beschaeftigt.de's Avatar
    beschaeftigt.de is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Europe
    Posts
    24

    Default Re: v6.2.3 Email Signature not loading

    Sure :-)

    PHP Code:
    /**     * Writes out the signature in the email editor     */    setSignature : function(idx) {        if (!tinyMCE)            return false;        var hide document.getElementById('setEditor' idx).checked;        SE.composeLayout.renderTinyMCEToolBar(idx,hide);        //wait for signatures to load before trying to set them        if (!SE.composeLayout.signatures) {            setTimeout("SE.composeLayout.setSignature(" + idx + ");", 1000);            return;        }
            
    if(idx!==null || idx!== undefined) { //BUGFIX for Signature Problem if(idx){            var sel = document.getElementById('signatures' + idx);        } else {            var sel = document.getElementById('signature_id');            idx = SE.tinyInstances.currentHtmleditor;        }
            //Ensure that the tinyMCE html has been rendered. 
    Quote Originally Posted by feijoa View Post
    Sorry is this an insert a line into the code or revising a line a line?
    I am using Version 6.4.0 and I'm not which line this pertains to. Could you possible paste the code around it?

    Thanks

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Email signature
    By AlexAv in forum Help
    Replies: 1
    Last Post: 2009-11-05, 11:11 AM
  2. Email signature help
    By maclonghorn in forum Help
    Replies: 0
    Last Post: 2009-05-27, 10:00 PM
  3. Replies: 0
    Last Post: 2008-05-27, 03:35 AM
  4. Email Signature
    By peterc in forum Help
    Replies: 2
    Last Post: 2005-10-08, 10:43 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
  •