Send private message

You must be logged in to send a private message.

Group membership

Activity

  • doms added a new discussion topic Develop a new social network in the group Beginning Developers
    Hi all, I'm working on a personal project for the development of a new social network based on sharing travel experiences and knowledge of people with the same interests . For this reason they are looking for employees for the development...
  • doms added a new discussion topic Modify size image in the group Beginning Developers
    Hi all, I would like to modify the size of image posted in activity. I'm using the time theme. (something like this http://demo.keetup.com/activity) Thanks for your help. doms
  • doms replied on the discussion topic Theme
    Hi Tom, thanks for answer, I downloaded and installed the plugin you indicated , now I would like to customize it, you can tell me where the files are located ccs want to change ? view reply
  • doms added a new discussion topic Theme in the group Beginning Developers
    Hi all, I'm elgg developer and I'm trying to implement a new web site, I would like to have something like this http://demo.keetup.com/activity#section_1, could you please help me? Do you know which plugings are...
  • doms replied on the discussion topic Remove status notifications for comment in riverdashborad
    I'm using elgg 11 view reply
  • doms replied on the discussion topic Remove status notifications for comment in riverdashborad
    Hi, thanks for the answers, I downloaded and installed the plugin shown and I also modified the code as suggested , but when I activate the plugin no longer see the pictures , why?   view reply
  • doms added a new discussion topic Remove status notifications for comment in riverdashborad in the group Beginning Developers
    Hi all, sorry for my likely trivial request, yesterday I noticed that each time I post a comment, for example a photo, as well as the comment is added to an entry in the riverdashboard, do you know how I can fix this problem? I would like to...
    • Was just asked the same by PM yesterday...

      Using the linked plugin and adjusting the code of the suppress_river_entries() function to

      function suppress_river_entries($hook, $type, $value, $params) {
          $action_type = $value['action_type'];
          $view = $value['view'];
          if (($action_type == 'comment') && ($view == 'river/object/comment/create')) {
              return false;
          }
      }

      will stop the river entries on new comments getting created.

      Code is intended for Elgg 1.9 or newer.

    • Hi,

      thanks for the answers,

      I downloaded and installed the plugin shown and I also modified the code as suggested , but when I activate the plugin no longer see the pictures , why?
      
       
    • I'm using elgg 11

  • doms replied on the discussion topic How to delete paginations in riverdashboard
    Hi Sathish Kumar, thanks a lot for the answer, do you know also the template used in thi web site? Doms view reply