Zen Cart Logo
Forums / All Other Contributions/Addons / Contest System [support thread]

Contest System [support thread]

Views: 57,864

Results 301 to 320 of 408
21 Mar 2011, 5:03 PM
#301
dawl avatar

dawl

New Zenner

Join Date:
Mar 2009
Posts:
8
Plugin Contributions:
0

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.

22 Mar 2011, 12:58 AM
#302
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Contest System [support thread]

Dawl:

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

31 Mar 2011, 12:42 AM
#303
bookwise avatar

bookwise

New Zenner

Join Date:
Jun 2008
Posts:
23
Plugin Contributions:
0

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.:smile:

31 Mar 2011, 1:08 AM
#304
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Contest System [support thread]

bookwise:

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.:smile:

admin->Configuration->Contests->Contest Date Display Format

Change to d/m/Y

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

Skip

31 Mar 2011, 4:27 PM
#305
bookwise avatar

bookwise

New Zenner

Join Date:
Jun 2008
Posts:
23
Plugin Contributions:
0

Re: Contest System [support thread]

Thanks for your reply Skip. :cool: 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?

31 Mar 2011, 7:46 PM
#306
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Contest System [support thread]

bookwise:

Thanks for your reply Skip. :cool: 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

echo 'The Winner will be notified by emailed after '.CONTEST_CLOSE_DATE.'<br/>';

Change to This

echo 'The Winner will be notified by emailed after '.$disp_close_date.'<br/>';

Skip

1 Apr 2011, 11:30 AM
#307
bookwise avatar

bookwise

New Zenner

Join Date:
Jun 2008
Posts:
23
Plugin Contributions:
0

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. :D

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?

1 Apr 2011, 1:04 PM
#308
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Contest System [support thread]

bookwise:

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. :D

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

23 Jul 2011, 11:27 PM
#309
irishshopper avatar

irishshopper

Zen Follower

Join Date:
Apr 2010
Location:
County Down, Northern Ireland
Posts:
302
Plugin Contributions:
0

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 ?

24 Jul 2011, 12:19 AM
#310
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Contest System [support thread]

irishshopper:

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

13 Jan 2012, 10:35 PM
#311
pwyller avatar

pwyller

New Zenner

Join Date:
Jan 2012
Posts:
3
Plugin Contributions:
0

Re: Contest System [support thread]

:clap: Woohoo! Got it working! https://www.pwyller.com/Store

18 Jan 2012, 9:30 PM
#312
amebb avatar

amebb

Zen Follower

Join Date:
May 2008
Location:
UK
Posts:
406
Plugin Contributions:
0

Re: Contest System [support thread]

Hi Skip

I need some help here. I have installed ZenCart v1.50 on my server.
Then i installed the Contest 1-6-4 script on my site.

I also installed the SQL patch etc.

The issue is that i cannot goto Admin > Config > Contest...

I cannot see the contest folder in admin > Config.

The files have been double checked etc and are all ok. On my main shop page i can see the contest link.

What am i doing wrong.? can anyone help please..?

Thank you

Paul:(

19 Jan 2012, 12:14 AM
#313
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Contest System [support thread]

I have not upgraded this mod to 1.5 yet. The new admin nav needs to be rewritten.

Skip

19 Jan 2012, 4:28 PM
#314
raycrump avatar

raycrump

New Zenner

Join Date:
Jan 2012
Posts:
1
Plugin Contributions:
0

Re: Contest System [support thread]

Is there anyway to change the contest prize directly (without using the menus) in 1.5? At least a bandaid until the system is upgraded?

I can see the contest entries, but I need to be able to change the contest at the start of next month.

19 Jan 2012, 4:41 PM
#315
amebb avatar

amebb

Zen Follower

Join Date:
May 2008
Location:
UK
Posts:
406
Plugin Contributions:
0

Re: Contest System [support thread]

Hi Skip.....

Just a quick question Skip... When are you likely to get the contest script up and running for version V1.50...?

Thanks

19 Jan 2012, 7:47 PM
#316
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Contest System [support thread]

RayCrump:

Is there anyway to change the contest prize directly (without using the menus) in 1.5? At least a bandaid until the system is upgraded?

I can see the contest entries, but I need to be able to change the contest at the start of next month.

There are some threads that talk about adding admin nav.
http://www.zen-cart.com/forum/showthread.php?t=184138

But there other issues that need to be rectified also. So I would wait till the upgrade.

amebb:

Hi Skip.....

Just a quick question Skip... When are you likely to get the contest script up and running for version V1.50...?

Thanks

As for time frame unknown at this time other projects in the que.

Skip

29 Jan 2012, 2:11 PM
#317
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Contest System [support thread]

Contest System has been upgraded to Zen Cart v1.5.x
It is NOT backwards compatible.
Here is the link to Contest System in the Free Software Add Ons

Skip

21 Feb 2012, 9:00 AM
#318
tnjon avatar

tnjon

New Zenner

Join Date:
Apr 2006
Posts:
67
Plugin Contributions:
0

Re: Contest System [support thread]

Hi, when going to contest page the right side and footer disappears. I've looked and can't find a fix any help?

21 Feb 2012, 2:28 PM
#319
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Contest System [support thread]

tnjon:

Hi, when going to contest page the right side and footer disappears. I've looked and can't find a fix any help?

A link to the page would help.

Skip