Marshalus too get the items too display somewhere else ill tell u what i did
Put This Query in Functions where the post one goes
PHP Code:
$items=$DB_site->query_first("SELECT * FROM items_user WHERE userid=$bbuserinfo[userid]")
now wherever u want it to display the users items do this
If Category One Is Weapons.. then u'd type:
PHP Code:
[b]Users Weapon[/b]
$items[item1]
In A Template whereeverr u want it to display
If u want it to display the item from category 2... u use item2 instead of item1
hope that helps