View Single Post
  #2  
Old 01-28-2009, 12:36 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Special Note To AOL Users

Quote:
Originally Posted by photo
Hello
Today we received a message from our server provider stating that AOL had contacted them regarding a spam email from our server. After investigation it turned out that it was one of our customers that were not aware this was happening and has since white listed us.
What I would like to do is add some text by the email field when customers are registering/checking out that tells AOL users to be sure to add our email address to their white list. It would be great to have a link right to the right of the email input field with "AOL USERS" that if you hovered over would give you a "toolbox tip" with said text. Could someone please point me in the direction of the simplest way to achieve this?

Thanks

ps: AOL should be outlawed!

Open file skin1\main\register_contact_info.tpl, find next line and add after needed text:

PHP Code:
<input type="text" id="email" name="email" size="32" maxlength="128" value="{$userinfo.email|escape}/>
{if 
$emailerror ne "" or ($reg_error ne "" and $userinfo.email eq "" and $default_fields.email.required eq 'Y')}<font class="Star">&lt;&lt;</font>{/if} 

example:

PHP Code:
<br />
<
small><b>AOL should be outlawed! (bla-bla-bla)</b></small
Reply With Quote