is there any way to redirect members to profile after they join? instead of to avatar?..or must it do so.
regards
Dean
is there any way to redirect members to profile after they join? instead of to avatar?..or must it do so. regards Dean |
Advanced settings, other,default relocation link to promo members. you can change it there Back to pulling my hair out! (ouch, ouch,ouch) |
does anybody have a fix for this? redirect to another page instead of avatar after joining.. |
no solution for this? |
Open file join.php. On line 34 (or in a line near 34) you'll see the following command: header ('Location:' . BX_DOL_URL_ROOT . 'member.php'); Replace it with header ('Location:' . BX_DOL_URL_ROOT . 'profile.php'); New users should be redirected to the account page now. Hope this helps! http://www.boonex.com/market/posts/kazatzo |
nope we want to bypass avatar page completely, and have user go to profile right after submitting join form. |
Ok. I finally have a solution for this. https://www.deanbassett.com |
Pure genius, Thanks. |
thank you for this deano! http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |