Removed online for month
Added Order the users by Name.
Avatar Gallery will show 70 members per page
View Thuvalpakshi's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
I love this plugin works perfect, On question I wanna know please how I can increase the users list up to 50 per page?
And is it possible to increase the avatar images also a bit bigger than the current?
Many thanks in advance
Cheers
you need to edit the page/members/index.php page...
$options['size'] = 'small'; to some thing like $options['size'] = 'medium';
Also for changing the number of users.. see the 3rd line $options = array('type' => 'user', 'full_view' => false);
and chage to $options = array('type' => 'user', 'limit' =>'50', 'full_view' => false);
Thanks a lot Sathees, the 2nd trick worked well and i chaged to 50 users per list, but the first avatar size does not work, I did try to clear the catache everything and changed small to medium, large everything but does not change. The users avatar size is the same, can u try to check again that for me please.
Many thanks in advance
Regards
in avatar tab its working for me.... just see the screen shot here...
http://postimage.org/image/be2zdtol7/
http://postimage.org/image/p2m3wctbz/
@Satheesh PM Thank you for the screen shot, looks amazing, but that trick does not work for me and codes r different in my this file >>> mod/members/pages/members/index.php
In my index.php file I can see these codes $options['size'] = 'tiny';
But I can't see any codes u told me $options['size'] = 'small' in my this file mod/members/pages/members/index.php
I did try to change this tiny to medium and large but does not work. Why my index.php page says tiny and not says small. Am I on editing the right file mod/members/pages/members/index.php ????
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
@kisss4ever,
$options['size'] = 'tiny'; change the tiny to small /large/medium...
@ankita,
see the friends collection code you will get it...
@ Satheesh PM This is my file mod/members/pages/members/index.php
I did insert small, large, medium but non of them worked.
It should work.. coz $options['size'] = 'tiny'; if you change to $options['size'] = 'small';
all avatar in Avatar Gallery will change to samll..
Reload the page/ delete cache of browser and seee
@Satheesh PM, great theme.
I have these question. Does this appear at the Administration side or its for all users.
If its for all users how can I remove tab for banned users. I wouldn't like to show users who has been banned.
Thanks
banned users will be accessible only to Admins...
if normal user try to see Banned User Tab they will get a error message saying that you need to be Admin to view this page..
any more doubts?
ok thanks.
@Satheesh PM This is still a mystery, the size of images r not getting bigger I did try the lots of time correct codes in correct file, I tried small, large, midium but none of them wroked :(
Also cleaned cache and then run upgrade too, I tested on different web broswers even on different computer still the image size are tiny the same. I don't know why this is not working for me :(
Please do something help me.
are u using any custom theme?
try keeping this plugin at the bottom of the plugin list..
I was using custom theme before but now I am using default theme but still no luck.
I did try just now kept the Members plugin in the bottom of the plugin list and refreshed pages run cache and upgrade but still no difference :(
Maybe I am using your old plugin, did u even share any old plugin than this?
Download the latest version... and seee
same code you need to add in the $options..
@Sateesh !? I installed *and checked out your code suggestions ;-) tiny/small (no pun intended!) bitty bit`o`code and yes - it worked.. of course ;-) Soo easyyy... no-fuss programming.. & ThX for yr tips. I think the Kid (my users;) will like this mucho.
@dhrupDescoop,
that code must work and its working.. the problem with kisssssss4ever was he was trying to chage the icons size in the other tabs too... and $options['size'] = 'tiny'; was for the avatar gallery tab only...
@ kisssssss4ever
if you want to chage other tabs too othen add 'size' => 'medium' to $options array...
@Satheesh PM So kind of you, and thank you for your kind reply all the time. Yes I made it work now :)
Many thanks once again.
Regards
Added a github version at https://github.com/thuvalpakshi/members
I would like to show only the managers, as I can do?
thx!!
Excellent plugin Satheesh!
It should be the default one for ELGG.
i agree, this one for core :)