I need that after the user enters the site, remain on the index and not be redirected to the river. How do I?
Sorry my bad english =)
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.
- Angelo Rocha@_AngeloRocha
Angelo Rocha - 0 likes
- Shouvik Mukherjee@shouvik
Shouvik Mukherjee - 0 likes
- Angelo Rocha@_AngeloRocha
Angelo Rocha - 0 likes
You must log in to post replies.i find!
go to "actions/login.php"
line 40
forward("pg/dashboard/");
Remove pg/dashboard/
;)
Good to know that you have found what I was going to share.
There is a plugin as well to perform this task. I think it is called 'login redirector' or something ...
Thanks Shouvik Mukherjee!
;)