Hello everyone, I know this is not a new topic by any means, but the forum that has the answer consists of a link that is now dead.
Can someone please help again. I want to keep members out of their dashboard as much as possible.
Thanks,
Ohhellmel
Hello everyone, I know this is not a new topic by any means, but the forum that has the answer consists of a link that is now dead. |
you can relocate them to any page you want for example index.php go to inc/design.inc.php line 437 'value'=> isset($_REQUEST['relocate']) ? $_REQUEST['relocate'] : BX_DOL_URL_ROOT . 'member.php', change it to this 'value'=> isset($_REQUEST['relocate']) ? $_REQUEST['relocate'] : BX_DOL_URL_ROOT . 'index.php', its easy, i hope it helps. so much to do.... |
Made the change and didn't work. |
what are you asking for actually??? i gave the way to relocate the users after they login so much to do.... |
that is what i'm looking for, but when anyone login, it still goes to the dashboard. |
can i have your site address? so much to do.... |
sure www.mystylesandprofiles.net |
it should relocate to index.php the change is applied <input class="form_input_hidden" type="hidden" name="relocate" value="http://mystylesandprofiles.net/index.php"> if it doesn't does it than the problem may be something else so much to do.... |
Agreed, it seems like it should work. I cleared the cache after and everything (not that it would matter). |
Same issue, nothing has changed. |
Simple.. open member.php and find this around line #679:
$sRelocate = bx_get('relocate');
Now change it to whatever page you like, for example:
$sRelocate = BX_DOL_URL_ROOT . 'contact.php';
Clear your cache and your done. This would relocate anyone who logged in to the contact us page.. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Awesome, that worked like a charm. |
You're welcome, glad it worked for you! BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I am using the most recent version of dolphin and tried this and am still getting brought to dashboard. Is there anything else that I should be doing? |
Also tried this on version 7. Changed both instances to index.php. Seems logical but, no joy. What else could it be? Strange that it's not a setting in the admin area. Thanks |
I'm using http://www.boonex.com/m/Redirect_to_any_page_after_logon_ Maybe you can help me back. When logging out with Chrome the user IS logged out but after going through displaying the bye-bye message, it loads the homepage again, member version (since the homepage and landing page are the same in my case). User must reload the page to see the guest version of the homepage. Is this some bad manners on behalf of Google or not (other browsers have no such issue)? |
No need for blaming Chrome. :) It was a caching, lol, "issue". |