Uploaded New Template and The Submit Page Don't Work!

Discussion in 'Directories' started by upshiftmedia, Feb 26, 2008.

  1. #1
    Hi Forum,

    I have downloaded and customized a template from AllPHPLD and when you submit a new link, it doesn't take you to the payment page or anything, just refreshes. Is there somewhere on the PHPLD admin panel where I have to turn something on for this to work, or is this template just not working fully?

    The Directory is easy5dollars[.com]/submit.php

    Thanks,

    Mike
     
    upshiftmedia, Feb 26, 2008 IP
  2. kevster1

    kevster1 Peon

    Messages:
    747
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi the submit wont work on the template because you havent got the agree to submission rules at the bottom of the page.

    You should have something like:


    
    <tr>
       <td class="label"><span class='req'>*</span><a href="{$smarty.const.DOC_ROOT}/rules.php" title="Submission Rules" target='_blank'>Submission Rules</a> Agreement:</td>
       <td class="field">
        <input type="checkbox" id="AGREERULES" name="AGREERULES"{if $AGREERULES eq 'on'} checked="checked"{/if} /> {l}I AGREE with the <a href="{$smarty.const.DOC_ROOT}/rules.php" title="Submission Rules" target='_blank'>submission rules</a>{/l}
        {validate form="submit_link" id="v_AGREERULES" message=$smarty.capture.non_rules_agree}</td>
       </tr>
    HTML:
    Below the Captcha section in your Submit.tpl template file.


    Hope that helps

    Kevster
     
    kevster1, Feb 26, 2008 IP
  3. upshiftmedia

    upshiftmedia Peon

    Messages:
    469
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Kevster. That was the issue.
     
    upshiftmedia, Feb 26, 2008 IP