Group activity

  • Malaga Jack replied on the discussion topic Multisite with elgg 1.5rc
    I start working on multisite on elgg 1.5rc You can see it running on the demo site The points are : - multisite is not compatible with simple cache, that mean that you have to disable simple cache. I made a trac about that, but the elgg team...
    • Hi Vinithia, sorry but a made a response to your post this morning and i cant see it now ... i surely did something wrong ....

      So

      1) do you use the multisite 2.0 (just to be sure :)) ?

      So you have to use admin->community->init multisite menu to set up your domain name. The plugin setting is not use any more, i just realize that i forgot to remove it, sorry

      Please try this and let me know what happens :)

      Fabrice

       

    • Hi Fabrice,

      Thanks for the reply .

      I have tried  the multisite 2.0 with the elgg1.5 .It seems to be working correctly :)

      Thanks a lot for the great work  :)

       

      vinitha

       

  • DhrupDeScoop replied on the discussion topic Multisite with elgg 1.5rc
    I start working on multisite on elgg 1.5rc You can see it running on the demo site The points are : - multisite is not compatible with simple cache, that mean that you have to disable simple cache. I made a trac about that, but the elgg team...
    • Hi Vinithia, sorry but a made a response to your post this morning and i cant see it now ... i surely did something wrong ....

      So

      1) do you use the multisite 2.0 (just to be sure :)) ?

      So you have to use admin->community->init multisite menu to set up your domain name. The plugin setting is not use any more, i just realize that i forgot to remove it, sorry

      Please try this and let me know what happens :)

      Fabrice

       

    • Hi Fabrice,

      Thanks for the reply .

      I have tried  the multisite 2.0 with the elgg1.5 .It seems to be working correctly :)

      Thanks a lot for the great work  :)

       

      vinitha

       

  • Kevin Jardine replied on the discussion topic Multisite with elgg 1.5rc
    I start working on multisite on elgg 1.5rc You can see it running on the demo site The points are : - multisite is not compatible with simple cache, that mean that you have to disable simple cache. I made a trac about that, but the elgg team...
    • Hi Vinithia, sorry but a made a response to your post this morning and i cant see it now ... i surely did something wrong ....

      So

      1) do you use the multisite 2.0 (just to be sure :)) ?

      So you have to use admin->community->init multisite menu to set up your domain name. The plugin setting is not use any more, i just realize that i forgot to remove it, sorry

      Please try this and let me know what happens :)

      Fabrice

       

    • Hi Fabrice,

      Thanks for the reply .

      I have tried  the multisite 2.0 with the elgg1.5 .It seems to be working correctly :)

      Thanks a lot for the great work  :)

       

      vinitha

       

  • Pablo Macaluso replied on the discussion topic Multisite with elgg 1.5rc
    I start working on multisite on elgg 1.5rc You can see it running on the demo site The points are : - multisite is not compatible with simple cache, that mean that you have to disable simple cache. I made a trac about that, but the elgg team...
    • Hi Vinithia, sorry but a made a response to your post this morning and i cant see it now ... i surely did something wrong ....

      So

      1) do you use the multisite 2.0 (just to be sure :)) ?

      So you have to use admin->community->init multisite menu to set up your domain name. The plugin setting is not use any more, i just realize that i forgot to remove it, sorry

      Please try this and let me know what happens :)

      Fabrice

       

    • Hi Fabrice,

      Thanks for the reply .

      I have tried  the multisite 2.0 with the elgg1.5 .It seems to be working correctly :)

      Thanks a lot for the great work  :)

       

      vinitha

       

  • DhrupDeScoop replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • ash replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • DhrupDeScoop replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • ash replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • DhrupDeScoop replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • ash replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • DhrupDeScoop replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • ash replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • DhrupDeScoop replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • ash replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • Fabrice replied on the discussion topic Multisite with elgg 1.5rc
    I start working on multisite on elgg 1.5rc You can see it running on the demo site The points are : - multisite is not compatible with simple cache, that mean that you have to disable simple cache. I made a trac about that, but the elgg team...
    • Hi Vinithia, sorry but a made a response to your post this morning and i cant see it now ... i surely did something wrong ....

      So

      1) do you use the multisite 2.0 (just to be sure :)) ?

      So you have to use admin->community->init multisite menu to set up your domain name. The plugin setting is not use any more, i just realize that i forgot to remove it, sorry

      Please try this and let me know what happens :)

      Fabrice

       

    • Hi Fabrice,

      Thanks for the reply .

      I have tried  the multisite 2.0 with the elgg1.5 .It seems to be working correctly :)

      Thanks a lot for the great work  :)

       

      vinitha

       

  • DhrupDeScoop replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • Fabrice replied on the discussion topic Multisite with elgg 1.5rc
    I start working on multisite on elgg 1.5rc You can see it running on the demo site The points are : - multisite is not compatible with simple cache, that mean that you have to disable simple cache. I made a trac about that, but the elgg team...
    • Hi Vinithia, sorry but a made a response to your post this morning and i cant see it now ... i surely did something wrong ....

      So

      1) do you use the multisite 2.0 (just to be sure :)) ?

      So you have to use admin->community->init multisite menu to set up your domain name. The plugin setting is not use any more, i just realize that i forgot to remove it, sorry

      Please try this and let me know what happens :)

      Fabrice

       

    • Hi Fabrice,

      Thanks for the reply .

      I have tried  the multisite 2.0 with the elgg1.5 .It seems to be working correctly :)

      Thanks a lot for the great work  :)

       

      vinitha

       

  • ash replied on the discussion topic Elgg Topbar always visible
    ahoi,   i´d like to have the topbar always visible [dashboard, tools, search, logIN] or [profile pic, dashboard, tools, search, logOUT], but i don´t get the cutomisation done :-( all i get now is a blank screen :-( the script...
    • still not working. what i want to move is the black bar from the left hand side. Thanks again

    • @ash, if you want to move the Topbar to center, it is simple. Go to views/default/pageshells/pageshell.php
      move the code : <?php echo elgg_view('page_elements/elgg_topbar', $vars); ?>
      to above the code :
      <?php echo elgg_view('page_elements/header_contents', $vars); ?>

      So the Topbar is below Header now. So the Topbar width size will be the same as header width size already.

      Demo at plekz.com

    • Seem the topbar is longer than the body, you can go to views/default/page_elements/header_contents.php add width:1000px to div of page_wrapper becomes <div id="page_wrapper" style="width:1000px;" > Demo at plekz.com

  • ZOOZ replied on the discussion topic Multisite with elgg 1.5rc
    I start working on multisite on elgg 1.5rc You can see it running on the demo site The points are : - multisite is not compatible with simple cache, that mean that you have to disable simple cache. I made a trac about that, but the elgg team...
    • Hi Vinithia, sorry but a made a response to your post this morning and i cant see it now ... i surely did something wrong ....

      So

      1) do you use the multisite 2.0 (just to be sure :)) ?

      So you have to use admin->community->init multisite menu to set up your domain name. The plugin setting is not use any more, i just realize that i forgot to remove it, sorry

      Please try this and let me know what happens :)

      Fabrice

       

    • Hi Fabrice,

      Thanks for the reply .

      I have tried  the multisite 2.0 with the elgg1.5 .It seems to be working correctly :)

      Thanks a lot for the great work  :)

       

      vinitha

       

  • Jaakko Naakka replied on the discussion topic Elgg => Moodle
    This sounds interesting! I was thinking about single-sign-on between Moodle and Elgg. It should be quite easy to write an Elgg plugin which would check if the user is logged in in Moodle and log in the user in Elgg automatically. Shouldn't it? :)...
    • Have you had a look at Moodle->Site Administration->Users ->Authentication ->External Databases?

      You should be able to use that to get moodle to use the elgg users_entity table to share user names and passwords at least.

       

    • Using same user database with Elgg and Moodle should be pretty straightforward. But with SSO it would be possible to exchange information between the systems without the need to login to both systems. For instance, you could have an Elgg group to extend Moodle courses, like Dhrup described above. And you could have a block in Moodle displying latest activity from that Elgg group.

    • Lovegin John

      Yes, we will have this all in action soon. We are in the way to lauch our moodle-elgg soup.

      Anyone has got a good name suggestion for the moodle-elgg combination?

      [advertising removed]