08-26-2011, 10:39 AM
There's lots of MyBB variables that you can use. On my forum i've got rep and post count in the top right header block.
Code:
{$mybb->user['postnum']}
Code:
{$mybb->user['reputation']}