The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi friends, i hope you can help me constructing this if. I asked to the users of the plugin, but i get no answer. Perhaps you can help me.
The problem is with ishop, you buy a present and appears in postbit and in member profile. This are the standars code: POsbit: Code:
Find ---- <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> Add AFTER --------- <!-- show inventory --> <fieldset><legend><a href="ishop.php?do=ViewMember&id=$post[userid]" title="$post[username]'s Inventory">$post[username]'s Inventory</a></legend> <div> $post[invrow] <br> </div> </fieldset> <!-- /show inventory --> Code:
Find ---- <if condition="$vboptions['usereferrer']"> Add BEFORE ---------- <!-- show inventory --> <fieldset><legend><a href="ishop.php?do=ViewMember&id=$userinfo[userid]" title="$userinfo[username]'s Inventory">$post[username]'s Inventory</a></legend> <div> $userinfo[invrow] <br> </div> </fieldset> <!-- /show inventory --> The images that appears in bother are in other template, the ishop_invpostbit_item where i put the two directories of the presents to buy in the ishop: Code:
<img src='ishop/items/{$item['img']}' alt='{$item['name']}' border='0'> <img src='ishop/itemsmini/{$item['img']}' alt='{$item['name']}' border='0'> So my problem is that i want to construct and if that makes in postbit you see the presents in the itemsmini directory, and in memberprofile you see the ones of the items directory, that are biggers than the others. I try this IF, but it doesnt work: Code:
<if condition="$post[invrow] != ''"><div> <img src='ishop/itemsmini/{$item['img']}' alt='{$item['name']}' title="$post[invrow]" align="left"> </div></if> Could you help me? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|