Esempio n. 1
0
echo $itemData['userID'];
?>
">See Other Items</a> <br/>
                <?php 
if ($view['myID'] != $itemData['userID']) {
    ?>
                    <a href="<?php 
    echo $sendMessageLink;
    ?>
">Send Message</a> <br/>
                <?php 
}
?>
                <?php 
if ($itemData['status'] != BuckysTradeItem::STATUS_ITEM_TRADED) {
    render_report_link($itemData['itemID'], 'trade_item', $itemData['userID'], $userID, $itemData['reportID']);
}
?>
            </div>

        </div>

        <?php 
if ($view['offerDisabled'] == false) {
    ?>
            <div class="make-offer-panel">
                <div><span class="titles">Select an Item to Offer:</span></div>
                <div class="inner-p needmask">
                    <input type="hidden" name="targetItemID" id="targetItemID"
                        value="<?php 
    echo $itemData['itemID'];
Esempio n. 2
0
                    <?php 
    } else {
        ?>
                        <div class="">This item has been sold.</div>
                    <?php 
    }
    ?>
                <?php 
} else {
    ?>
                    <div class="">You already purchased this item.</div>
                <?php 
}
?>
                <?php 
render_report_link($productData['productID'], 'shop_item', $productData['userID'], $userID, $productData['reportID']);
?>
            </div>

        </div>

        <div class="shop-view-owner">
            <div><span class="titles">Owner Information</span></div>
            <a href="/profile.php?user=<?php 
echo $productData['userID'];
?>
" class="profileLink"> <img
                    src="<?php 
echo BuckysUser::getProfileIcon($productData['userID']);
?>
" class="postIcons"/> <span