-
AuthorPosts
-
September 26, 2008 at 4:17 pm #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 Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
September 27, 2008 at 3:08 am #272620On what site? 🙂
September 29, 2008 at 3:42 pm #273073http://www.dev.sarahlugophoto.com
Under “Contact Us”
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
September 29, 2008 at 4:17 pm #273079You 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>September 29, 2008 at 4:21 pm #273080I just embeded a link into a content item.
Where do I modify that code? In the template itself?
Thanks for the quick response!
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
September 29, 2008 at 4:23 pm #273081No, please attach the original code here and I’ll rewrite the missing pieces.
September 29, 2008 at 4:42 pm #273083lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
September 29, 2008 at 4:46 pm #273084steinm10, 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.
September 29, 2008 at 4:55 pm #273086Sorry 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 Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
September 29, 2008 at 4:59 pm #273087I understand now.
This looks like a joomla cloaking email problem.
I’ll test it later and come back with news.lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
September 29, 2008 at 6:09 pm #273099Please 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.
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by lcristian 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum