Go Back   Pligg CMS Forum > Pligg Development > Modification Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #81 (permalink)  
Old 11-13-2007, 06:30 PM
Pligg Donor
Pligg Version: 9.8.2
Pligg Template: custom
 
Join Date: Sep 2007
Location: King of Prussia, PA
Posts: 97
Thanks: 0
Thanked 9 Times in 7 Posts
Got it to work.
Reply With Quote
  #82 (permalink)  
Old 11-13-2007, 10:57 PM
dollars5's Avatar
Pligg is my love :)
 
Join Date: Dec 2006
Location: India
Posts: 2,154
Thanks: 290
Thanked 266 Times in 177 Posts
I will get the updated files to work with 9.8.2 this week end.
Reply With Quote
  #83 (permalink)  
Old 11-14-2007, 06:14 AM
grimusm's Avatar
Casual Pligger
Pligg Version: 9.7
Pligg Template: custom
 
Join Date: Aug 2007
Posts: 52
Thanks: 7
Thanked 2 Times in 2 Posts
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
  #84 (permalink)  
Old 11-14-2007, 11:50 AM
dollars5's Avatar
Pligg is my love :)
 
Join Date: Dec 2006
Location: India
Posts: 2,154
Thanks: 290
Thanked 266 Times in 177 Posts
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
  #85 (permalink)  
Old 11-14-2007, 12:43 PM
New Pligger
 
Join Date: Sep 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Is this working with Pligg 9.8.2, if not, can we expect the updation soon.
__________________
Mahesh Chawla
Techpati-The Tech Blog
Reply With Quote
  #86 (permalink)  
Old 11-14-2007, 12:59 PM
dollars5's Avatar
Pligg is my love :)
 
Join Date: Dec 2006
Location: India
Posts: 2,154
Thanks: 290
Thanked 266 Times in 177 Posts
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
  #87 (permalink)  
Old 11-19-2007, 07:04 AM
New Pligger
Pligg Version: 9.8
Pligg Template: original
 
Join Date: Nov 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
hey just wundering if you have updated script for version .2??
Reply With Quote
  #88 (permalink)  
Old 12-04-2007, 02:17 AM
Constant Pligger
Pligg Version: Pligg 9.9
Pligg Template: Custom
 
Join Date: Jul 2007
Location: Ottawa, Ontario
Posts: 156
Thanks: 27
Thanked 9 Times in 9 Posts
Any news on this?
Reply With Quote
  #89 (permalink)  
Old 12-11-2007, 02:27 PM
Casual Pligger
Pligg Version: 9.1
Pligg Template: yget modified
 
Join Date: May 2007
Posts: 30
Thanks: 1
Thanked 1 Time in 1 Post
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
The Following User Says Thank You to NemoXP For This Useful Post:
  #90 (permalink)  
Old 12-11-2007, 04:33 PM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 914
Thanks: 169
Thanked 17 Times in 17 Posts
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 04:56 PM..
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Email confirmation for registration sbanerjee General Help 2 11-23-2008 11:42 AM
HELP! I'm getting spammed! AshMCairo General Help 113 11-04-2008 01:58 PM
Single step registration + Confirmation e-mail v0.3 onis General Help 1 01-17-2008 11:23 AM
single step submission of new story surender General Help 0 12-21-2007 12:54 AM


Search Engine Friendly URLs by vBSEO 3.2.0