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

Contest System [support thread]

Views: 57,864

Results 361 to 380 of 408
8 Jun 2012, 9:35 AM
#361
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

Contest System [support thread]

Hello Skip,

Thanks so much for that, it works perfect now!!! You are amazing

:-)

10 Jul 2012, 3:47 AM
#362
gabrielgolf avatar

gabrielgolf

New Zenner

Join Date:
Nov 2010
Location:
Brazil
Posts:
1
Plugin Contributions:
0

Re: Contest System [support thread]

Hello,

I have a zencart 1.5 and i install contest system 1.7 , But the database did not install automatically, what could be the problem, thanks.

10 Jul 2012, 2:18 PM
#363
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

gabrielgolf:

Hello,

I have a zencart 1.5 and i install contest system 1.7 , But the database did not install automatically, what could be the problem, thanks.

With this file youradmin/includes/functions/extra_functions/stats_prize_draw.php in the correct folder you should have gotten error messages telling you why.

skip

17 Jul 2012, 12:35 AM
#364
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Contest System [support thread]

Thank you very much for this mod... I tried to get the one on FaceBook working to no avail, so it's great having it on my website instead.

Am very happy with the interest in it to date... my first competition closes on the 30th July. It's open to a worldwide audience if anyone is interested in entering and seeing what it is like to use from the customer's perspective.

Thanks again
Tania :-)

31 Jul 2012, 10:31 PM
#365
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Contest System [support thread]

Hi Skip
Brilliant! I just did my first draw, 2nd contest is loaded.

One wee question, how do I set it up that I get a copy of the email sent to the winner so that I do know they have actually received it?

I'm assuming it will be a setting that needs to be added to Admin>Configuration>E-mail Options...?

Thanks
Tania :-)

1 Aug 2012, 5:29 PM
#366
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

Elemi:

Hi Skip
Brilliant! I just did my first draw, 2nd contest is loaded.

One wee question, how do I set it up that I get a copy of the email sent to the winner so that I do know they have actually received it?

I'm assuming it will be a setting that needs to be added to Admin>Configuration>E-mail Options...?

Thanks
Tania :-)

That option is not available. That will be added in the next update in a week or so.

Skip

1 Aug 2012, 10:18 PM
#367
elemi avatar

elemi

Zen Follower

Join Date:
Mar 2006
Location:
Auckland, New Zealand
Posts:
242
Plugin Contributions:
0

Re: Contest System [support thread]

Awesome!

Although I probably should have mentioned I'm running on 1.3.9h... and that was enough of an upgrade mission from 1.2.7 that I'm not ready to attempt 1.5 yet.... will you be able to post in here patch files for 1.3.9h?

:-)

17 Aug 2012, 12:11 AM
#368
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

Elemi:

Awesome!

Although I probably should have mentioned I'm running on 1.3.9h... and that was enough of an upgrade mission from 1.2.7 that I'm not ready to attempt 1.5 yet.... will you be able to post in here patch files for 1.3.9h?

:-)
The new update contest system has the store owner email option added.

Skip

2 Sep 2012, 7:00 PM
#369
crashxtrme avatar

crashxtrme

New Zenner

Join Date:
Mar 2012
Posts:
17
Plugin Contributions:
0

Re: Contest System [support thread]

How to add a contest if I delete the default one ?

Attachment 11070

3 Sep 2012, 2:16 PM
#370
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

How to add a contest if I delete the default one ?
Just setup a new contest and when someone enters it. All that information will show up in that admin window.

Skip

3 Sep 2012, 5:28 PM
#371
diego_s_v avatar

diego_s_v

New Zenner

Join Date:
Jun 2011
Location:
Cariacica, Brazil
Posts:
12
Plugin Contributions:
0

Re: Contest System [support thread]

On line 490 of the file /admin/stats_prize_draw.php

echo '<tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='. zen_href_link(FILENAME_STATS_PRIZE_DRAW, 'action=' . $referrals_query->fields['contest_code']). '" nbsp;nbsp;('. $referrals_query->fields['num_entries'].')">';

I think that the correct code should be

echo '<tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href=\''. zen_href_link(FILENAME_STATS_PRIZE_DRAW, 'action=' . $referrals_query->fields['contest_code']). '\'">';

