View Full Version : Add-On Releases - vBA CMPS Module: Top Reputations
BlackThorn
09-04-2010, 10:00 PM
Removed.
BlackThorn
09-05-2010, 03:15 AM
Reserved.
GONUMBER6
09-08-2010, 01:10 AM
Thanks I will give it a test tonight :)
neverstop
09-15-2010, 02:16 PM
This works well. Can I request some features?
a) Add avatars like your other cmps modules
b) Add a "count" like so (in bold)
1. Username [points]
2. Username2 [points2]
etc
Would be useful to have a count variable for tweaking like so:
<if condition="$count < 4">[avatar stuff here]</if>
To add avatar for top three users. More info here (https://vborg.vbsupport.ru/showthread.php?p=2098374#post2098374).
BlackThorn
09-15-2010, 03:11 PM
This works well. Can I request some features?
a) Add avatars like your other cmps modules
b) Add a "count" like so (in bold)
1. Username [points]
2. Username2 [points2]
etc
Would be useful to have a count variable for tweaking like so:
<if condition="$count < 4">[avatar stuff here]</if>
To add avatar for top three users. More info here (https://vborg.vbsupport.ru/showthread.php?p=2098374#post2098374).
I will update this my module next the time so, just be patient please and use it with original. And why you want there is display only three user avatar? It's very interesting. I'm not sure for that yet but I'm not going to update my module yet. If you make that, you can share it here or no sharing. Thanks. :)
Best Regards,
neverstop
09-15-2010, 05:45 PM
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 (http://www.nhl.com/ice/statshome.htm#?navid=nav-sts-league). 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 (https://vborg.vbsupport.ru/showthread.php?p=2098374#post2098374) it only took two small lines of code to add a counter for a similar module.
BlackThorn
09-15-2010, 06:01 PM
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 (http://www.nhl.com/ice/statshome.htm#?navid=nav-sts-league). 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 (https://vborg.vbsupport.ru/showthread.php?p=2098374#post2098374) it only took two small lines of code to add a counter for a similar module.
Hi dear, yes I've see that your post in there but well, I said, I'm not sure for that yet but may be I'll try it for you later. I'm very busy now believe me and I would guess that works a little hard.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.