Page 31 of 41 FirstFirst ... 212930313233 ... LastLast
Results 301 to 310 of 408
  1. #301
    Join Date
    Mar 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Just installed this and we're having issues. When clicking the button to select a winner it just redirects to the admin login screen. No matter what I do, I can't get it to choose the winner...just login screen over and over.

  2. #302
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by Dawl View Post
    Just installed this and we're having issues. When clicking the button to select a winner it just redirects to the admin login screen. No matter what I do, I can't get it to choose the winner...just login screen over and over.
    Check your cache folder for a debug log file.

    It sounds like a session issue.

    Skip
    • 446F63746F722057686F •

  3. #303
    Join Date
    Jun 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Hi Skip

    Can you please tell me how to set up this contribution so that the contest start and end dates are in the dd/mm/yy format. I guess I have to modify some files but I am not sure exactly what. I live in New Zealand and my server is located here too so both my Zen cart time and the server time are in this dd/mm/yy format.

  4. #304
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by bookwise View Post
    Hi Skip

    Can you please tell me how to set up this contribution so that the contest start and end dates are in the dd/mm/yy format. I guess I have to modify some files but I am not sure exactly what. I live in New Zealand and my server is located here too so both my Zen cart time and the server time are in this dd/mm/yy format.
    admin->Configuration->Contests->Contest Date Display Format

    Change to d/m/Y

    That will display Day/Month/Year 30/03/2011

    Skip
    • 446F63746F722057686F •

  5. #305
    Join Date
    Jun 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Thanks for your reply Skip. I now have the contest start and end dates showing in the correct format. However I have struck a snag. When the contestant enters the competition they are shown a success message that has a date on it:

    Contest

    You have been successfully entered into the prize draw!

    The Winner will be notified by emailed after 05/22/2011

    How can I change the date in this message to show 22/05/2011 ie in the correct format for my geographical region?

  6. #306
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by bookwise View Post
    Thanks for your reply Skip. I now have the contest start and end dates showing in the correct format. However I have struck a snag. When the contestant enters the competition they are shown a success message that has a date on it:

    Contest

    You have been successfully entered into the prize draw!

    The Winner will be notified by emailed after 05/22/2011

    How can I change the date in this message to show 22/05/2011 ie in the correct format for my geographical region?
    open and edit includes/templates/YOUR_TEMPLATE/templates/tpl_contest_default.php
    Look around line 200 and find
    Code:
    echo 'The Winner will be notified by emailed after '.CONTEST_CLOSE_DATE.'<br/>';
    Change to This
    Code:
    echo 'The Winner will be notified by emailed after '.$disp_close_date.'<br/>';
    Skip
    • 446F63746F722057686F •

  7. #307
    Join Date
    Jun 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Skip thanks for all your help thus far. I am happy to report this mod is working for me on the latest Zen Cart version 1.3.9h.

    One other question I have is do you know of a way to limit entrants to a specific zone or country? I would like to have my competition open to residents of my own country only. Is there a way to add an if statement or something to cover this?

  8. #308
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by bookwise View Post
    Skip thanks for all your help thus far. I am happy to report this mod is working for me on the latest Zen Cart version 1.3.9h.

    One other question I have is do you know of a way to limit entrants to a specific zone or country? I would like to have my competition open to residents of my own country only. Is there a way to add an if statement or something to cover this?
    Short answer no. But it could be done just alot of code.

    As for now you could just change the contest rules saying that only good in xyz country.

    Skip
    • 446F63746F722057686F •

  9. #309
    Join Date
    Apr 2010
    Location
    County Down, Northern Ireland
    Posts
    302
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    My Contest is working but I have received over 5,000 entries in 2 weeks. All different names/emails but 90% have come from the same IP Address. Is there any way of blocking it or limiting 1 entry per IP address ?

  10. #310
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Contest System [support thread]

    Quote Originally Posted by irishshopper View Post
    My Contest is working but I have received over 5,000 entries in 2 weeks. All different names/emails but 90% have come from the same IP Address. Is there any way of blocking it or limiting 1 entry per IP address ?
    See if applying the suggestion in this thread to the contest form works for ya (it should)

    http://www.zen-cart.com/forum/showthread.php?t=166212
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 31 of 41 FirstFirst ... 212930313233 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 766
    Last Post: 18 Oct 2025, 11:23 AM
  3. v151 Help with contest system mod
    By tod4life in forum General Questions
    Replies: 1
    Last Post: 15 Dec 2012, 05:26 PM
  4. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM
  5. Contest System addon Error
    By ruralcraftsman in forum All Other Contributions/Addons
    Replies: 18
    Last Post: 5 Feb 2010, 04:12 PM

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