Quote:
Today at 01:52 AM MissN said this in Post #1998
Is there a way I can show certain items from the itemshop the person puchased, in the postbit? I've been able to do it however, it shows the same image for everyone. I have a section where you can buy pets and I'd like it to show the pet the person bought on the left sidebar. I don't want all their bought items to show, just their pet.
I was able to get the name to appear but not the image.
|
Hmm, I am not too sure. Try the following:
In admin/function.php, find:
PHP Code:
if($post[$xc]!="No Item") {
and CHANGE it to
PHP Code:
if($post[$xc]!="No Item" AND $nr == XX) {
Change XX to the ID of the pet category. You should be able to find the ID in the admin cp.