Hello,
I need help editing my login form. I need to remove/add things. I have looked in the views/default/account all that jazz and the login.php does not contain what is currently displaying.
I have theme_666 installed but it does not have an overwritting login.php file. I also have Vazco_mainpage installed but the login file does not have what is showing either.
Image of login form: http://i56.tinypic.com/2z4elpy.png
Please where would I edit this? I did it before I forgot where.
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.
- rjcalifornia@rjcalifornia

rjcalifornia - 0 likes
- Gerrit Venema@gtvenema

Gerrit Venema - 0 likes
You must log in to post replies.Hi!
What I did was instead of calling the login form, I put some login code on the index and add stuffs there instead of messing around with the login.php
Rodolfo Hernandez
Arvixe/Elgg Community Liaison
Hello hcted,
If you are comfortable with PHP you could put an
elgg_log($view_file, 'DEBUG');
inside the foreach($viewlist as $priority => $view) {...} loop right after the assignment of $view_file variable.
of the elgg_view() method inside /engine/lib/views.php.
If you then activate debugging of your site in site management, you can see precisely which views get loaded from where in your PHP error log.
Regards,
Gerrit Venema