OK dumb question- where do you enable display of Reputation Power?
After looking at my postbit template code I see there is an "if" statement to display reputation power if rep power display is enabled... The question is, where do I enable it? I've been though all my settings dozens of times in the 2 years I've been an admin and never seen this option... I specifically checked user reputation options and style options and nothing about rep power display anywhere. Obviously I could enable this by changing the template code- but what is the 'right way' to do it? Or did vB forget to put this setting in which I find doubtful too.
3.8.4 PL2 currently, bit started with 3.7.x.
Many Thanks!
I see it says there may be some performance decrease due to calculating the value but from what I saw in the template it looked like the value is calculated anyway and it was just an "if" statement to display it- do you have any idea on if this really increases overhead any?
Keep in mind that these post elements add processing time to thread pages. For example, to get a user's age vBulletin needs to do some math on the user's birth date and the current date in order to get an age out of it. This calculation is done for each post being displayed on a thread page. The additional overhead is small but is there nonetheless. If you are wanting to optimize your forum for speed then you should disable these post elements.
I was just wondering if someone could confirm, I know it says it will need to calculate for each post if enabled but from my admittedly limited experience in php and vb it seemed like the variable for rep power is calculated anyway and the only option here is to display it or not, not actually do the calculation- unless it changes things elsewhere. I guess I could do the template edit to display the rep power and if it displays even with the setting off it's probably doing the calculation in the background regardless.