Page 22 of 41 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 408
  1. #211
    Join Date
    May 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Great, that worked perfect.. Thanks

  2. #212
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Hi! I have installed admin profiles mod... and can't execute the file

    install-sql-contest-v1.6.php

    because said me:
    Sorry, your security clearance does not allow you to access this resource.

    and when I try to allow me see that page... don't save the page... so... my question is... there isn't another way?

    I mean... I can execute the file from

    Tools/Install SQL patches?

    or from PHPMyAdmin??

    thanks in advance...

    Marta
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  3. #213
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by mipavluk View Post
    Hi! I have installed admin profiles mod... and can't execute the file

    install-sql-contest-v1.6.php

    because said me:
    Sorry, your security clearance does not allow you to access this resource.

    and when I try to allow me see that page... don't save the page... so... my question is... there isn't another way?

    I mean... I can execute the file from

    Tools/Install SQL patches?

    or from PHPMyAdmin??

    thanks in advance...

    Marta
    You can move install-sql-contest-v1.6.php to your stores root folder and then run it from there. BUT when it has completed the install YOU MUST remove/delete it from your root folder.

    That should be a work around for admin profiles mod.

    Skip
    • 446F63746F722057686F •

  4. #214
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    yeah!
    thanks!!!
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  5. #215
    Join Date
    Feb 2010
    Posts
    4
    Plugin Contributions
    0

    Default enter every 24hrs

    Hello I wanted to know if it is possible to allow people to enter in the contest every 24hrs until the contest ends for more chances of winning? Is there something I have to change in the script?

    Any suggestions would be great.

    This script is working great so far.
    Last edited by bzachau; 11 Jul 2010 at 08:34 PM.

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

    Default Re: Contest System [support thread]

    Quote Originally Posted by bzachau View Post
    Hello I wanted to know if it is possible to allow people to enter in the contest every 24hrs until the contest ends for more chances of winning? Is there something I have to change in the script?

    Any suggestions would be great.

    This script is working great so far.
    Find this file
    /includes/templates/YOUR_TEMPLATE/templates/tpl_contest_default.php.
    Code:
    // Check if we have already entered
    $check_email_query = "select count(*) as total from " . TABLE_CONTEST . " where contestant_email = '" . $entry_email_address . "' AND contest_code = '" . CONTEST_CODE . "'";
    $check_email = $db->Execute($check_email_query);
    	if ($check_email->fields['total'] > 0) {
    	$error = true;
    	$messageStack->add('contest', TEXT_ALREADY_ENTERED);
    				}
    And comment it out:
    Code:
    // Check if we have already entered
    /*
    $check_email_query = "select count(*) as total from " . TABLE_CONTEST . " where contestant_email = '" . $entry_email_address . "' AND contest_code = '" . CONTEST_CODE . "'";
    $check_email = $db->Execute($check_email_query);
    	if ($check_email->fields['total'] > 0) {
    	$error = true;
    	$messageStack->add('contest', TEXT_ALREADY_ENTERED);
    	}
    */
    • 446F63746F722057686F •

  7. #217
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Is there a way on the contest page to NOT have the product description showing? I have a dropdown box in my description (men's/women's) and it's showing on the contest page. If it's selected, it takes people away from the page.

  8. #218
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    I also have another small issue. I can't seem to find where to change the size of the image on the contest page. A little help here please.

  9. #219
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Contest System [support thread]

    Quote Originally Posted by Coffinwear View Post
    Is there a way on the contest page to NOT have the product description showing? I have a dropdown box in my description (men's/women's) and it's showing on the contest page. If it's selected, it takes people away from the page.
    Find this file
    /includes/templates/YOUR_TEMPLATE/templates/tpl_contest_default.php.

    You will find this code around line 174
    Code:
    echo 'The PRIZE is <b>'. $contest_prize->fields['products_name'].'</b><br/>' . $contest_prize->fields['products_description'];
    Change to
    Code:
    echo 'The PRIZE is <b>'. $contest_prize->fields['products_name'].'</b><br/>';
    Skip
    • 446F63746F722057686F •

  10. #220
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Contest System [support thread]

    Thanks Skip. That was exactly what I was looking for. Is there a way to change the image size?

 

 
Page 22 of 41 FirstFirst ... 12202122232432 ... 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