Since the question on how exactly to make a custom front page popped up quite often now, here's the code I have made for my own install. You'll still have to modify it a bit.
Let me know if there are any problems!
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.
Hello again, sorry - ignore my previous question! It has just come good!
Maybe I hadn't refreshed properly or something.
Hi Guys,
Any idea how I can get the latest activites but displaying them in the riverdashboard list layout?
I am currently using:
$activity = list_registered_entities(0,25,true,false,array('object','group'));
set_context('latest');
$activity = elgg_view_layout('', '', $title . $activity);
But I would prefer the listing shown in the riverdashboard. Any ideas what I need to change would be great.
Thanks
I can not find content.php, metatags.php could someone show the path please. Also my changes are not showing ant ideas?
Jim
Found them sorry looking in the wrong files
Jim
anyone able to help with this?
http://i575.photobucket.com/albums/ss192/markshr/login.jpg
login fields too big after enabling plugin
Cheers.
Marksha
Looks like a css problem . In the main css file you should be able to resize the input fields.
yoursite/views/default/css.php
it only appears with the custom index enabled, not sure how to fix or where
Hi
Ive just installed the google friend Connect Integration ( http://community.elgg.org/pg/plugins/arunoda/read/305998/google-friend-connect-integration) .
Does any one knows hot to integrate it whith the customindex plugin?
Thanks
jbroide
About Google frien connect
I got the solution
Insret
<div id="gfc_login_icon">
How can we increase the number of the new user in the "new users" widget. And the number of the files in the "files" widget ?
Hi,
I'm trying to have two index pages, one for guests and one for logged in. The login box and some other content would be substituted for new users, groups, activities, etc.
So, here is my index.php file content. The problem is that the } else { string causes the whole page to go blank. The header doesn't even load. Any ideas?
Of course, there are 2 content files in customindex. 'Content.php' has the guest content and 'content2.php' has the logged-in content.
Can anyone tell me why the content2.php pulls a blank screen?
Thanks,
Rbryn
This is my last view of http://aleya.pl
What can I do for the wire post?
I don't understand how to call this code you just posted here. Can you explain?
@rbryn
Hi! I'm interested in your solution with two custom index (before login and after login).
Did you make any step forward for it? If yes, please share with us! THANK YOU!!
cool plugin! I think I'll have fun with that. :)
TNX
I would really love the function of having a widget (html) ONLY visible for NOT logged in persons. That's my welcome to registrate widget...
Im a new user and i will need a little help with placing the code at content.php
I want to have a horizontal login at the top right positionand the register to be open at the main .. ofcourse i want also the recent users and new groups to be shown ...
From where shall i find the code to paste it ???
can you help me on that ???
Thanks
Somebody update this for 1.7.3!!!
Hello... I have a very basic question:
To install this plugin do I need to disable and then remove the custom index folder that comes with the Elgg installation?
Can you please provide detailed instructions and tips on how to install the plugin?
Thank you in advance
Forgot to mention that I installed Elgg 1.7.7
Does the plugin work for this version?
LOLZ ;-)
This PlugIn is about 2.5 years old...
It will not work with Elgg 1.7.7 ;-(
Oh thank you for the info :-)
Could you plz recommend a good plugin for my version?
Hi Elggians and thank you traveljunkie.
As I'm about to begin learning with the plugin and more advanced Elgg I wondering that css and javascript should be common between the custom index page and the user pages which makes css design easier and loading javascript only once ... what are your thoughts on this?
Dean.
Sorry if its a newbe question... since I modified the looked through a plugin, why couldn't I further add a page just like adding php and css to the core ? so why did this plugin become necessary?