Hello to all, is it possible to include the register form in this plugin and make a index page similar to Facebook index page. Im using Login Required 1.8.6 and Elgg 1.8.16
Thanks to all
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.
- iionly@iionly

iionly - 0 likes
- LinuxT@LinuxT

LinuxT - 0 likes
You must log in to post replies.Yes. You can modify the index page created by the Loginrequired plugin according to your likings. You would need to modify the files mod/loginrequired/index.php and mod/loginrequired/views/default/page/layouts/loginrequired_index.php to change the content. As a starting point: the content of the register page of Elgg is provided by the code in the file pages/account/register.php. This code would very likely need to be put into mod/loginrequired/index.php or rather replace the present content of this file to make the index page equal a register page. Depending on your likings you might need to make other adjustments, too.
Thanks and sorry for the trouble.