Upgrading to v1.4.7. caused problems when displaying points
-
Just upgraded to latest version and anywhere where I display points, it is showing that the user has 1 point when they have a lot more.
For example, this is how I display current user’s points:
<?php echo number_format(mycred_get_users_cred());?>
Or to show the author’s points:
<?php echo number_format( mycred_get_users_cred($GLOBALS['post']->post_author) ); ?>
This simply is not working as it should. What has changed and why is this not functioning as it should? Thank you!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Upgrading to v1.4.7. caused problems when displaying points’ is closed to new replies.