Group activity

  • adrian replied on the discussion topic 'Plugins' plugin
    Hi, My site would really benefit from the 'Plugins and themes' plugin that Elgg uses. Does anyone know if this plugin is freely available? If it is where is it? If it is not, how can I get it?? :-) Adrian  
  • DhrupDeScoop replied on the discussion topic 'Plugins' plugin
    Hi, My site would really benefit from the 'Plugins and themes' plugin that Elgg uses. Does anyone know if this plugin is freely available? If it is where is it? If it is not, how can I get it?? :-) Adrian  
  • adrian added a new discussion topic 'Plugins' plugin
    Hi, My site would really benefit from the 'Plugins and themes' plugin that Elgg uses. Does anyone know if this plugin is freely available? If it is where is it? If it is not, how can I get it?? :-) Adrian  
  • Kyle replied on the discussion topic Content Management for homepage?
    I need a way to write news updates on the homepage and after every 5-10 posts start a new page of them the display blog post module won't work because it displays just the title and not part of the contents. Does anyone know a cms that is easy to...
    • Hmmm I really don't like iFrames, if this was the case I would install sNews small cms script. I found a cms called 10kcms but I could only get it to read 1 text file, if anyone wants to read about 10kcms you can do so here http://www.10kcms.com/ I need something really simple like that with pagenation.

       

      thanks again.

  • bp809 replied on the discussion topic Integrating Existing PHP system as Plugin
    Hello. I have an existing third-party php system that I need to integrate into the Elgg system as a plugin. I have the Elgg system up and running. I figured that it may be easier to use an existing system and integrating it rather than starting over...
  • Kevin Jardine replied on the discussion topic Integrating Existing PHP system as Plugin
    Hello. I have an existing third-party php system that I need to integrate into the Elgg system as a plugin. I have the Elgg system up and running. I figured that it may be easier to use an existing system and integrating it rather than starting over...
  • bp809 added a new discussion topic Integrating Existing PHP system as Plugin
    Hello. I have an existing third-party php system that I need to integrate into the Elgg system as a plugin. I have the Elgg system up and running. I figured that it may be easier to use an existing system and integrating it rather than starting over...
  • Kyle added a new discussion topic Content Management for homepage?
    I need a way to write news updates on the homepage and after every 5-10 posts start a new page of them the display blog post module won't work because it displays just the title and not part of the contents. Does anyone know a cms that is easy to...
    • Hmmm I really don't like iFrames, if this was the case I would install sNews small cms script. I found a cms called 10kcms but I could only get it to read 1 text file, if anyone wants to read about 10kcms you can do so here http://www.10kcms.com/ I need something really simple like that with pagenation.

       

      thanks again.

  • 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

       

  • 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