Does anyone know how to make the login redirect to a certain page. The information I found on the forum does not apply to 1.8.
Thanks
Eric
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.
- Gabriel Vargas@vabel

Gabriel Vargas - 0 likes
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
- Eric Drinkard@ericdrinkard

Eric Drinkard - 0 likes
- Gabriel Vargas@vabel

Gabriel Vargas - 0 likes
- Eric Drinkard@ericdrinkard

Eric Drinkard - 0 likes
- Zenu@zenu

Zenu - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
You must log in to post replies.i'm just saying, look in the file /actions/login.php and at the bottom change this:
for this:
There's PlugIns to do that ;-)
[ maybe pre 1.8 but not not much work to ugrade the code ]
I get a server error
The website encountered an error while retrieving /action/login
tou need to put the url like this:
jeje sorry for the spam :p
Thanks Angel your da bomb.
In case anyone wants to forward directly to the users profile that logged in, the code is
forward("profile/$username");
The best option is to create an eventhandler for login and then do the forward to the desired URL.