Login After Register

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
comkidwizzer3
Registered User
Posts: 375
Joined: Fri Jul 13, 2007 8:24 am
Location: $user->data['user_location'];

Re: Login After Register

Post by comkidwizzer3 »

No, this currently only works on proSilver, sorry 'bout that, haven't had to get around to that
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
w0rld_life
Registered User
Posts: 59
Joined: Wed Jul 02, 2008 4:24 pm

Re: Login After Register

Post by w0rld_life »

Hmmm...

Waiting for subsilver edits :(
User avatar
ALpa # Gun
Registered User
Posts: 80
Joined: Thu May 28, 2009 6:43 pm
Location: Austria / Vienna

Re: Login After Register

Post by ALpa # Gun »

hmm... i put this now the users login automaticilly... but if they register and go submit here is a text:

you are now registereed. "now you can login" something like this .... how can i do thats here write "You have been logged automaticly."
comkidwizzer3
Registered User
Posts: 375
Joined: Fri Jul 13, 2007 8:24 am
Location: $user->data['user_location'];

Re: Login After Register

Post by comkidwizzer3 »

Go into ACP and add the ACP MODule then you can edit the text ;)
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
romeo_piter
Registered User
Posts: 130
Joined: Mon Nov 09, 2009 7:11 pm
Location: Paraguay

Re: Login After Register

Post by romeo_piter »

Can't download the latest versions of this mod (1.0.1 and 1.0.2)
The links seem to be broken :cry:
moh.elmadany
Registered User
Posts: 441
Joined: Fri Nov 23, 2007 1:25 pm

Re: Login After Register

Post by moh.elmadany »

this link doesn't work with me

http://php.taynec8.co.uk/larv1.0.2.zip
comkidwizzer3
Registered User
Posts: 375
Joined: Fri Jul 13, 2007 8:24 am
Location: $user->data['user_location'];

Re: Login After Register

Post by comkidwizzer3 »

Oh... Let me reupload them...

EDIT: http://rapidshare.com/files/305350725/larv1.0.2.zip ;)
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
moh.elmadany
Registered User
Posts: 441
Joined: Fri Nov 23, 2007 1:25 pm

Re: Login After Register

Post by moh.elmadany »

i have 3.0.4
after i enable this module from ACP .. i can't find it !

what can i do please ?
romeo_piter
Registered User
Posts: 130
Joined: Mon Nov 09, 2009 7:11 pm
Location: Paraguay

Re: Login After Register

Post by romeo_piter »

Could anybody please e-mail me 1.0.2 version.
It's too difficult to get it from rapidshare because it's always busy, and I don't want to get premium account there :oops:

My e-mail:
[email protected]
jamiet757
Registered User
Posts: 54
Joined: Sat Aug 01, 2009 2:03 am

Re: Login After Register

Post by jamiet757 »

I seem to be having a problem with this MOD after updating to 3.0.6. I registered 2 test user accounts and it did not login after completing the registration. Is there anything that needs to be updated for version 3.0.6?
romeo_piter
Registered User
Posts: 130
Joined: Mon Nov 09, 2009 7:11 pm
Location: Paraguay

Re: Login After Register

Post by romeo_piter »

I tried 1.0.0 version. It works, but redirect doesn't work.

Now I finally installed 1.0.2 and I have the following problem:

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 63: Missing argument 2 for request_var(), called in /includes/ucp/ucp_register.php on line 437 and defined

Warning: Cannot modify header information - headers already sent by (output started at /home/www/z123160/forum/includes/functions.php:3257) in /home/www/z123160/forum/includes/functions.php on line 3883

Warning: Cannot modify header information - headers already sent by (output started at /home/www/z123160/forum/includes/functions.php:3257) in /home/www/z123160/forum/includes/functions.php on line 3885

Warning: Cannot modify header information - headers already sent by (output started at /home/www/z123160/forum/includes/functions.php:3257) in /home/www/z123160/forum/includes/functions.php on line 3886

