MyBB Community Forums

Full Version: Display rep count and link to user's rep in header template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to do this?
<a href="{$mybb->settings['bburl']}/reputation.php?uid={$mybb->user['uid']}">{$mybb->user['reputation']}</a>
thanks

is there a list of all these variables somewhere?
MyBBRunway has some here. Though that list isn't very extensive.

I've always glanced at the database if I want to use something from it, beats a list any day.