View Evan Winslow's plugins
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.
Perfect job!
Perfect!!!
http://www.emediaplugnplay.com:7080/dashboard
Thanks
May I suggest something like:
avatar don't show on IE
thank
Hi, Kama!
Do you have IE Version? Screenshot?
on firefox
on IE 8
pic from http://www.darunanukul.ac.th/dkh-network/
and i can not post "message" in messageboard on my friend page ?
But in the wire so ok !
thank
Awesome, fantastic job! But, is it actually legal to use it?
Evan,
How to change the logo as image? instead of text.
thanks
redking - see my post at the end on the 1.1 version link on the left hard side for a solution
Great looking theme but I can't get Events_calendar to work with it There is no events menu
Thanks
great job - Thank you!
Hi, all, thanks for all the feedback!
@kama, the screenshots are not coming through. Please post on a publicly accessible website.
@Hekolo, that's for you to discuss with your legal counsel. If I were you I'd play it safe and not use this on a production site (besides, it feels tacky to just be a copy-cat).
¡Geniales las actualizaciones! (Cool Updates!)
Lenguaje Español: http://elgg18espanol.wikispaces.com/Theme+Facebook+V+1.2
Instrucciones:
Recomiendo copiar el texto como esta ya que cualquier persona puede anotarse y hacer correcciones. De esta manera utilizarían la mejor versión del paquete de idiomas.
¿Cómo puedo colocar un logo en lugar del nombre del sitio?
(el lugar es muy pequeño y se pone en doble fila)
How I can place a logo instead of the name of the site?
(the place is very small and placed in two rows)
Muchas gracias
Evan,
Thanks for updating this for 1.8.
I am having an issue with the ElggMan plugin not showing up on the menu bar when this theme is enabled. I'm not sure exactly what I need to do to accomplish this. Can it be done with just a tweak to the Facebook theme start.php?
Thanks!
muchachos este theme esta muy bien pero los plugings no se muestran en el panel ayuda porfabor
John Hunt:
In the start.php file search for this code:
if (elgg_is_active_plugin('bookmarks')) {
elgg_register_menu_item('page', array(
'section' => 'more',
'name' => 'bookmarks',
'text' => elgg_echo('bookmarks'),
'href' => "/bookmarks/friends/$user->username",
'contexts' => array('dashboard'),
));
}
After that, add this:
if (elgg_is_active_plugin('westorElggMan')) {
elgg_register_menu_item('page', array(
'section' => 'more',
'name' => 'ElggMan',
'text' => elgg_echo('ElggMan_'),
'href' => "/mod/westorElggMan/build/index.php",
'contexts' => array('dashboard'),
));
}
Esto se aplica a todos los plugins donde:
'contexts' => array('dashboard/profile') en que página agrega el menú.
If you want to make customizations I strongly recommend doing these in a separate plugin that extends the facebook_theme for the same reason that you would write a plugin rather than editing Elgg core.
Ahhhh, ¡genial!
Muchas gracias, Antonio. Yo había intentado, pero se perdió el "westor" parte del nombre del plugin en la primera línea.
Evan,
I understand. I haven't tried my hand at my own plugin yet, but I'll look into that next.
Thanks,
There is still the issue with the avatar not showing in IE, as kama_69 mentioned. It looks like it's something in the css, but I haven't researched it past that.
Evan, You know with that function I can add that option to the menu theme from other plugins ?
End my week with a super 10 if I learn to do that!