MyBB Community Forums

Full Version: Global Reputation Variable?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to display the users reputation through header_welcomeblock_member. I've tried {$reputation} and {$memprofile['reputation']}, but neither seem to work.

Edit: Solved, forgot the mybb part. {$mybb->user['reputation']}