Hi,
I want to have the avatar for top three users have avatar so they can have more visibility.
I will probably do it like:
Top user: Full size avatar
(<vb:if condition="$counter == 1">width:100%</vb:if>)
2nd user: 75% size avatar
(<vb:if condition="$counter == 2">width:75%</vb:if>)
3rd user: 50% size avatar
(<vb:if condition="$counter == 3">width:50%</vb:if>)
4-25 user: No avatar
The toip three users will get more recognition. An example is
here. You can see in each block only the top user has a picture shown, I am thinking the same principal.
I hoipe that makes sense. If you see in
this link it only took two small lines of code to add a counter for a similar module.