Pages

No pages created yet

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

Activity

  • ankita added a new discussion topic Need a members plugin in the group Elgg Technical Support
    I need a member plugin which should display members list in the row table format . The page should contain a -z list on the top , so that if one cliks on letter "B" then it should display all the members whose name starts with "B" . thanks
    • You need to create a plugin for this. You can use elgg_get_entities() for fetching the users and then output it in desired format. To show it alphabetically, you need to pass additional where[] and join[] for the above function. 

  • ankita joined the group Elgg Technical Support
  • ankita commented on the plugin Members
    I need a member plugin which should display members in a row column format in alphabetical order with a-z alphabet on the top . So that if one clicks on letter "G" then it should display all the members whose name start with G . Thanks