Warning: Cannot modify header information - headers already sent by (output started at /home/www/z123160/forum/includes/functions.php:3257) in /home/www/z123160/forum/includes/functions.php on line 3887

In /includes/ucp/ucp_register.php line 437 I have:

Code: Select all

   $lar = request_var('lar');
			$lar_message = $config['lar_message'];
				
			if ($config['lar_users'] == 0 && $config['lar_enable'] == 1 && $lar == 1){
				$auth->login($data['username'], $data['new_password']);
And redirect still doesn't work.


PS forum version - 3.0.5
User avatar
jh0nny
Registered User
Posts: 123
Joined: Thu Apr 01, 2004 1:53 am

Re: Login After Register

Post by jh0nny »

romeo_piter wrote:I tried 1.0.0 version. It works, but redirect doesn't work.

Now I finally installed 1.0.2 and I have the following problem:

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 63: Missing argument 2 for request_var(), called in /includes/ucp/ucp_register.php on line 437 and defined

Warning: Cannot modify header information - headers already sent by (output started at /home/www/z123160/forum/includes/functions.php:3257) in /home/www/z123160/forum/includes/functions.php on line 3883

Warning: Cannot modify header information - headers already sent by (output started at /home/www/z123160/forum/includes/functions.php:3257) in /home/www/z123160/forum/includes/functions.php on line 3885

Warning: Cannot modify header information - headers already sent by (output started at /home/www/z123160/forum/includes/functions.php:3257) in /home/www/z123160/forum/includes/functions.php on line 3886

Warning: Cannot modify header information - headers already sent by (output started at /home/www/z123160/forum/includes/functions.php:3257) in /home/www/z123160/forum/includes/functions.php on line 3887

In /includes/ucp/ucp_register.php line 437 I have:

Code: Select all

   $lar = request_var('lar');
			$lar_message = $config['lar_message'];
				
			if ($config['lar_users'] == 0 && $config['lar_enable'] == 1 && $lar == 1){
				$auth->login($data['username'], $data['new_password']);
And redirect still doesn't work.


PS forum version - 3.0.5
I had the exact same problem, 'fixed' it by deleting the first line in the last code-part containing:

Code: Select all

$lar = request_var('lar');
Registration goes well and the user is logged in after the registration. ;)
:: Sex is just like software, it's better when it's free ::
comkidwizzer3
Registered User
Posts: 375
Joined: Fri Jul 13, 2007 8:24 am
Location: $user->data['user_location'];

Re: Login After Register

Post by comkidwizzer3 »

I have now submitted an update to make this work with phpBB3.0.6 to the MODDB, for those who need it, here:

OPEN: includes/ucp/ucp_register.php

FIND:

Code: Select all

$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
                trigger_error($message); 
BEFORE ADD:

Code: Select all

$auth->login($data['username'], $data['new_password']); 
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
User avatar
ravikum
Registered User
Posts: 82
Joined: Tue Dec 02, 2008 5:13 pm
Location: Internet 24X7

Re: Login After Register

Post by ravikum »

comkidwizzer3 wrote:I have now submitted an update to make this work with phpBB3.0.6 to the MODDB, for those who need it, here:

OPEN: includes/ucp/ucp_register.php

FIND:

Code: Select all

$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
                trigger_error($message); 
BEFORE ADD:

Code: Select all

$auth->login($data['username'], $data['new_password']); 

I implemented it but it is not working
my phpbb version is 3.0.6
Please help!
comkidwizzer3
Registered User
Posts: 375
Joined: Fri Jul 13, 2007 8:24 am
Location: $user->data['user_location'];

Re: Login After Register

Post by comkidwizzer3 »

I'm not sure :? It should have worked, I tested on phpBB3.0.6 myself...
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~

Return to “[3.0.x] MOD Database Releases”