Single step registration + Confirmation e-mail v0.1

Register an Account
Reply
 
Thread Tools Display Modes
  #81 (permalink)  
Old 11-14-2007, 07:14 AM
grimusm's Avatar
Casual Pligger
Pligg Version: 9.7
Pligg Template: custom
 
Join Date: Aug 2007
Posts: 51
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
Reply With Quote
  #82 (permalink)  
Old 11-14-2007, 12:50 PM
dollars5's Avatar
Pligg Donor
 
Join Date: Dec 2006
Location: India
Posts: 1,960
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.
Reply With Quote
  #83 (permalink)  
Old 11-14-2007, 01:43 PM
New Pligger
 
Join Date: Sep 2007
Posts: 4
Is this working with Pligg 9.8.2, if not, can we expect the updation soon.
Reply With Quote
  #84 (permalink)  
Old 11-14-2007, 01:59 PM
dollars5's Avatar
Pligg Donor
 
Join Date: Dec 2006
Location: India
Posts: 1,960
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
Reply With Quote
  #85 (permalink)  
Old 11-19-2007, 08:04 AM
New Pligger
Pligg Version: 9.8
Pligg Template: original
 
Join Date: Nov 2007
Posts: 1
hey just wundering if you have updated script for version .2??
Reply With Quote
  #86 (permalink)  
Old 12-04-2007, 03:17 AM
Constant Pligger
Pligg Version: Pligg 9.9
Pligg Template: Custom
 
Join Date: Jul 2007
Location: Ottawa, Ontario
Posts: 146
Any news on this?
Reply With Quote
  #87 (permalink)  
Old 12-11-2007, 03:27 PM
Casual Pligger
Pligg Version: 9.1
Pligg Template: yget modified
 
Join Date: May 2007
Posts: 30
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
Reply With Quote
  #88 (permalink)  
Old 12-11-2007, 05:33 PM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 784
Alright I played with it and now I get this,

Quote:
Welcome to BlogEngagePLIGG_Visual_Name‏
From: admin@blogengage.comPLIGG_PassEmail_From
When I try and delete the extra text I get a parse error ?

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);
EDIT: I just did it like this and I don't have an error I will try it and see if it works,

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);
Alright I still get an error when I do it this way,

Quote:
Warning: mail(): Bad parameters to mail() function, mail not sent. in /home/content/b/b/r/bbrian017/html/blogengage/register.php on line 173
Line 173 is,

Code:
		mail($to, $subject, $message, $from);

Last edited by bbrian017; 12-11-2007 at 05:56 PM.
Reply With Quote
  #89 (permalink)  
Old 12-12-2007, 06:30 AM
New Pligger
Pligg Version: Plig Beta 9.8.2
Pligg Template: Default?
 
Join Date: Oct 2007
Posts: 4
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
Reply With Quote
  #90 (permalink)  
Old 12-12-2007, 09:49 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 784
Quote:
Originally Posted by binjamin View Post
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
I got it to work but I'm still facing these issues. I am using php 4

Single step registration + Confirmation e-mail v0.1
Reply With Quote
Reply

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


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development