Quote:
Originally Posted by Blaine0002
reserventated.
open Posbit (not legacy)
Find:
----------
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
Add after:
----------
Code:
<!-- show inventory -->
<fieldset><legend><a href="itemshop.php?do=ViewMember&id=$post[userid]" title="$post[username]'s Inventory">$post[username]'s Inventory</a></legend>
<div>
$post[invname]
$post[inventory]
<br>
$post[invcash]
</div>
</fieldset>
<!-- /show inventory -->
|
I did the change to my postbit template, but when I di, it whacks out the look of my site. See the attachment. The first post comes up kinda ok, the rest is fubared. It does not matter where I put your code either. I put it under the signature and it whacks out the page too.