Is there anyway to make this mod work without the confirmation email.
I have been trying to get just a single registration page (details and captcha on same page), but at this time do not want to require users to check their email.
Thanks


![]() |
| | Thread Tools | Display Modes |
| ||||
|
Is there anyway to make this mod work without the confirmation email. I have been trying to get just a single registration page (details and captcha on same page), but at this time do not want to require users to check their email. Thanks |
| ||||
|
Just edit the stuff in register.php do_submit_2() to just not to send email and not to update database to set the last login and make users proceed to login instead.
|
| |||
|
Is this working with Pligg 9.8.2, if not, can we expect the updation soon.
|
| ||||
|
as told earlier - this week end - I will set aside some time to compile and upload the package that is compatible with 9.8.2 version - incase I forget to update by Monday - feel free to shoot an PM to me |
| |||
|
hey just wundering if you have updated script for version .2??
|
| |||
|
Any news on this?
|
| |||
|
so all i have to do is to download the file attached in the first post of this thread and upload & replace some files on the ftp? i have an older version of pligg. i think is 9.1 |
| |||
|
Alright I played with it and now I get this, Quote:
This is where I'm at, Code: echo "Welcome $username<br />"; echo "Check your e-mail for activating your account.<br />"; $from = 'From: admin@blogengage.com' . PLIGG_PassEmail_From . "\r\n"; $subject="Welcome to BlogEngage" . PLIGG_Visual_Name; $message = "Hello " . $username . ",\r\n\r\nThanks for registering with us. Please confirm your activation by clicking the following link or by copy, pasting it into your url address field of your browser.\r\n" . my_base_url . my_pligg_base . "/validation.php?code=$encode&uid=$username\r\n\r\nRegards,\r\nAdministrator"; $to=$email; mail($to, $subject, $message, $from); Code: echo "Welcome $username<br />"; echo "Check your e-mail for activating your account.<br />"; $from = 'From: admin@blogengage.com' . $subject="Welcome to BlogEngage" . $message = "Hello " . $username . ",\r\n\r\nThanks for registering with us. Please confirm your activation by clicking the following link or by copy, pasting it into your url address field of your browser.\r\n" . my_base_url . my_pligg_base . "/validation.php?code=$encode&uid=$username\r\n\r\nRegards,\r\nAdministrator"; $to=$email; mail($to, $subject, $message, $from); Quote:
Code: mail($to, $subject, $message, $from); Last edited by bbrian017; 12-11-2007 at 05:56 PM. |
| |||
|
So theirs no way to get this thing working for php4? only php5? That's kind of a disadvantage as MANY sites still use php4
|
| |||
| Quote:
Single step registration + Confirmation e-mail v0.1 |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Email confirmation for registration | sbanerjee | Questions and Comments | 2 | 11-23-2008 12:42 PM |
| Single Step Registration+Email Verification | arkasun | Questions and Comments | 6 | 11-10-2008 11:46 AM |
| HELP! I'm getting spammed! | AshMCairo | Questions and Comments | 113 | 11-04-2008 02:58 PM |
| Single step registration + Confirmation e-mail v0.3 | onis | Questions and Comments | 1 | 01-17-2008 12:23 PM |