Following improvements
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.
https://github.com/ewinslow/elgg-facebook_theme/blob/master/tests/FacebookThemeTest.php?source=cc
is this newer than the theme here? was last updated 4 months ago
why you choice facebook theme and like( facebook theme)cool theme
the menu options are the best on elgg on this theme and the cool theme, though they look amazing they are very buggy
Hi
I add the market plugin to my site , It adds the menu item in sidebar but with no icon
, because of I want to add icon to this menu I added this code to start.php of facebook theme:
$items['market'] = ElggMenuItem::factory(array(
'name' => 'market',
'text' => elgg_view_icon('star') . elgg_echo('market:title'),
'href' => "market/category",
'priority' => 3,
));
The icon is appeard correctly, but when I click to the market menu the sidebar is disapeared, how can I fix that.
no one is bothering updating this theme cool or ultimate theme is getting updated now will be available soon i cant wait!
@olive Add the same code for sidebar into market plugin
Hi, any way to correct the alignment of avatar?
make the picture smaller lol this theme is a headache i wish you luck
Add this in mod\facebook_theme\views\default\facebook_theme\css.php
.elgg-avatar-large > a > img {
width: 176px;
height: 176px;
border: 2px solid #cdcdcd;
border-radius: 2px;
}
I am going to use this cute theme,
but I've tried to find the way ''to place a pic instead of latest activity part on the very first page'' (we were calling it index.html in the past :-) ) I had a pic, couldnt paste it here. I used to be an asp master, right now I am a beginner php, so can somebody tell me the place to change it? like index.php? login.php?*...
I use Elgg 1.8.18 with facebook theme for elgg 1.8
The Group links stoppled working because this hack is not workin now
//What a hack! Overriding groups page handler without blowing away other plugins doing the same
global $CONFIG, $facebook_theme_original_groups_page_handler;
$facebook_theme_original_groups_page_handler = $CONFIG->pagehandler['groups'];
I have to fix this issues by changing , line 90 as follow
return call_user_func("groups_page_handler", $segments, $handle);
Does anyone have solved this issue in different way.
this theme has not been updated for 2 years...
Hi,
How can I write something below News Feed on (logged in ) users page?
I have customized facebook theme on elgg 1.8.18, I showed it in the pic, thanks in advance
Will there be a version supporting Elgg 1.9?
ask evan : ) with this theme you gotta know how to do some php and editing to get it working nicely
The theme has been discontinued? excellent topic deserves a new update
After installing the facebook theme, I get the error "the requested action (comments/add) was not defined in the system"
After a cursory search I could not immediately find a fix for this. Can anyone give me some insight to this issue please? This is my first experience with elgg, btw.
Thanks in advance,
Aaron
download file fromgithub and try
Would it be possible to display all groups when :All Groups" is selected in the side bar rather then displaying only the groups the user is a member of?
Thanks,
John
@natchezjohn
Lines 180-187 in start.php:
Edit:
Thank you RVR,
Where is start.php ?
DOH! it's in theme
THANK YOU VERY MUCH, WORKS GREAT
john
View on GitHub (corrected lines)
Cool :)
Could you help me, please?
1- I'm using Friend Request Plugin , and the alert for new friends colapses with searchbar and message icon. I already move the search bar a little to right, but i dont find how to move the message icon. How could i move it to right too, please?
2- How could i create an image that shows at user's perfil, above the user's name that is full width size, and the user has the option to upload and change their image on perfil's settings, please?
3- Bug when you click at Unlike icon.
The text link Unlike works, but the icon link not: "There was a problem removing your like".
4- It isn't a "bug" but all the time that i like something, the page scrolls all to up and the message that i like appears. How could i like and the page scroll stay at the same place? It's really sux you have to scroll down all the time that u like something.
5- It shows how many likes something have. But when i click at link to show who likes, the window size is all width. Very ugly. How could i resize to a small width and align to center, please?
Thank you!