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
:-)
Views: 57,864
Totally Zenned
Hello Skip,
Thanks so much for that, it works perfect now!!! You are amazing
:-)
New Zenner
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.
Totally Zenned
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
Zen Follower
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 :-)
Zen Follower
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 :-)
Totally Zenned
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
Zen Follower
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?
:-)
Totally Zenned
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
New Zenner
Totally Zenned
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
New Zenner
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
Totally Zenned
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
New Zenner
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
Totally Zenned
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
New Zenner
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!
Totally Zenned
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
New Zenner
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 :)
Totally Zenned
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
New Zenner
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
Totally Zenned
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
Tell staff why this post should be reviewed.