Group membership

Activity

  • aaronk replied on the discussion topic Make Friends a Plugin!
    For kicks.  A quick little invisiblity cloak for CSS friendly browsers: ul.profile-action-menu li:first-child { display: none; }li.elgg-menu-item-friend { display: none; }select.elgg-input-dropdown option:nth-of-type(2) { display: none;... view reply
  • aaronk replied on the discussion topic Make Friends a Plugin!
    Steve, I saw the elgg_unregister_menu_item() function mentioned in another discussion as well --thanks for the tip, every bit will help... view reply
  • aaronk replied on the discussion topic Make Friends a Plugin!
    Thanks, Kevin.  Sounds like I better get busy familiarizing myself with the views files.  Your success is my inspiration! view reply
  • aaronk replied on the discussion topic Make Friends a Plugin!
    In Elgg 1.8 I think making a plugin to do this could be a straightforward process. My organization might need this very soon. Steve,  sounds like you may have been volunteering to work on the "disable-friends" plugin.  Keep me... view reply
  • aaronk replied on the discussion topic Make Friends a Plugin!
    Cash, I also figured it would be much easier (relatively) to remove the user-facing functionality.  I am still aquainting myself with the core file structure (my relationship with Elgg is only three days old), then I will start working on... view reply
  • aaronk added a new discussion topic Make Friends a Plugin! in the group Feedback and Planning
    I am new here, but I am planning to use Elgg for a number of clients.  I am really impressed with the extensibility of Elgg and the plugin system.  That said, I have searched and searched for a plugin to disable the friend function...
    • aaronk, for Elgg 1.8 I would look at the ways to manipulate the filter menus in particular, especially the prepare plugin hook and the elgg_unregister_menu_item() function.

    • Steve, I saw the elgg_unregister_menu_item() function mentioned in another discussion as well --thanks for the tip, every bit will help...

    • For kicks.  A quick little invisiblity cloak for CSS friendly browsers:

      ul.profile-action-menu li:first-child { display: none; }
      li.elgg-menu-item-friend { display: none; }
      select.elgg-input-dropdown option:nth-of-type(2) { display: none; }
      #elgg-widget-type-friends { display: none; }

      No more friends (assuming there weren't any to begin with).

  • aaronk joined the group Feedback and Planning

Friends

No friends yet.

Send private message

You must be logged in to send a private message.