Is there a way to redirect those who join to m/membership/index/ instead of the avatar directory?
Is there a way to redirect those who join to m/membership/index/ instead of the avatar directory? |
take a look on this http://www.boonex.com/unity/extensions/entry/Redirect_to_any_page_after_logon_ |
My mod only does redirects on logon, not on join as was requested. https://www.deanbassett.com |
Deano, I took your mod and implimented it with the join too,and since I don't own it I must do it with your permmision. it's doable! |
As written it doesn't. So you would need to post your changes to it as well so they know what to do. https://www.deanbassett.com |
ok.. At: BxDolJoinProcessor.php Look for function showFinishPage( $iMemID, $sStatus ) { I changes it to go to profile edit but you can point it to any page after the join like Deano did for Login I own it to Deano |
You'll find the BxDolJoinProcessor.php in /inc/classes |
What version of Dolphin are you using, my BxDolJoinProcessor.php doesn't have any of that code. |
I'm using V 7.0.3...in any case follow the Join.php include programs and look for the calling to Avatar module in your case. Than change it to any page you want. I just din't want to touch Deano's mod therefore I changed it in my code. |
My BxDolJoinProcessor.php has the code below between likes 538 and 580 and it gets called each join. I've removed it and inserted your code but it didn't work. It just gave me a status message that the join was successful without automatically logging the member in.
//--- upload profile photo |