Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 What code do I use to display a user's items in postbit or profile?
Wilhelm Offline
...
**
Posts: 7
Joined: Jan 2008
Post: #1
What code do I use to display a user's items in postbit or profile?
All I need is the code used to display the user's items in their postbit and profile.
02-15-2008 12:02 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: What code do I use to display a user's items in postbit or profile?
Inventory items are already displayed in the postbit by default, and there is a separate page for inventory items detailing each item.

My Blog
02-15-2008 07:15 PM
Find all posts by this user Quote this message in a reply
DonNemesis Offline
Junior Member
**
Posts: 3
Joined: Feb 2008
Post: #3
RE: What code do I use to display a user's items in postbit or profile?
and you can use the

Code:
 {$post['invitems']}

expression to move it around in your postbit-template.

02-16-2008 05:35 AM
Find all posts by this user Quote this message in a reply
Wilhelm Offline
...
**
Posts: 7
Joined: Jan 2008
Post: #4
RE: What code do I use to display a user's items in postbit or profile?
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.
02-16-2008 05:39 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #5
RE: What code do I use to display a user's items in postbit or profile?
Oh okay, fair enough Tongue

My Blog
02-16-2008 11:12 AM
Find all posts by this user Quote this message in a reply
Wilhelm Offline
...
**
Posts: 7
Joined: Jan 2008
Post: #6
RE: What code do I use to display a user's items in postbit or profile?
So w/ that {$post['invitems']} thing, do I just replace the invitems w/ the name of my category for the items?
02-16-2008 02:00 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #7
RE: What code do I use to display a user's items in postbit or profile?
Nah, {$post['invitems']} will display all items.

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

My Blog
02-16-2008 02:10 PM
Find all posts by this user Quote this message in a reply
Wilhelm Offline
...
**
Posts: 7
Joined: Jan 2008
Post: #8
RE: What code do I use to display a user's items in postbit or profile?
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.
02-18-2008 06:32 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: