MyBB Community Forums

Full Version: put profile fields in the welcome block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to get a custom profile field (EXP) and a person's amount of points (from the NewPoints system) to show up in my welcome block, but I cannot figure out what tag to put in there to make it work. I'd also like to show a user's posts in the welcome block. http://harbinger.east-of-paradise.com/ The welcome block shows up in the top left box.

Access to the guest account:
Login: Guest
Password: Visitor
For the custom profile field use {$mybb->user['fidX']} where X is id of the field (can check it in ACP when you edit the field - it's in url).
For post(s) you'll need a plugin or core edit.