Elgg Themes 1.8

Themes for Elgg 1.8


Facebook Theme
Author: Evan Winslow
Homepage: http://community.elgg.org/pg/plugins/project/723329/developer/ewinslow/facebook-theme-for-elgg-18

Facebook Theme

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: Angel Gabriel
Homepage: http://community.elgg.org/pg/plugins/project/752345/developer/vabel/tropical-theme

Tropical Elgg Theme

This is an example plugin for theming in Deyan Shell
DOWNLOAD

 


Purity Theme
Author: SocialApparatus
Homepage: http://community.elgg.org/pg/plugins/project/793822/developer/sbarron/purity-theme-18

Elgg Theme 1.8 - Purity Theme

Very easy and graceful theme for Elgg 1.8
DOWNLOAD or USE

 


Easy Theme (Slide)
Author: juBo
Homepage: http://www.jubo.co.uk/blog/2011/10/elgg-1-8-theme2-easy-theme-slide/

Elgg Theme 1.8 - Easy Theme (Slide)

A simple theme for Elgg 1.8 for you to customise to your own design
DOWNLOAD

 


Elggzone Darkgrey Theme
Author: gillie
Homepage: http://www.perjensen-online.dk/

Elgg Theme 1.8 - Elggzone Darkgrey Theme

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

35 Responses to “Elgg Themes 1.8”

  1. rjcalifornia says:

    Well, you can get the best themes for elgg 1.8 here:

    http://www.swsocialweb.com/shop/index.php?route=product/category&path=61

    One new every 5 days

    Also we still develop themes for 1.7:
    http://www.swsocialweb.com/shop/index.php?route=product/category&path=20

    Would you review and add one of our themes?

  2. gaurav says:

    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 http://docs.elgg.org/ for more information.

  3. mike says:

    mine is saying

    Fatal Error.

    Redirect could not be issued due to headers already being sent. Halting execution for security. Search http://docs.elgg.org/ for more information.please help

    • pianist says:

      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

  4. syed says:

    Hi
    Pianist can you help me to Fix this
    screen short is on link
    http://krazzzy.com/photos/111.png
    http://krazzzy.com/photos/222.png
    http://krazzzy.com/photos/333.png

    reply soon

    Thank you

  5. syed says:

    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: http://krazzzy.com/photos/555.png

    Thanks lot and lottttttttttttt……
    for Replying

    • pianist says:

      Deactivate Menu Builder.
      It's not compatible with new Elgg 1.8.6

    • pianist says:

      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

  6. syed says:

    Hi
    pls help me to fix this

    link: http://krazzzy.com/photos/666.png

    Thankyou

  7. syed says:

    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 http://krazzzy.com/photos/666.png

    thankyou

    • pianist says:

      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 ;)

  8. syed says:

    HI
    Thanks lot every thing is fixed

  9. syed says:

    I used Widget Manager and enable index only for public and did this changes also but i can see that
    activity on http://krazzzy.com/activity
    i used Menu builder and give permit as login user only
    and did this changes
    still can see on this ling http://krazzzy.com/activity 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

    • pianist says:

      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');
      }

  10. syed says:

    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

  11. syed says:

    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

  12. daniel says:

    dark grey theme missing start.php

  13. raz says:

    Hi

    I use the facebook theme and widget manager not work in this theme. is there any way to solve it?

Leave a Reply