plenty of test cases with the new recruits.
the math example i think its working on is
if X>6, then Vote.history.view=true
If its equivalent to that, then a fix could be
if X>=6, then Vote.history.view=true
or if the >= symbol isn't in the code base,
if X>5, then Vote.history.view=true
either way plenty of new accounts to find out if its level 6 or 7 it turns on.
Thanks, I can confirm the code is correct. :P
func.get_user_level(current_user.uid)[0] >= 6
It's was cache issue we had before and fixed since. Just tried with a dummy account and it's working as intended.
please confirm you'll see [Voting Details] in posts under their titles next to 'source' and 'save' when you'll reach 360 points (level 6 - yellow username)
The option is there but I get this error when I click on it: https://i.imgtc.ws/ZrXqOkw.png
that brings back memories. I haven't seen that page for months!
Hold on, checking now.
Fixed. :)
Will do, I'm almost there!
(post is archived)