On my main page right now, I have a block that shows the most active community members. This is a block you can make yourself in just a few minutes, but it requires a little tweak in the template. By default, this plugin block shows the output with linked names of the users and not the avatars.
To create a block like this, you go to Pages -> Blocks and click to create a new block.
Next, select Plugin as the type and select Members as the source of your data. Make any configuration to the data, and then if you save this, you will have a nice list of named links showing members based on your configuration.
The final step is to change the template so we get the avatars instead. In the content section, where you select the templat,e change the second dropdown from "Use this template as-is" to "Use as a base for a new template". Then you can edit the template so it fits what you want the output to be.
This is what my template looks like, as it includes some CSS to style the avatars based on their usergroup as well.
On my main page right now, I have a block that shows the most active community members. This is a block you can make yourself in just a few minutes, but it requires a little tweak in the template. By default, this plugin block shows the output with linked names of the users and not the avatars.
To create a block like this, you go to Pages -> Blocks and click to create a new block.
Next, select Plugin as the type and select Members as the source of your data. Make any configuration to the data, and then if you save this, you will have a nice list of named links showing members based on your configuration.
The final step is to change the template so we get the avatars instead. In the content section, where you select the templat,e change the second dropdown from "Use this template as-is" to "Use as a base for a new template". Then you can edit the template so it fits what you want the output to be.
This is what my template looks like, as it includes some CSS to style the avatars based on their usergroup as well.
My CSS, in case you want to copy it for your own template. I place this inside a style tag in the template itself.
I hope this will be useful for you and that you can use it in some way to build even better solutions for your own website.