I've got a custom index.php file with it's own css. I've seen this done in other themes where it loads that first (basically my own login/register page with some other stuff). How would I do this? It must have something to do with start.php as that's whats loaded first.
Any help would be appreciated!
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.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- http://docs.elgg.org/wiki/Themes
- http://docs.elgg.org/wiki/Where_should_I_start%3F
- Amphios@Amphios

Amphios - 0 likes
- Amphios@Amphios

Amphios - 0 likes
You must log in to post replies.what exactly are you trying to acheive? If you are looking for how to create a new home page, take a look at the bundled custom_index plugin. Otherwise these links may help you.
Basically, I've got a theme and I want to over-right the ugly login/register page with one I've made. So when you go to www.site.com/elgg it will show the login/register page instead of the default that comes with elgg/theme.
Does that make more sence?
Nevermind, done it. I used one of your links and found a little tutorial to create a custom index plugin which worked perfectly. Thank you! :)