I've installed Facebook Theme for Elgg 1.8 (version 1.4) and want to customize a few things (I have relatively good PHP and JS knowledge).
The main thing I'm having trouble with customizing now is the homepage (when the user is not logged in). I've been searching throughout the plugin code (and the discussions here) and can't seem to find any reference to the home page when the user is not logged in. The only relevant thing I found was this snippet of code in start.php:
function facebook_theme_index_handler() {
if (elgg_is_logged_in()) {
forward('/dashboard');
}
}
But, as you can see in the code there is nothing regarding the logged out mode.
Any help would be appreciated.
Thanks
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.