Group activity

  • 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
  • merodeador replied on the discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • 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
  • merodeador replied on the discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • Scott replied on the discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • linora 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 added a new discussion topic Less technical
    For a more simplified and plain english version of how to do things go to the Idiots Guide to Changing ELGG http://community.elgg.org/pg/groups/118380/the-idiots-guide-to-changing-elgg-plugins/
  • 4ndreas added a new discussion topic more icons in header content?
    hello, you can see my problem here http://meine1seite.de/tg/ . how can I make that they ar not in a new line?
  • Sander replied on the discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • 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
  • Oliver added a new discussion topic Change date and time format
    Hi, please help me to change the time and date format from english to german   Thanks
  • Malaga Jack replied on the discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • pilt replied on the discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • DhrupDeScoop added a new discussion topic I'm available for questions / answers ;-O
    I'm available for questions/answers from/to idiots/experts alike..  ;-O
  • landshark 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

  • landshark 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

  • landshark added a new 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

  • elggHopeful replied on the discussion topic Custom Index / Dashboard
    Hello   thx to kshelton360 for sharin his code :-)   i modified it a little, but i have some issues Contetnt of content.php (of the customIndex mod) <?php    $form_body = "<p><label>" ....
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