MyBB Hacks

Full Version: What code do I use to display a user's items in postbit or profile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All I need is the code used to display the user's items in their postbit and profile.
Inventory items are already displayed in the postbit by default, and there is a separate page for inventory items detailing each item.
and you can use the

Code:
 {$post['invitems']}

expression to move it around in your postbit-template.

ZiNgA BuRgA Wrote:Inventory items are already displayed in the postbit by default, and there is a separate page for inventory items detailing each item.

I'm using a "edited" template, so MyPlaza wasn't able to add the postbit or profile values.
Oh okay, fair enough Tongue
So w/ that {$post['invitems']} thing, do I just replace the invitems w/ the name of my category for the items?
Nah, {$post['invitems']} will display all items.

You can stop certain items from appearing on the postbit by editing the items' properties.
ZiNgA BuRgA Wrote:Nah, {$post['invitems']} will display all items.

You can stop certain items from appearing on the postbit by editing the items' properties.

Wink Kay.
Reference URL's