Elgg Themes 1.8
Themes for Elgg 1.8
Facebook Theme
Author:
Homepage:

Make your Elgg site look (and in some cases behave) like Facebook.
This Elgg plugin is a theme built for Elgg 1.8 that will make your site look very much like Facebook. It is meant to be a demonstration of what is possible with the very strong theming capabilities of Elgg 1.8.
DOWNLOAD
Tropical Theme
Author:
Homepage:

This is an example plugin for theming in Deyan Shell
DOWNLOAD
Purity Theme
Author:
Homepage:

Very easy and graceful theme for Elgg 1.8
DOWNLOAD or USE
Easy Theme (Slide)
Author:
Homepage:

A simple theme for Elgg 1.8 for you to customise to your own design
DOWNLOAD
Elggzone Darkgrey Theme
Author:
Homepage:

A simple theme for Elgg 1.8 for you to customise to your own design
DOWNLOAD
Leave a reply here and tell us about your favorite Elgg themes 1.8

These are pretty much the best themes for elgg 1.8
Elgg pro theme
Ilusion Theme
Well, you can get the best themes for elgg 1.8 here:
One new every 5 days
Also we still develop themes for 1.7:
Would you review and add one of our themes?
hi,
I am adding new Avatar but nothing happens. Please tell me know what to do. I am using the face book Theme. Further, there is one Fatal error coming. How to remove
Fatal Error.
Redirect could not be issued due to headers already being sent. Halting execution for security. Search for more information.
1. In first, you need to download Facebook theme from
2. After downloading and installation
Try it:
Open the file:
elgg\mod\facebook_theme\start.php
And change this code
'text' => "<img src=\"{$user->getIcon('topbar')}\" class=\"elgg-icon elgg-inline-block\" alt=\"$user->name\"/>" . $user->name,
With this
'text' => "<img src=\"{$user->getIconURL('topbar')}\" class=\"elgg-icon elgg-inline-block\" alt=\"$user->name\"/>" . $user->name,
3. Also, check your .htaccess file. You need 'mod_rewrite' Apache module on your server
I uploaded the last version of Facebook theme with fixes: http://elgghacks.com/files/facebook_theme.zip
Try it
mine is saying
Fatal Error.
Redirect could not be issued due to headers already being sent. Halting execution for security. Search for more information.please help
Forward to $location
Sends a Location: $location header and exists. If headers have already been sent, returns FALSE.
string $location – URL to forward to browser to. Can be path relative to the network's URL.
string $reason – Short explanation for why we're forwarding
False – False if headers have been sent. Terminates execution if forwarding.
Check your htaccess file and the server/hosting's parameters
Hi
Pianist can you help me to Fix this
screen short is on link
reply soon
Thank you
Hi
In first, deactivate Custom Index if you using Facebook Theme.
1. Go 2 Administration -> Plugins and then try to replace Widget Manager after Facebook Theme.
Work now ?
2. Open the file
elgg\mod\facebook_theme\views\default\facebook_theme\css.php
And change this code
#facebook-header-login .elgg-menu {
position: absolute;
margin-left: -160px;
}
With this code
#facebook-header-login .elgg-menu {
position: absolute;
margin-left: -160px;
margin-top: 20px;
}
3. Open the file
elgg\mod\facebook_theme\start.php
After this code
elgg_register_event_handler('pagesetup', 'system', 'facebook_theme_pagesetup_handler', 1000);
Add this code for non-logged users
if (!elgg_is_logged_in()) { elgg_unregister_page_handler('activity');
}
or
Add this code for disabling Activity
elgg_unregister_page_handler('activity');
Yes, this is work for Firefox but Ghrome and Maxthon problem!
screenshot:
after I followed you method that give me to change the button to fixed the two textbox work fine for both Firefox & Ghrome. but the text Register & Lost password problem for both Firefox & Grhome.
Firefox problem screenshot:
Ghrome problem screenshot:
I want you to correct it to work fine for both Mozilla Firefox & Google Ghrome as the screenshot below:
Please help!
Post URL on your website here
I haven't any issues with your site on the Chrome.
For Firefox I've fixed it in the file facebook_theme\views\default\facebook_theme\css.php
Code:
.mtm, .mvm {
}
#facebook-header-login .elgg-button-submit {
position: relative;
}
.elgg-foot:after {
clear: both;
display: block;
height: 0;
visibility: hidden;
}
I think you need to re-write all code for header/login form as new
Maybe return dropdown menu for it?
echo elgg_view('core/account/login_dropdown');
Also try to play with my FB-fixes theme based on original: http://elgghacks.com/files/facebook_theme.zip
Hi
Pianist nothing is working for me may be problem in my site im using
Menu Builder 1.1
but im not able to get popup when i click on setting icon
link:
Thanks lot and lottttttttttttt……
for Replying
Deactivate Menu Builder.
It's not compatible with new Elgg 1.8.6
The best way to find the errors:
1. Deactivate all plugins
2. Activate the plugins in order.
3. Check its work and the work of the entire site.
4. If you use a custom theme, then move it down after all the plugins.
5. If a plugin does not work, try to move it down after all the plugins and make sure it's working again
6. Check your 'error_logs' files on your server and/or use Developer Tools & Diagnostics from Elgg-bundled plugins
Hi
pls help me to fix this
link:
Thankyou
Move your theme down after all plugins
OFF: And why you don't change it: ?
HI
i change and did what you said
and now my default Theme is not working giving blank page
and that also not fix ya
1.8.6 Menu build is working for Me and register forgetpassword also not got fix tell me what to do next
pleas me to fix this fist
thankyou
When you activate hypeFramework, then change your theme.
I found this code here: hypeFramework\views\default\css\vendors\jquery\ui\theme.php
Just change this CSS:
/* Component containers
and
/* Interaction states
Use Firebug for it
HI
Thanks lot every thing is fixed
I used Widget Manager and enable index only for public and did this changes also but i can see that
activity on
i used Menu builder and give permit as login user only
and did this changes
still can see on this ling which i added on google pls help others can see the email id and other information may be thewire problem pls help
3. Open the file
elgg\mod\facebook_theme\start.php
After this code
elgg_register_event_handler('pagesetup', 'system', 'facebook_theme_pagesetup_handler', 1000);
Add this code for non-logged users
if (!elgg_is_logged_in()) { elgg_unregister_page_handler('activity');
}
or
Add this code for disabling Activity
elgg_unregister_page_handler('activity');
Thankyou
syed
So much the installed plugins! So much the unnecessary code
Here the hackcore for disabling show Activity for non-logged users:
Open the file
elgg\engine\lib\river.php
And change this code
elgg_register_page_handler('activity', 'elgg_river_page_handler');
With this
if (!elgg_is_logged_in()) {
elgg_register_page_handler('activity', 'elgg_river_page_handler');
}
Hi
Im planing to buy used server this configuration is ok and you give some information when we chat can you give me once again pleas
1.Dell System Server:model X3430
Quad core Intel Xeon processor with 8 MB Cache
Gigabyte LAN CARD
4 Gb of Ram
146 x 3 hard disk ( SAS Hard disk)
Fedora core operating systems
Good configuration for start with Elgg!
But be ready to increase the performance of your server in future.
Also read 'How to increase speed and performance of your Elgg website':
and 'How to speed up a slow site as Elgg':
Hi
bro still Activity page can view for public that changes also not working wire can be view to any one i want every thing to view only to login user
pleas help
Thankyou
Syed
Add this
gatekeeper;
In to all pages for view's files
E.g., for TheWire:
Open the file
elgg\mod\thewire\pages\thewire\everyone.php
And after this code
<?php
Add this code
gatekeeper;
Read this for more info: http://elgghacks.com/access-permission/
dark grey theme missing start.php
It's there
Unzip and go to folder darkgrey_1.8\elggzone_darkgrey
Folder elggzone_darkgrey is an Elgg theme
Hi
I use the facebook theme and widget manager not work in this theme. is there any way to solve it?
Try to move Widget manager on bottom after Facebook Theme in Administration->Plugins
it only works in admin panel not in site .
Try it:
http://elgghacks.com/themes/elgg-themes-1-8/comment-page-1/#comment-6154 (Disable Custom Index)
http://elgghacks.com/themes/elgg-themes-1-8/comment-page-1/#comment-6205 (Errors Searching Tutorial)
it doesn't work,
I also install this theme in fresh local site, but the default widget of elgg not work too,
add widgets button in default theme Be displayed correctly.
I've wrote how to fix it.
Read this totem: http://weborganizm.org/totemz/v/1292/elgg-dev#up_1248