hi i am using elgg 1.8 how to redriect user to dashboard when using custom index please help
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
DhrupDeScoop, thank you for your attention.
I solved the problem using what I found here: http://community.elgg.org/pg/forum/topic/784717/login-redirect-18/
To redirect to profile, I modified the following:
of
system_message(elgg_echo('loginok'));
forward($forward_url);
to
system_message(elgg_echo('loginok'));
forward("profile/$username");
- Previous
- 1
- 2
- Next
You must log in to post replies.