Group activity

  • Greg replied on the discussion topic elgg theme from scratch
    Hi there guys! I'm a brand new user with elgg. I really would love to customize from scratch my elgg, but I have no idea on how to start with the theme creation. Is there any tutorial available FOR DUMMIES (or maybe retarded :) ) that shows a...
    • Hi, new to elgg. I am trying to build a site with social community in mind. Peeple can join groups, and upload photos. But I have stucked on how to layout the plugin/module on the site in order to skin them. I would like to build a theme by myself though. Just need some guidance on how to build a theme from scrtach. Anyone can help?

    • Easy way to do your own theme. Go to the theme page download a theme. I used the Theme_elgg_example and then just go in an modify Theme/views/default/css.php and run through that file. If you arent sure what each part is then change the color to FFAAFF and look for it. Something will do nothing but with some time you can figure out what is where and how to change it. Hope this helps.

      gh

    • Thank you so much. I will download the example right away, and start modify. Will come back if i stuck again. Thanks.

  • kenken replied on the discussion topic elgg theme from scratch
    Hi there guys! I'm a brand new user with elgg. I really would love to customize from scratch my elgg, but I have no idea on how to start with the theme creation. Is there any tutorial available FOR DUMMIES (or maybe retarded :) ) that shows a...
    • Hi, new to elgg. I am trying to build a site with social community in mind. Peeple can join groups, and upload photos. But I have stucked on how to layout the plugin/module on the site in order to skin them. I would like to build a theme by myself though. Just need some guidance on how to build a theme from scrtach. Anyone can help?

    • Easy way to do your own theme. Go to the theme page download a theme. I used the Theme_elgg_example and then just go in an modify Theme/views/default/css.php and run through that file. If you arent sure what each part is then change the color to FFAAFF and look for it. Something will do nothing but with some time you can figure out what is where and how to change it. Hope this helps.

      gh

    • Thank you so much. I will download the example right away, and start modify. Will come back if i stuck again. Thanks.

  • Carol Gamel replied on the discussion topic Helpful links for customization
    Here are some posts from my blog that many users have found very helpful: Hacking Elgg Themes Creating Elgg Themes Image Elements in Elgg Themes  
    • I am a "non-programmer" in every sense of the word, however I'm a patient study.   I need anyone's assistance who finds joy in teaching.

      My site is www.myafricanplan.com being hosted on godaddy and I'd like to customize it and create member pages.  I'd like the members to manage their member pages while still retaining the access to edit it myself if necessary or add additional member pages.   Frankly, I have no idea where to get started.

    • I'm not a designer or a developer so this is a very large challenge for me.  I've finally figured out that you change the look and feel of the website by adding plugins and have done one or two successfully.  Last week, however, I tried to add a new theme to my site and it was a disaster.  I ended up reloading v1.5 to recover but still have a few broken links.

      Some immediate goals I have for the site are:

      • Rid the background of the blue-gray color, changing it to white.
      • Add tabs for the site catagories?  Or maybe I don't understand what the site catagories are supposed to do?
      • Add the tagcloud plugin with colors.
      • Clean up the link problem.

      Can somebody please help me with any of the above?

      Thank you.  Carol Gamel    www.GoldenStarFruit.com  Any comments, criticisms, or suggestions will be gladly accepted.

  • Phil replied on the discussion topic isloggedin problem
    Ok i finally figured out to get my small content block to line up the way I want on my custom index. Now I want them to go away when someone logs in. It is my inderstanding this is the proper piece of cose to use: <?php      if...
    • Here is the section I want to remove when logged in:

      <div id="mem-box">
              <div id="mem-box-content">
                  <h2>For Members</h2>
                  <div id="list-box">
                  <ul>
                      <li><strong>Network:</strong><br/>

                      Meet others interested in the topic of survival and self sufficiency.</li>
                      <li><strong>Share and learn:</strong><br/>
                      Pass along ideas and information important to the community</li>
                      <li><strong>Communicate:</strong><br/>
                      Get you message out to your friends and the community</li>
                  <ul>
                  </div>
              </div>
              </div>

              <div id="gru-box">
              <div id="gru-box-content">

                  <h2>Features</h2>
                  <div id="list-box">
                  <ul>
                      <li>
                          <strong>Customizable Profiles</strong><br/>
                      </li>
                      <li>
                          <strong>Personal Blogs</strong><br/>
                      </li>
                      <li>
                          <strong>Video and Photo Albums</strong><br/>
                      </li>
                      <li>
                          <strong>Video and Photo Albums</strong><br/>
                      </li>
                      <li>
                          <strong>Video and Photo Albums</strong><br/>
                      </li>
                      <li>
                          <strong>Video and Photo Albums</strong><br/>
                      </li>
                  </ul>
                  </div>
              </div>
             


          </div>
          </div>

      Does anyone know what I'm doing wrong?

    • Fixed it.

      For those that also might have a problem.

      <?php if (!isloggedin()){ ?>

      CODE GOES HERE

       

      <?php } ?>

       

       

    • Just so as you know landshark ... I'm thankful you bothered to post the solution when you found it, it's been useful to me :)

       

      cheers

  • Carlos replied on the discussion topic New to Elgg. Which program do I use?
    I am new to elgg but not new to web design/programming. I am wondering if I am supposed to modify and design my elgg site through say a program such as Dreamweaver or is there some tool that I am supposed to use through elgg. I am wanting to heavily...
    • Jeremy..

      Elgg is a code.. You can use anything from note pad to Dreamweaver so long as you save and upload your work just like you do with your web design. I am not aware of any tool designed specifically for elgg, but using more advanced progs like dreamweaver can make your life easier and cut your work time by a huge margin.

      -Carlos

  • Jeremy Monroe added a new discussion topic New to Elgg. Which program do I use?
    I am new to elgg but not new to web design/programming. I am wondering if I am supposed to modify and design my elgg site through say a program such as Dreamweaver or is there some tool that I am supposed to use through elgg. I am wanting to heavily...
    • Jeremy..

      Elgg is a code.. You can use anything from note pad to Dreamweaver so long as you save and upload your work just like you do with your web design. I am not aware of any tool designed specifically for elgg, but using more advanced progs like dreamweaver can make your life easier and cut your work time by a huge margin.

      -Carlos

  • m.a.p. replied on the discussion topic Helpful links for customization
    Here are some posts from my blog that many users have found very helpful: Hacking Elgg Themes Creating Elgg Themes Image Elements in Elgg Themes  
    • I am a "non-programmer" in every sense of the word, however I'm a patient study.   I need anyone's assistance who finds joy in teaching.

      My site is www.myafricanplan.com being hosted on godaddy and I'd like to customize it and create member pages.  I'd like the members to manage their member pages while still retaining the access to edit it myself if necessary or add additional member pages.   Frankly, I have no idea where to get started.

    • I'm not a designer or a developer so this is a very large challenge for me.  I've finally figured out that you change the look and feel of the website by adding plugins and have done one or two successfully.  Last week, however, I tried to add a new theme to my site and it was a disaster.  I ended up reloading v1.5 to recover but still have a few broken links.

      Some immediate goals I have for the site are:

      • Rid the background of the blue-gray color, changing it to white.
      • Add tabs for the site catagories?  Or maybe I don't understand what the site catagories are supposed to do?
      • Add the tagcloud plugin with colors.
      • Clean up the link problem.

      Can somebody please help me with any of the above?

      Thank you.  Carol Gamel    www.GoldenStarFruit.com  Any comments, criticisms, or suggestions will be gladly accepted.

  • DhrupDeScoop replied on the discussion topic Remove groups from topbar and header
    I would like to remove groups and pages from my topbar and my header.  I am using the "alternitive simple theme"
  • harcha24 replied on the discussion topic Remove groups from topbar and header
    I would like to remove groups and pages from my topbar and my header.  I am using the "alternitive simple theme"
  • DhrupDeScoop replied on the discussion topic Remove groups from topbar and header
    I would like to remove groups and pages from my topbar and my header.  I am using the "alternitive simple theme"
  • harcha24 replied on the discussion topic Remove groups from topbar and header
    I would like to remove groups and pages from my topbar and my header.  I am using the "alternitive simple theme"
  • slyhne added a new discussion topic blogs
    When I visit pages like "My Blogs", "Friends Blogs", and "All Blogs" the view is full - so instead of a list of entities I get each blog viewed in full. I would like to change the view to get a list showing just the title (as a link to the blog...
    • How a page is displayed, whether its "full view", "list view" and there is a third one which escapes me for now, is contained in a php file under "view". If the file for the view you want (say list view) then go to the php file that is invoking the display, and change it to "list view". if the list view php does not exist, you need to create it yourself. I think in your case it does exist.

  • harcha24 added a new discussion topic Remove groups from topbar and header
    I would like to remove groups and pages from my topbar and my header.  I am using the "alternitive simple theme"
  • harcha24 replied on the discussion topic How to change or delete spotlight?
    Guys how do i change the word spotlight and the contain in it without changing the core? And how do i delete it?
  • jededitor replied on the discussion topic elgg theme from scratch
    Hi there guys! I'm a brand new user with elgg. I really would love to customize from scratch my elgg, but I have no idea on how to start with the theme creation. Is there any tutorial available FOR DUMMIES (or maybe retarded :) ) that shows a...
    • Hi, new to elgg. I am trying to build a site with social community in mind. Peeple can join groups, and upload photos. But I have stucked on how to layout the plugin/module on the site in order to skin them. I would like to build a theme by myself though. Just need some guidance on how to build a theme from scrtach. Anyone can help?

    • Easy way to do your own theme. Go to the theme page download a theme. I used the Theme_elgg_example and then just go in an modify Theme/views/default/css.php and run through that file. If you arent sure what each part is then change the color to FFAAFF and look for it. Something will do nothing but with some time you can figure out what is where and how to change it. Hope this helps.

      gh

    • Thank you so much. I will download the example right away, and start modify. Will come back if i stuck again. Thanks.

  • Emil replied on the discussion topic elgg theme from scratch
    Hi there guys! I'm a brand new user with elgg. I really would love to customize from scratch my elgg, but I have no idea on how to start with the theme creation. Is there any tutorial available FOR DUMMIES (or maybe retarded :) ) that shows a...
    • Hi, new to elgg. I am trying to build a site with social community in mind. Peeple can join groups, and upload photos. But I have stucked on how to layout the plugin/module on the site in order to skin them. I would like to build a theme by myself though. Just need some guidance on how to build a theme from scrtach. Anyone can help?

    • Easy way to do your own theme. Go to the theme page download a theme. I used the Theme_elgg_example and then just go in an modify Theme/views/default/css.php and run through that file. If you arent sure what each part is then change the color to FFAAFF and look for it. Something will do nothing but with some time you can figure out what is where and how to change it. Hope this helps.

      gh

    • Thank you so much. I will download the example right away, and start modify. Will come back if i stuck again. Thanks.

  • DhrupDeScoop replied on the discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • Carlos replied on the discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • jededitor replied on the discussion topic elgg theme from scratch
    Hi there guys! I'm a brand new user with elgg. I really would love to customize from scratch my elgg, but I have no idea on how to start with the theme creation. Is there any tutorial available FOR DUMMIES (or maybe retarded :) ) that shows a...
    • Hi, new to elgg. I am trying to build a site with social community in mind. Peeple can join groups, and upload photos. But I have stucked on how to layout the plugin/module on the site in order to skin them. I would like to build a theme by myself though. Just need some guidance on how to build a theme from scrtach. Anyone can help?

    • Easy way to do your own theme. Go to the theme page download a theme. I used the Theme_elgg_example and then just go in an modify Theme/views/default/css.php and run through that file. If you arent sure what each part is then change the color to FFAAFF and look for it. Something will do nothing but with some time you can figure out what is where and how to change it. Hope this helps.

      gh

    • Thank you so much. I will download the example right away, and start modify. Will come back if i stuck again. Thanks.

  • Emil added a new discussion topic elgg theme from scratch
    Hi there guys! I'm a brand new user with elgg. I really would love to customize from scratch my elgg, but I have no idea on how to start with the theme creation. Is there any tutorial available FOR DUMMIES (or maybe retarded :) ) that shows a...
    • Hi, new to elgg. I am trying to build a site with social community in mind. Peeple can join groups, and upload photos. But I have stucked on how to layout the plugin/module on the site in order to skin them. I would like to build a theme by myself though. Just need some guidance on how to build a theme from scrtach. Anyone can help?

    • Easy way to do your own theme. Go to the theme page download a theme. I used the Theme_elgg_example and then just go in an modify Theme/views/default/css.php and run through that file. If you arent sure what each part is then change the color to FFAAFF and look for it. Something will do nothing but with some time you can figure out what is where and how to change it. Hope this helps.

      gh

    • Thank you so much. I will download the example right away, and start modify. Will come back if i stuck again. Thanks.

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking