Results 1 to 7 of 7
-
29th Jan 2010, 11:49 AM #1OPMember
[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" />
PHP Code:<input type="checkbox" name="confemail" /> I Dont want to receive the confirmation email.
Find
PHP Code:$modEnabled = true;
PHP Code:$confemail = $_POST['confemail'];
PHP Code:if($modEnabled)
PHP Code:if($modEnabled && !isset($confemail))
Find submitted.php
PHP Code:$email = $_POST['email'];
}
$c->open();
PHP Code:$email = $_POST['email'];
$confemail = $_POST['confemail'];
}
$c->open();
PHP Code:if($enableAutoResponder == 1)
PHP Code:if($enableAutoResponder == 1 && !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
-
29th Jan 2010, 12:04 PM #2Google Corp.
-
30th Jan 2010, 04:01 PM #3OPMember
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']}";
PHP Code:$compile = "sname={$_POST['sname']}&surl={$_POST['surl']}&email={$_POST['email']}&confemail={$_POST['confemail']}";
PHP Code:<td colspan="4"><br /> <input type="submit" value="Submit Downloads" style="width: 216px; cursor:pointer; height:30px;" /></td>
PHP Code:<td colspan="4"><br /> <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>
-
2nd Feb 2010, 12:30 AM #4MemberWebsite's:
DoIReallyNeedOne.meSimple and easy solution, thank you!
-
3rd Mar 2010, 06:54 AM #5Member
Thank you very much!
-
3rd May 2010, 08:36 AM #6MemberWebsite's:
LulzCovers.com LulzTroll.comWCDDL Modules/wcddl_submail.php
can anyone send me a link to downloadContact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
Template Designing, PSD to HTML, Wordpress
-
3rd May 2010, 02:26 PM #7Member
yea make it or find it at warezcoderz
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Confirmation email
By Dl4uall in forum Web Development AreaReplies: 14Last Post: 24th Feb 2011, 10:08 AM -
cPanel - Cannot send email
By iNF3RN0Lover in forum Technical Help Desk SupportReplies: 9Last Post: 1st Dec 2010, 05:30 AM -
Site Confirmation email, reminder etc goes into spam folder
By warezrock in forum Technical Help Desk SupportReplies: 10Last Post: 18th May 2010, 07:52 AM -
Looking for a Mass Contacts importer then send send an email
By TheTorrentSeller in forum vBulletinReplies: 2Last Post: 18th Dec 2009, 03:16 PM -
DDL Receive confirmation email Yes/No?
By jomasaco in forum Forum and DDL DiscussionReplies: 2Last Post: 28th Oct 2009, 12:55 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...