when you click that link, it was supposed to see previus contests, right?
Thanks

3 Sep 2012, 5:55 PM
#372
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

diego.s.v:

On line 490 of the file /admin/stats_prize_draw.php

echo '<tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='. zen_href_link(FILENAME_STATS_PRIZE_DRAW, 'action=' . $referrals_query->fields['contest_code']). '" nbsp;nbsp;('. $referrals_query->fields['num_entries'].')">';

> 
> I think that the correct code should be
> ```
echo '<tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href=\''. zen_href_link(FILENAME_STATS_PRIZE_DRAW, 'action=' . $referrals_query->fields['contest_code']). '\'">';

when you click that link, it was supposed to see previus contests, right?
Thanks

That should be ```
 


Skip
4 Sep 2012, 12:01 AM
#373
diego_s_v avatar

diego_s_v

New Zenner

Join Date:
Jun 2011
Location:
Cariacica, Brazil
Posts:
12
Plugin Contributions:
0

Re: Contest System [support thread]

Thank you!
Unfortunately changed nothing. I click on the link and I'm redirected to
/admin/stats_prize_draw.php?action=004 (4)
but doesn't seems to change anything on the screen, I can only see the latest contest

4 Sep 2012, 12:48 AM
#374
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

The code you are referencing is used for pagination that is not used at this time.

The only access that you have to old contest data is from the Tools->Send Email->Customer drop down->All Contest Contestants.

Other then that you would need to use phpmyadmin or similar sql utility.

Skip

3 Oct 2012, 3:43 PM
#375
lee2 avatar

lee2

New Zenner

Join Date:
Dec 2011
Posts:
6
Plugin Contributions:
0

Re: Contest System [support thread]

I have a custom template with custom buttons ( ie boxhead-categories etc ) for my sideboxes. I was wondering if anyone could tell me what code and file I would need to use to make the contest sidebox with a custom button to match my template.
Thanks!

3 Oct 2012, 4:15 PM
#376
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

lee2:

I have a custom template with custom buttons ( ie boxhead-categories etc ) for my sideboxes. I was wondering if anyone could tell me what code and file I would need to use to make the contest sidebox with a custom button to match my template.
Thanks!

You should not have to do anything to make your contest side box look just like the rest of your site.

The only custom buttons are in the admin section so only you would see them.
The button images are located in your-admin/includes/languages/english/images/buttons folder.

Skip

3 Oct 2012, 5:37 PM
#377
lee2 avatar

lee2

New Zenner

Join Date:
Dec 2011
Posts:
6
Plugin Contributions:
0

Re: Contest System [support thread]

I am not sure why its so hard for me to explain what I mean. My buttons are in my custom folder includes\templates\mytemplate\buttons\english . When I add the contest side box it only shows text. With my other side boxes like my category side box its boxhead-categories.gif so what I need to know how to add a gif to my contest side box.
Does that make better sense?
Thanks :)

3 Oct 2012, 7:19 PM
#378
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

The file you are looking for is /includes/templates/YOUR_TEMPLATE/sideboxes/tpl_contest_sidebox.php.
You will need to look at one of your other tpl_ files in the same folder and see how they are loading the image you need.
Then you will edit tpl_contest_sidebox.php to load the image.

Make a backup of tpl_contest_sidebox.php before you edit.

Skip

8 Nov 2012, 7:27 PM
#379
anthony_h avatar

anthony_h

New Zenner

Join Date:
May 2007
Posts:
16
Plugin Contributions:
0

Re: Contest System [support thread]

Hello,

Thank you for this fantastic module.

Can you tell me if it is possible to have a captcha on the contest page to stop bots from entering the competitions when guests can enter?

Thank you
Anthony

9 Nov 2012, 6:33 PM
#380
skipwater avatar

skipwater

Totally Zenned

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

Re: Contest System [support thread]

Anthony H:

Hello,

Thank you for this fantastic module.

Can you tell me if it is possible to have a captcha on the contest page to stop bots from entering the competitions when guests can enter?

Thank you
Anthony

That is why there is the 'Display a qualifying question to enter contest ' option. Bots will not answer the question correctly and when they enter the contest they will be marked as invalidated.

Skip