I've posted a fairly detailed explanation of how I customized my PHPList installation over here:
http://forums.phplist.com/viewtopic.php?f=6&t=29269
Please check it out; I'd love the feedback.
Thanks,
Stace
stacef wrote:jwgriffin-
Sure sounds like you've completed this successfully. I think most of us here understand the implications of editing core code but we haven't figured out all the steps necessary to completely customize the subscription process. Would you be interested in sharing in detail how you were able to make it work? There are a lot of folks looking for this info.
Thanks,
Stace
if ($subscribepagedata["thankyoupage"]) {
$thankyoupage = $subscribepagedata["thankyoupage"];
if(substr(strtolower($thankyoupage), 0, 7) == "http://") { header("Location:".$thankyoupage); }
} else {
$thankyoupage = '<h3>'.$strThanks.'</h3>'. $strEmailConfirmation;
}
/*
$res .= $data["header"];
$res .= '<.h1>'.$info.'<./h1>';
$res .= $html;
$res .= "<.P>".$GLOBALS["PoweredBy"].'<./p>';
$res .= $data["footer"];
*/
$res = header("Location: http://www.mypage.com/new/funktion.erfolg.html");
Return to Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 5 guests