Installed...Cool Mod!
I have one question though. I had the eBay Username showing up under
Additional Information because of the "$customfields" variable. I replaced "$customfields" with the following (which is working just fine):
Code:
<if condition="$post['field5']">
<tr>
<td><strong>View Member's eBay Listings</strong>:<br />(<a href="member.php?&do=memberauctions&userid=$post[userid]">$post[field5]</a>)
</td>
</tr>
</if>
However I've been playing around with
IF/ELSE statements trying to get the eBay link to show up ONLY IF there is a userid
AND I would like to show all other "$customfields" ONLY IF they are not field 5...