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.
emrys
Registered User
Posts: 7
Joined: Tue Sep 08, 2009 9:04 pm

Re: Login After Register

Post by emrys »

Cool, I really need that capability.
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 »

When I release 1.0.3, you will be able :D
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
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 »

Bump, please check it out :D
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
lludmill
Registered User
Posts: 10
Joined: Sun Sep 13, 2009 1:27 pm

Re: Login After Register

Post by lludmill »

Is this mode only for prosilver or I can install it in subsilver as well
Thanks
emrys
Registered User
Posts: 7
Joined: Tue Sep 08, 2009 9:04 pm

Re: Login After Register

Post by emrys »

Still hoping for v. 1.03. Really need to be able to redirect my users after registration. Is there any way you could just tell me where in the phpbb code to hard code a redirect upon a successful registration?

Thanks in advance!
User avatar
RMcGirr83
Former Team Member
Posts: 22094
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Login After Register

Post by RMcGirr83 »

emrys wrote:Still hoping for v. 1.03. Really need to be able to redirect my users after registration. Is there any way you could just tell me where in the phpbb code to hard code a redirect upon a successful registration?

Thanks in advance!
in includes/ucp/ucp_register.php

Code: Select all

$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
is where the "Return to Index" is made after successful registration.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
emrys
Registered User
Posts: 7
Joined: Tue Sep 08, 2009 9:04 pm

Re: Login After Register

Post by emrys »

RMcGirr83 wrote:
emrys wrote:Still hoping for v. 1.03. Really need to be able to redirect my users after registration. Is there any way you could just tell me where in the phpbb code to hard code a redirect upon a successful registration?

Thanks in advance!
in includes/ucp/ucp_register.php

Code: Select all

$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' . append_sid("{$phpbb_root_path}index.$phpEx") . '">', '</a>');
is where the "Return to Index" is made after successful registration.
Thanks so much, RMcGirr83! So if I wanted to redirect it to my home page (http://um-fvsa.org/), would I just change it to:

Code: Select all

$message = $message . '<br /><br />' . sprintf($user->lang['RETURN_INDEX'], '<a href="' http://um-fvsa.org") . '">', '</a>');
nasadows
Registered User
Posts: 119
Joined: Wed Mar 25, 2009 3:49 am

Re: Login After Register

Post by nasadows »

I'm a fan of this now :D watching this topic
User avatar
greenwizard
Registered User
Posts: 60
Joined: Mon Aug 31, 2009 8:50 pm

Re: Login After Register

Post by greenwizard »

i won`t work i am using phpbb3.5 and dark_fantasy theme with bg_langpack, i eddited everything and uploaded all files in place , turned-on the module , the option showed in ACP , turned funcs on but it would`t redirect ...
any suggestions?
No Gifs avatars or signatures allowed ! You will crash the community ! :)
Icono
Registered User
Posts: 14
Joined: Mon Aug 24, 2009 4:35 am

Re: Login After Register

Post by Icono »

I never did find a link to 1.0.3 in this thread but it's out there and is working.

http://php.taynec8.co.uk/larv1.0.3.zip

If only there was an easy way to remove the "return to board index" link or change it so that it also points to the intended redirect location. Maybe in 1.0.4?
nasadows
Registered User
Posts: 119
Joined: Wed Mar 25, 2009 3:49 am

Re: Login After Register

Post by nasadows »

i think its his main intention to make 1.0.3, lets wait till he finishes it ;)
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 »

Just wait, I have coded the redirect and it works ;)

@greenwizard: I can't not be sure ;)
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
User avatar
mshb
Registered User
Posts: 44
Joined: Wed Feb 11, 2009 6:54 pm

Re: Login After Register

Post by mshb »

thank's
i install 1.0.3

edit for subsilver2?
PERSIAN -
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 »

Ok, I'll make them later ;)
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
nadalbg
Registered User
Posts: 273
Joined: Wed Jul 16, 2008 12:58 pm

Re: Login After Register

Post by nadalbg »

I have a question, Im using subsilver2, since I edit only 1 file, that doesnt have anything to do with the templates of subsilver and prosilver. Does this mean that it will work on both styles?
Or it works for prosilver only, I need to know if I can use it in subsilver2, thanks

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