I can't install a Live chat into Signup.php?

Discussion in 'Troubleshooting' started by faleandro, Mar 2, 2011.

  1. faleandro

    faleandro New Member

    Joined:
    Aug 2, 2010
    Messages:
    46
    Hello,

    I am using Zopim live chat and I want to put the code into the signup page, in case people have problems or doubts while signing up.

    It is a code like this:

    Code:
    <!-- Start of Zopim Live Chat Script -->
    <script type="text/javascript">
    document.write(unescape("%3Cscript src='" + document.location.protocol + "//zopim.com/?5ERTY56FGTTYTRYDYT67FG' charset='utf-8' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <!-- End of Zopim Live Chat Script -->
    I always get a Syntax Error.

    Where do I have to paste that code in order to work?

    Thanks!
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    There should not be any problem with that code.
    It should be placed to signup.html template at the bottom(before footer.html include)
    make sure that you use simple editor like notepad when you edit template.
  3. faleandro

    faleandro New Member

    Joined:
    Aug 2, 2010
    Messages:
    46
    I am doing that and I always get this error message:

    ERROR [256] Smarty error: [in signup.html line 56]: syntax error: unidentified token ';&amp;' (Smarty_Compiler.class.php, line 1357) in line 1102 of file /home/public_html/mydomain/amember/smarty/Smarty.class.php
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Contact us in helpdesk I will help with this code.

Share This Page