Actions
Feature proposal #3963
closedImplement redirect url and redirect message for profile privacy error
Description
When attempting to access a private profile redirect to the specified URL (or goback to send them back via JS to their previous page) and optionally display a message with the redirect (if goback is used then display as a JS alert).
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
You can now specify a custom message instead of always using _UE_NOSUCHPROFILE (will use _UE_NOSUCHPROFILE if left blank). Can also optionally specify a redirect URL instead of trying to be done through javascript back. If no URL specified it'll just to do a javascript back as normally.
Actions