hello i m a newbie at elgg i want to know how to use the Custom Index Plugin
i m trying to develop a homepage like http://www.filestube.com/
Can this Plugins be used to develop this kind of page.
if Yes then HOW?
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.
Nobody can spoonfeed you. You have to develop the code yourself. Look at the code of custom index plugin and try changing it. You should have minimum knowledge of html, css and php. If you want to learn something, here are the references
Your question was already answered by Matt at http://community.elgg.org/discussion/view/891307 . Avoid creating multiple posts for the same. There are three posts for this question now
ok i will code it myself
Hi,
need advice on editing custom index page, I have html, css,image and java script folder ready, I read Matt tutorial on index page. how do i work with css, javascript and images.
My site is page3e.com and I want to do http://webonx.com/frontpage/, the header and the footer remains facebook style
abel abelbarr@gmail.com
@Abel, I use Coogle Chrome's inspect element to use as a sandbox befor commiting my changes to my working css page. It is easy to play with. Download Google Chrome Browser, open it and put your url in the address bar. When your page opens, right click on the item you want to look at. A console will open below your page. There you can change any of the css values and see the change happen on your page. When you find a value you are happy with you then edit your css that value.
This should help you get started