Page 43 of 102 FirstFirst ... 3341424344455393 ... LastLast
Results 421 to 430 of 1017
  1. #421
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by davstr7 View Post
    Never mind, I read the readme file and that solved the issue.
    I am happy that you solved the problem.

    Thanks,

    Anne

  2. #422
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Hi Anne,

    I am having issues with big numbers of spam emails coming through the contact us form on one of my sites - the emails contain links - is there any way to disallow html code in the contact us form?

    cheers,
    Mike
    p.s. Is the form you have used the standard one used by Zencart or is it different?

  3. #423
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    Hi Anne,

    I am having issues with big numbers of spam emails coming through the contact us form on one of my sites - the emails contain links - is there any way to disallow html code in the contact us form?

    cheers,
    Mike
    p.s. Is the form you have used the standard one used by Zencart or is it different?
    You can add captcha to the contact form in the dropdown menu, or you can remove it.

    Thanks,

    Anne

  4. #424
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You can add captcha to the contact form in the dropdown menu, or you can remove it.

    Thanks,

    Anne
    Thanks Anne - I omitted to say that I do have Captcha installed - I did that when the problem first appeared however it isn't stopping the perpetrator - I just need to be able to disallow html, apply a rule? I have seen it before in contact forms on some other sites where when you click send if you have used html in the dialogue box it brings up an error message - are you familiar with that?

    cheers,
    Mike

  5. #425
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Why not block his IP address in your Cpanel? It's easy and effective

  6. #426
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    Thanks Anne - I omitted to say that I do have Captcha installed - I did that when the problem first appeared however it isn't stopping the perpetrator - I just need to be able to disallow html, apply a rule? I have seen it before in contact forms on some other sites where when you click send if you have used html in the dialogue box it brings up an error message - are you familiar with that?

    cheers,
    Mike
    I would recommend doing a google search to find instructions for adding this.

    Thanks,

    Anne

  7. #427
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I would recommend doing a google search to find instructions for adding this.

    Thanks,

    Anne
    Is again suggesting BLOCK THE IP.

  8. #428
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Hi Anne!

    I'm building a new site and using your Abbington Mega as my base starting point. Thanks for the great template. Very nice, and the css3 mega menu is a nice step forward.

    I was modding the contact portion of the code to at a subject line and noticed that you do not include the code for CSS anti-spam. Since this is now part of the core code in tpl_contact_us_default.php, I thought perhaps you might want to also add it to the common/tpl_mega_menu.php

    I just put this snippet in above the div for the from button:

    Code:
    <br class="clearBoth" />
    <label for="should_be_empty"></label>
    <input name="should_be_empty" type="text" id="CUAS" size="30" value="" style="visibility:hidden; display:none;" autocomplete="off" />
    Works as expected, and will not send mail if there is any value in the value field.

    -chadd

  9. #429
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Found one more >tiny< thing that's probably inconsequential...

    in includes/languages/abbington_meg/english.php line 22 (or so) you have:

    @setlocale(LC_TIME, 'en_US.ISO_8859-1');

    I believe this should now be:

    @setlocale(LC_TIME, 'en_US');

    To coincide with the default english.php and since just a few line down the charset is defined at utf-8

    I have no idea if this actually make any difference. But I'm one of those guys that actually READS the code ;p

    -chadd

  10. #430
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by chadderuski View Post
    Hi Anne!

    I'm building a new site and using your Abbington Mega as my base starting point. Thanks for the great template. Very nice, and the css3 mega menu is a nice step forward.

    I was modding the contact portion of the code to at a subject line and noticed that you do not include the code for CSS anti-spam. Since this is now part of the core code in tpl_contact_us_default.php, I thought perhaps you might want to also add it to the common/tpl_mega_menu.php

    I just put this snippet in above the div for the from button:

    Code:
    <br class="clearBoth" />
    <label for="should_be_empty"></label>
    <input name="should_be_empty" type="text" id="CUAS" size="30" value="" style="visibility:hidden; display:none;" autocomplete="off" />
    Works as expected, and will not send mail if there is any value in the value field.

    -chadd
    Thank you so much for posting. I will be sure to include this in a future template update :-)

    Thanks,

    Anne

 

 
Page 43 of 102 FirstFirst ... 3341424344455393 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR