Group activity

  • Dahaniel added a new discussion topic how to add content to sidebar in riverdashboard?
    I tried to create a new onlinemembers.php file in mod/riverdashboard/views/default/riverdashboard and added this to index.php: //set a view to display online members        $area1 .=...
  • Kevin Jardine replied on the discussion topic edit forumpost not working...
    I can edit the post and it says that I successfully did it but then the old post shows up. edits seem not to be saved. ... here it seems to work... strange.... I am using the version from the downloadsection, 1.5rc2
    • It is in my own install, I updated to RC2 yesterday.

       

      Icouldn't edit the post from a normal user account. Now I tried again with my admin user and I could'nt even post, getting this message: "groupspost:nopost"

       

      I was using "groups extended" but deaktivated it as I couldn't feature groups with it activated.

    • Hi Dahaniel,

      Some plugins are not compatible with 1.5. I suggest that you test only with the core plugins before reporting a bug so that we know whether the problem is with core code or an incompatible plugin.

  • Dahaniel replied on the discussion topic edit forumpost not working...
    I can edit the post and it says that I successfully did it but then the old post shows up. edits seem not to be saved. ... here it seems to work... strange.... I am using the version from the downloadsection, 1.5rc2
    • It is in my own install, I updated to RC2 yesterday.

       

      Icouldn't edit the post from a normal user account. Now I tried again with my admin user and I could'nt even post, getting this message: "groupspost:nopost"

       

      I was using "groups extended" but deaktivated it as I couldn't feature groups with it activated.

    • Hi Dahaniel,

      Some plugins are not compatible with 1.5. I suggest that you test only with the core plugins before reporting a bug so that we know whether the problem is with core code or an incompatible plugin.

  • Kevin Jardine replied on the discussion topic Cannot delete a user
    Login as admin user. Create a new user. Logout and login as the new user, fine. Logout and login as admin user and delete the new user. Get the error: Can not delete user Sorry; we could not find the specified profile. The user is removed from...
    • Yes, this is because of a permission check in the sub table delete function which fails because the base entity has been removed.

      Easy enough to fix.

    • I have just committed a fix in SVN.

      Subtable delete methods have now been deprecated and their functionality consolidated into delete_entity().

      This shouldn't cause any problems now, however there is a theoretical issue if a plugin author creates a subtype of a main entity with its own class AND actively removes the subtable handling code... but I suspect this is highly unlikely to happen and will probably cause issues on creation in any case.

  • Marcus Povey replied on the discussion topic Cannot delete a user
    Login as admin user. Create a new user. Logout and login as the new user, fine. Logout and login as admin user and delete the new user. Get the error: Can not delete user Sorry; we could not find the specified profile. The user is removed from...
    • Yes, this is because of a permission check in the sub table delete function which fails because the base entity has been removed.

      Easy enough to fix.

    • I have just committed a fix in SVN.

      Subtable delete methods have now been deprecated and their functionality consolidated into delete_entity().

      This shouldn't cause any problems now, however there is a theoretical issue if a plugin author creates a subtype of a main entity with its own class AND actively removes the subtable handling code... but I suspect this is highly unlikely to happen and will probably cause issues on creation in any case.

  • Kevin Jardine replied on the discussion topic Cannot delete a user
    Login as admin user. Create a new user. Logout and login as the new user, fine. Logout and login as admin user and delete the new user. Get the error: Can not delete user Sorry; we could not find the specified profile. The user is removed from...
    • Yes, this is because of a permission check in the sub table delete function which fails because the base entity has been removed.

      Easy enough to fix.

    • I have just committed a fix in SVN.

      Subtable delete methods have now been deprecated and their functionality consolidated into delete_entity().

      This shouldn't cause any problems now, however there is a theoretical issue if a plugin author creates a subtype of a main entity with its own class AND actively removes the subtable handling code... but I suspect this is highly unlikely to happen and will probably cause issues on creation in any case.

  • Guy Nirpaz replied on the discussion topic simplecache not loading javascript files
    Hi, I've installed a new copy of elgg 1.5rc1 on GoDaddy: copied tar.gz file created a new db made it all working with default settings For some reason all javascript functionality is not working. On my local xamp installation everything...
    • @M.C.  that's quit a list.  Am I correct that all are Enabled?  If so here is what works for me.  First elgg will place the news plugins at the bottom by default, start by disabling each one at a time, dumping the simplecache and starting simple cache back up each time.

      Now I can tell you you may have some plugins located wrong, example is to keep like minded plugin together like blog and place blogextended just below it.  walltowall just under messageboard, I group all my profile related plugin together.  Keep custom_index either very top or very bottom.

      I understand a lot of plugin developers say to place the plugin at the bottom, but not every plugin can have this position.

      Make sure garbagecollector and logrotate are set to weekly and force a cron clean up.  www.xxxxxx.com/pg/cron/weekly.

      Now my advice is do as I say not as I do because you have so many plugin I would conside which ones you realy need, your site will be much faster.

      Hope this helps

    • Hi Goofbucket

      Thank you for helping me. I tried the cron and minue i turn off the simple cache, all css goes off.

      I disabled all plugins and its still the same.

      image

      Strange its happening with all plugins disabled.

      The minute i click enable simple cache, site loads normally

      Im debugging and making changes so i need to disable caching

      What could be the issue

    • so your java is back, and yes this is an issue with simplecache, and I am sorry but probably over my head. Do a search on simple cache and you should find the right thread with the right people.  sorry I could not help more.

  • Codebrane added a new discussion topic Cannot delete a user
    Login as admin user. Create a new user. Logout and login as the new user, fine. Logout and login as admin user and delete the new user. Get the error: Can not delete user Sorry; we could not find the specified profile. The user is removed from...
    • Yes, this is because of a permission check in the sub table delete function which fails because the base entity has been removed.

      Easy enough to fix.

    • I have just committed a fix in SVN.

      Subtable delete methods have now been deprecated and their functionality consolidated into delete_entity().

      This shouldn't cause any problems now, however there is a theoretical issue if a plugin author creates a subtype of a main entity with its own class AND actively removes the subtable handling code... but I suspect this is highly unlikely to happen and will probably cause issues on creation in any case.

  • Codebrane replied on the discussion topic Enabling HTTPS logins doesn't work for non standard port
    If you enable HTTPS logins from the installer, you can never login if you have a non standard SSL port. There's no way to specify the port from the installer. If you prepend https:// to the site url in the installer, the site becomes httpss://
  • SeasluG replied on the discussion topic New event calendar plugin ready for testing
    Hi all, I've just added an Elgg 1.5 version of my event calendar plugin to my plugins area: http://community.elgg.org/pg/plugins/kevin Please download it and tell me what you think. This version is: much prettier, has several bug fixes,...
  • Kevin Jardine replied on the discussion topic Enabling HTTPS logins doesn't work for non standard port
    If you enable HTTPS logins from the installer, you can never login if you have a non standard SSL port. There's no way to specify the port from the installer. If you prepend https:// to the site url in the installer, the site becomes httpss://
  • Codebrane added a new discussion topic Enabling HTTPS logins doesn't work for non standard port
    If you enable HTTPS logins from the installer, you can never login if you have a non standard SSL port. There's no way to specify the port from the installer. If you prepend https:// to the site url in the installer, the site becomes httpss://
  • Kevin Jardine replied on the discussion topic simplecache not loading javascript files
    Hi, I've installed a new copy of elgg 1.5rc1 on GoDaddy: copied tar.gz file created a new db made it all working with default settings For some reason all javascript functionality is not working. On my local xamp installation everything...
    • @M.C.  that's quit a list.  Am I correct that all are Enabled?  If so here is what works for me.  First elgg will place the news plugins at the bottom by default, start by disabling each one at a time, dumping the simplecache and starting simple cache back up each time.

      Now I can tell you you may have some plugins located wrong, example is to keep like minded plugin together like blog and place blogextended just below it.  walltowall just under messageboard, I group all my profile related plugin together.  Keep custom_index either very top or very bottom.

      I understand a lot of plugin developers say to place the plugin at the bottom, but not every plugin can have this position.

      Make sure garbagecollector and logrotate are set to weekly and force a cron clean up.  www.xxxxxx.com/pg/cron/weekly.

      Now my advice is do as I say not as I do because you have so many plugin I would conside which ones you realy need, your site will be much faster.

      Hope this helps

    • Hi Goofbucket

      Thank you for helping me. I tried the cron and minue i turn off the simple cache, all css goes off.

      I disabled all plugins and its still the same.

      image

      Strange its happening with all plugins disabled.

      The minute i click enable simple cache, site loads normally

      Im debugging and making changes so i need to disable caching

      What could be the issue

    • so your java is back, and yes this is an issue with simplecache, and I am sorry but probably over my head. Do a search on simple cache and you should find the right thread with the right people.  sorry I could not help more.

  • Kevin Jardine replied on the discussion topic simplecache not loading javascript files
    Hi, I've installed a new copy of elgg 1.5rc1 on GoDaddy: copied tar.gz file created a new db made it all working with default settings For some reason all javascript functionality is not working. On my local xamp installation everything...
    • @M.C.  that's quit a list.  Am I correct that all are Enabled?  If so here is what works for me.  First elgg will place the news plugins at the bottom by default, start by disabling each one at a time, dumping the simplecache and starting simple cache back up each time.

      Now I can tell you you may have some plugins located wrong, example is to keep like minded plugin together like blog and place blogextended just below it.  walltowall just under messageboard, I group all my profile related plugin together.  Keep custom_index either very top or very bottom.

      I understand a lot of plugin developers say to place the plugin at the bottom, but not every plugin can have this position.

      Make sure garbagecollector and logrotate are set to weekly and force a cron clean up.  www.xxxxxx.com/pg/cron/weekly.

      Now my advice is do as I say not as I do because you have so many plugin I would conside which ones you realy need, your site will be much faster.

      Hope this helps

    • Hi Goofbucket

      Thank you for helping me. I tried the cron and minue i turn off the simple cache, all css goes off.

      I disabled all plugins and its still the same.

      image

      Strange its happening with all plugins disabled.

      The minute i click enable simple cache, site loads normally

      Im debugging and making changes so i need to disable caching

      What could be the issue

    • so your java is back, and yes this is an issue with simplecache, and I am sorry but probably over my head. Do a search on simple cache and you should find the right thread with the right people.  sorry I could not help more.

  • Christophe replied on the discussion topic New event calendar plugin ready for testing
    Hi all, I've just added an Elgg 1.5 version of my event calendar plugin to my plugins area: http://community.elgg.org/pg/plugins/kevin Please download it and tell me what you think. This version is: much prettier, has several bug fixes,...
  • DhrupDeScoop replied on the discussion topic simplecache not loading javascript files
    Hi, I've installed a new copy of elgg 1.5rc1 on GoDaddy: copied tar.gz file created a new db made it all working with default settings For some reason all javascript functionality is not working. On my local xamp installation everything...
    • @M.C.  that's quit a list.  Am I correct that all are Enabled?  If so here is what works for me.  First elgg will place the news plugins at the bottom by default, start by disabling each one at a time, dumping the simplecache and starting simple cache back up each time.

      Now I can tell you you may have some plugins located wrong, example is to keep like minded plugin together like blog and place blogextended just below it.  walltowall just under messageboard, I group all my profile related plugin together.  Keep custom_index either very top or very bottom.

      I understand a lot of plugin developers say to place the plugin at the bottom, but not every plugin can have this position.

      Make sure garbagecollector and logrotate are set to weekly and force a cron clean up.  www.xxxxxx.com/pg/cron/weekly.

      Now my advice is do as I say not as I do because you have so many plugin I would conside which ones you realy need, your site will be much faster.

      Hope this helps

    • Hi Goofbucket

      Thank you for helping me. I tried the cron and minue i turn off the simple cache, all css goes off.

      I disabled all plugins and its still the same.

      image

      Strange its happening with all plugins disabled.

      The minute i click enable simple cache, site loads normally

      Im debugging and making changes so i need to disable caching

      What could be the issue

    • so your java is back, and yes this is an issue with simplecache, and I am sorry but probably over my head. Do a search on simple cache and you should find the right thread with the right people.  sorry I could not help more.

  • Guy Nirpaz replied on the discussion topic simplecache not loading javascript files
    Hi, I've installed a new copy of elgg 1.5rc1 on GoDaddy: copied tar.gz file created a new db made it all working with default settings For some reason all javascript functionality is not working. On my local xamp installation everything...
    • @M.C.  that's quit a list.  Am I correct that all are Enabled?  If so here is what works for me.  First elgg will place the news plugins at the bottom by default, start by disabling each one at a time, dumping the simplecache and starting simple cache back up each time.

      Now I can tell you you may have some plugins located wrong, example is to keep like minded plugin together like blog and place blogextended just below it.  walltowall just under messageboard, I group all my profile related plugin together.  Keep custom_index either very top or very bottom.

      I understand a lot of plugin developers say to place the plugin at the bottom, but not every plugin can have this position.

      Make sure garbagecollector and logrotate are set to weekly and force a cron clean up.  www.xxxxxx.com/pg/cron/weekly.

      Now my advice is do as I say not as I do because you have so many plugin I would conside which ones you realy need, your site will be much faster.

      Hope this helps

    • Hi Goofbucket

      Thank you for helping me. I tried the cron and minue i turn off the simple cache, all css goes off.

      I disabled all plugins and its still the same.

      image

      Strange its happening with all plugins disabled.

      The minute i click enable simple cache, site loads normally

      Im debugging and making changes so i need to disable caching

      What could be the issue

    • so your java is back, and yes this is an issue with simplecache, and I am sorry but probably over my head. Do a search on simple cache and you should find the right thread with the right people.  sorry I could not help more.

  • Kevin Jardine replied on the discussion topic simplecache not loading javascript files
    Hi, I've installed a new copy of elgg 1.5rc1 on GoDaddy: copied tar.gz file created a new db made it all working with default settings For some reason all javascript functionality is not working. On my local xamp installation everything...
    • @M.C.  that's quit a list.  Am I correct that all are Enabled?  If so here is what works for me.  First elgg will place the news plugins at the bottom by default, start by disabling each one at a time, dumping the simplecache and starting simple cache back up each time.

      Now I can tell you you may have some plugins located wrong, example is to keep like minded plugin together like blog and place blogextended just below it.  walltowall just under messageboard, I group all my profile related plugin together.  Keep custom_index either very top or very bottom.

      I understand a lot of plugin developers say to place the plugin at the bottom, but not every plugin can have this position.

      Make sure garbagecollector and logrotate are set to weekly and force a cron clean up.  www.xxxxxx.com/pg/cron/weekly.

      Now my advice is do as I say not as I do because you have so many plugin I would conside which ones you realy need, your site will be much faster.

      Hope this helps

    • Hi Goofbucket

      Thank you for helping me. I tried the cron and minue i turn off the simple cache, all css goes off.

      I disabled all plugins and its still the same.

      image

      Strange its happening with all plugins disabled.

      The minute i click enable simple cache, site loads normally

      Im debugging and making changes so i need to disable caching

      What could be the issue

    • so your java is back, and yes this is an issue with simplecache, and I am sorry but probably over my head. Do a search on simple cache and you should find the right thread with the right people.  sorry I could not help more.

  • DhrupDeScoop replied on the discussion topic simplecache not loading javascript files
    Hi, I've installed a new copy of elgg 1.5rc1 on GoDaddy: copied tar.gz file created a new db made it all working with default settings For some reason all javascript functionality is not working. On my local xamp installation everything...
    • @M.C.  that's quit a list.  Am I correct that all are Enabled?  If so here is what works for me.  First elgg will place the news plugins at the bottom by default, start by disabling each one at a time, dumping the simplecache and starting simple cache back up each time.

      Now I can tell you you may have some plugins located wrong, example is to keep like minded plugin together like blog and place blogextended just below it.  walltowall just under messageboard, I group all my profile related plugin together.  Keep custom_index either very top or very bottom.

      I understand a lot of plugin developers say to place the plugin at the bottom, but not every plugin can have this position.

      Make sure garbagecollector and logrotate are set to weekly and force a cron clean up.  www.xxxxxx.com/pg/cron/weekly.

      Now my advice is do as I say not as I do because you have so many plugin I would conside which ones you realy need, your site will be much faster.

      Hope this helps

    • Hi Goofbucket

      Thank you for helping me. I tried the cron and minue i turn off the simple cache, all css goes off.

      I disabled all plugins and its still the same.

      image

      Strange its happening with all plugins disabled.

      The minute i click enable simple cache, site loads normally

      Im debugging and making changes so i need to disable caching

      What could be the issue

    • so your java is back, and yes this is an issue with simplecache, and I am sorry but probably over my head. Do a search on simple cache and you should find the right thread with the right people.  sorry I could not help more.

  • Guy Nirpaz replied on the discussion topic simplecache not loading javascript files
    Hi, I've installed a new copy of elgg 1.5rc1 on GoDaddy: copied tar.gz file created a new db made it all working with default settings For some reason all javascript functionality is not working. On my local xamp installation everything...
    • @M.C.  that's quit a list.  Am I correct that all are Enabled?  If so here is what works for me.  First elgg will place the news plugins at the bottom by default, start by disabling each one at a time, dumping the simplecache and starting simple cache back up each time.

      Now I can tell you you may have some plugins located wrong, example is to keep like minded plugin together like blog and place blogextended just below it.  walltowall just under messageboard, I group all my profile related plugin together.  Keep custom_index either very top or very bottom.

      I understand a lot of plugin developers say to place the plugin at the bottom, but not every plugin can have this position.

      Make sure garbagecollector and logrotate are set to weekly and force a cron clean up.  www.xxxxxx.com/pg/cron/weekly.

      Now my advice is do as I say not as I do because you have so many plugin I would conside which ones you realy need, your site will be much faster.

      Hope this helps

    • Hi Goofbucket

      Thank you for helping me. I tried the cron and minue i turn off the simple cache, all css goes off.

      I disabled all plugins and its still the same.

      image

      Strange its happening with all plugins disabled.

      The minute i click enable simple cache, site loads normally

      Im debugging and making changes so i need to disable caching

      What could be the issue

    • so your java is back, and yes this is an issue with simplecache, and I am sorry but probably over my head. Do a search on simple cache and you should find the right thread with the right people.  sorry I could not help more.