i have a plugin to customize index-page ! and in the code i have this :
if (elgg_is_logged_in())
{
forward ('activity');
}
but how to redirect user to default home-page ( that contain many widgets ) not activity page , i try to use this ( forward (''); ) but i have this messgae ' This webpage has a redirect loop ' , so what can replace forward (' activity') to send users into home-page (www.mysite.com/) .
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.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
You must log in to post replies.Start.php
Page handler:
Function:
Pages/Index.php