Activity Stream
48,167 MEMBERS
6868 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member

    Default [WCDDL] Send Confirmation Email

    If they are not interested on the email to confirm the submittions why send him?
    By default are yes.

    submit form.
    find
    PHP Code: 
    <input type="submit" value="Submit Downloads" /> 
    after add
    PHP Code: 
    <input type="checkbox" name="confemail" /> I Dont want to receive the confirmation email
    WCDDL Modules/wcddl_submail.php
    Find
    PHP Code: 
    $modEnabled true
    After add
    PHP Code: 
    $confemail $_POST['confemail']; 
    Find
    PHP Code: 
    if($modEnabled
    Change to:
    PHP Code: 
    if($modEnabled && !isset($confemail)) 
    DDLCMS
    Find submitted.php
    PHP Code: 
    $email $_POST['email'];
            }
            
    $c->open(); 
    change to
    PHP Code: 
                $email $_POST['email'];
                
    $confemail $_POST['confemail'];
            }
            
    $c->open(); 
    PHP Code: 
    if($enableAutoResponder == 1
    Change to:
    PHP Code: 
    if($enableAutoResponder == && !isset($confemail)) 
    jomasaco Reviewed by jomasaco on . [WCDDL] Send Confirmation Email If they are not interested on the email to confirm the submittions why send him? By default are yes. http://www.besthostingforums.com/images/cdn/besthostingforums.com/2010/01/21m66hd-1.png submit form. find <input type="submit" value="Submit Downloads" /> after add <input type="checkbox" name="confemail" /> I Dont want to receive the confirmation email. WCDDL Modules/wcddl_submail.php Find $modEnabled = true; After add $confemail = $_POST; Find Rating: 5


  2.   Sponsored Links

  3.     
    #2
    Google Corp.
    nice one, I needed something like this for ddl0



    Tested and working. Thanks!
    Life asked Death: "Why do people love me, but hate you?"
    Death responded: "Because you're a beautiful lie and I'm the painful truth."


  4.     
    #3
    Member
    Yes this should be standard on ddl sites.
    Be nice if more sites adhere to this, and also the autosubmiters.

    Code to autosubmiters (not tested)
    PHP Code: 
    $compile "sname={$_POST['sname']}&surl={$_POST['surl']}&email={$_POST['email']}"
    Change to
    PHP Code: 
    $compile "sname={$_POST['sname']}&surl={$_POST['surl']}&email={$_POST['email']}&confemail={$_POST['confemail']}"
    PHP Code: 
      <td colspan="4"><br />&nbsp; <input type="submit" value="Submit Downloads" style="width: 216px; cursor:pointer; height:30px;" /></td
    change to:
    PHP Code: 
      <td colspan="4"><br />&nbsp; <input type="submit" value="Submit Downloads" style="width: 216px; cursor:pointer; height:30px;" /> <input type="checkbox" name="confemail" /> I Dont want to receive the confirmation email. </td


  5.     
    #4
    Member
    Website's:
    DoIReallyNeedOne.me
    Simple and easy solution, thank you!

  6.     
    #5
    Member
    Thank you very much!

  7.     
    #6
    Member
    Website's:
    LulzCovers.com LulzTroll.com
    WCDDL Modules/wcddl_submail.php
    i've no such file in the module directory..
    can anyone send me a link to download
    Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
    Template Designing, PSD to HTML, Wordpress


  8.     
    #7
    Member
    yea make it or find it at warezcoderz

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Confirmation email
    By Dl4uall in forum Web Development Area
    Replies: 14
    Last Post: 24th Feb 2011, 10:08 AM
  2. cPanel - Cannot send email
    By iNF3RN0Lover in forum Technical Help Desk Support
    Replies: 9
    Last Post: 1st Dec 2010, 05:30 AM
  3. Site Confirmation email, reminder etc goes into spam folder
    By warezrock in forum Technical Help Desk Support
    Replies: 10
    Last Post: 18th May 2010, 07:52 AM
  4. Looking for a Mass Contacts importer then send send an email
    By TheTorrentSeller in forum vBulletin
    Replies: 2
    Last Post: 18th Dec 2009, 03:16 PM
  5. DDL Receive confirmation email Yes/No?
    By jomasaco in forum Forum and DDL Discussion
    Replies: 2
    Last Post: 28th Oct 2009, 12:55 PM

Tags for this Thread

BE SOCIAL