Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • steinm10 Friend
    #133776

    Pretty sure something in the backend is screwing up my mailto link…below is what I see on the site.

    ‘; document.write( ” ); document.write( addy_text92705 ); document.write( ‘</a>’ ); //–>n

    lcristian Friend
    #272620

    On what site? 🙂

    steinm10 Friend
    #273073

    http://www.dev.sarahlugophoto.com

    Under “Contact Us”

    lcristian Friend
    #273079

    You are missing some code in your template or some plugin that protects email from spambots.

    Did you installed a 3rd plugin or it’s a template feature?

    </script> ';
    document.write( '<a ' + path + ''' + prefix + ':' + addy9188 + ''>' );
    document.write( addy_text9188 );
    document.write( '</a>' );
    //-->n </script>

    Should be :

    </script> ';
    <script language='JavaScript' type='text/javascript'>
    document.write( '<a ' + path + ''' + prefix + ':' + addy9188 + ''>' );
    document.write( addy_text9188 );
    document.write( '</a>' );
    //-->n </script>

    steinm10 Friend
    #273080

    I just embeded a link into a content item.

    Where do I modify that code? In the template itself?

    Thanks for the quick response!

    lcristian Friend
    #273081

    No, please attach the original code here and I’ll rewrite the missing pieces.

    steinm10 Friend
    #273083

    Attached is the template .php file


    1. corona_tem.doc
    lcristian Friend
    #273084

    steinm10, I don’t need the template’s file.
    You said you EMBEDED some code into a content.
    Save that code to a .txt file and attach it.

    Or at least tell me from where did you get that code.

    steinm10 Friend
    #273086

    Sorry about that!

    <table border=”0″ cellpadding=”4″>
    <tbody>
    <tr><td valign=”top”><img src=”images/site/lugo_bio.jpg” border=”0″ alt=”Sarah Lugo” width=”143″ height=”172″ /></td>

    <td valign=”top”><h2>Sarah Lugo</h2><p>tel 989.529.3451</p><p>email <a href=”mailto:lugophoto@mac.com”>lugophoto@mac.com </a></p> </td>
    </tr></tbody></table>

    lcristian Friend
    #273087

    I understand now.
    This looks like a joomla cloaking email problem.
    I’ll test it later and come back with news.

    lcristian Friend
    #273099

    Please change your code, to this :


    <table border="0" cellpadding="4">
    <tbody>
    <tr><td valign="top"><img src="images/site/lugo_bio.jpg" border="0" alt="Sarah Lugo" width="143" height="172" /></td>

    <td valign="top"><h2>Sarah Lugo</h2><p>tel 989.529.3451</p><p>email: lugophoto@mac.com </p> </td>
    </tr></tbody></table>

    What was wrong is that mailto: string, confuses the email cloaking routine and the output is scrambled.

    Good luck.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  lcristian 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum