Welcome Notification Link
-
Howw do I redirect the notification link? to mywebsite/user/(current user)/edit
-
@evoixmr set the notification link in ACP to
/user/_self_/edit
-
@pichalite page does not exist error.
-
@evoixmr doesn't look like
_self_
is getting replaced in the notification dropdown but it does when you go to the /notifications route.
-
@pichalite I'll try it out thanks.
-
@pichalite Access Denied
You seem to have stumbled upon a page that you do not have access to.The_self_ was not replaced.
-
@evoixmr what changes did you make?
-
@pichalite I put this /user/self /edit to the ACP welcome notification link. But when the message is click the link is still /user/self /edit.
-
@evoixmr use what I sent... you will need the underscore before and after
self
... won't work otherwise.Copy paste this as is...
/user/_self_/edit
-
@pichalite that's what I did,, not sure why my response wont show underscore.
-
@evoixmr said in Welcome Notification Link:
@pichalite Access Denied
You seem to have stumbled upon a page that you do not have access to.What did you do to trigger this error?
-
works fine for me.
-
@pichalite The _ self _ was not replaced with the username on my link. I tested this on an account that I just created, the e-mail has not been validated. Would that cause the issue?
/user/_ self _/edit Not Found
You seem to have stumbled upon a page that does not exist. Return to the home page.
-
@evoixmr as I said before... clicking on the notification link in the notification dropdown on the header does not work right now. If you visit the
/notifications
route, the link on the page will work (not dropdown).
-
@pichalite Got it.