Hi. I have successfully installed ELGG on my testing server but can't find the definitive guide to customizing my theme in the right way. This link is great: http://www.packtpub.com/article/customizing-elgg-themes
but it references an older version of ELGG I'm experienced with Wordpress, Drupal, Joomla, et. al and read and write CSS and HTML. I want to apply my designs to the default elgg template files. However, these do not appear to be housed in a "default_template" folder. I can install a new template, but not the default (don't want to modify the core template - want to customize a copy). My mod folder in ELGG 1.7.7 does not have a template/templates folder as the above link suggests. What on earth am I missing? Thank you!
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.
- Satheesh PM@thuvalpakshi

Satheesh PM - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Shouvik Mukherjee@shouvik

Shouvik Mukherjee - 0 likes
You must log in to post replies.First you have create a folder with you theme name in mod directory.
then create a start.php file with following code
now create a manifest.xml file with the following code
Now you can create a folder named views and inside that another folder default.
you can put your css file here.
what i suggest is, download a theme from elgg and see the folder structure and create your own.
http://docs.elgg.org/wiki/Themes
The easiest method is to install any existing theme plugin and make the changes there.