|
-
May 24th, 2005, 06:35 PM
#1
Reputation power question [RESOLVED :) ]
I've read in the FAQ that a user gets one reputation power for every 4 thousand posts counted, and for every year they have been on VBF.
But I notice a lot of people with over 4000 posts and over a year and more on VBF that only have one reputation power.
No my guess is that the counting started from the point when reputations were enabled, and dont include previous history. Am I right?
Last edited by baja_yu; May 24th, 2005 at 09:19 PM.
-
May 24th, 2005, 07:29 PM
#2
Frenzied Member
Re: Reputation power question
You can't 'see' a person's reputation power, as far as I'm aware. I would imagine that what you're referring to is the green blocks beneath their avatar? That's the reputation points that that user has earned. I also believe that you start with a reputation power of 4 or something.
-
May 24th, 2005, 07:37 PM
#3
Re: Reputation power question
If you have an example, please let me know because I just looked up mendhak who gives 7 points every time he gives a positive rating. He's been a member for 3+ years so thats 3 or 4 points and he has 12,669 so that is another 3 or 4 points. To be honest I don't know how the rounding works but as you can see his stats easily account for 7 points.
-
May 24th, 2005, 08:36 PM
#4
Re: Reputation power question
I have noticed that it rounds down. Mendhak has 3 complete years and 3 complete multiples of 4,000 posts. So his power is 3 + 3 + 1 (default) = 7 Rep Power.
Martin's is 5 complete years, 3 complete multiples of 4,000 posts. 5 + 3 + 1 (default) = 9 Rep Power.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 24th, 2005, 09:01 PM
#5
Re: Reputation power question
 Originally Posted by RobDog888
I have noticed that it rounds down. Mendhak has 3 complete years and 3 complete multiples of 4,000 posts. So his power is 3 + 3 + 1 (default) = 7 Rep Power.
Martin's is 5 complete years, 3 complete multiples of 4,000 posts. 5 + 3 + 1 (default) = 9 Rep Power.
Mine is actually 10.
-
May 24th, 2005, 09:05 PM
#6
Re: Reputation power question
Where is the extra Rep coming from? Bonus for being an Admin?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 24th, 2005, 09:14 PM
#7
Re: Reputation power question
Yeah, I thought the green blocks under the profile info and avatar represented reputation power.
So now, what do they represent and how do THEY increment?
-
May 24th, 2005, 09:15 PM
#8
Re: Reputation power question
 Originally Posted by RobDog888
Where is the extra Rep coming from? Bonus for being an Admin? 
No, Admins get 10 no matter what.
-
May 24th, 2005, 09:16 PM
#9
Re: Reputation power question
They represent the amount of Reps the member has received.
Single square is 0-99 Reps.
Two squares are 100-199.
Three squares are 200-299.
Etc.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 24th, 2005, 09:18 PM
#10
Re: Reputation power question
Oh.
Thanks for the info
-
May 24th, 2005, 09:23 PM
#11
Re: Reputation power question
 Originally Posted by baja_yu
Yeah, I thought the green blocks under the profile info and avatar represented reputation power.
So now, what do they represent and how do THEY increment?
That's a bit of a mystery. There is no documentation that I can find that expalins it but so far it looks like
Blocks = (points - (points Mod 100)) / 100 
What I mean is that so far
0 to 99 = 1 block
100 to 199 = 2 blocks
200 to ? = 3 blocks
-
May 24th, 2005, 09:51 PM
#12
Re: Reputation power question [RESOLVED :) ]
300 - 399 is 4 squares
400 - 499 is 5 squares.
500 - 749 is 5 squares + 1 bright green square.
750 - ??? is 5 squares + 2 bright green squares.
'...
1000+ is 5 green squares + 4 bright green squares.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 24th, 2005, 09:55 PM
#13
Re: Reputation power question [RESOLVED :) ]
where does it end?
-
May 24th, 2005, 10:27 PM
#14
Re: Reputation power question [RESOLVED :) ]
Only time can tell but I would assume that there is a graphical limitation to the number of squares or blocks that the forum software can display.
maybe they have other colors to designate higher Reps?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 24th, 2005, 10:42 PM
#15
Re: Reputation power question [RESOLVED :) ]
I'm sure that a new version of the forum software will be developed before someone gets close to that limit...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|