I see that the developer hasn't been on for quite a while and I could use a bit of help tweaking this mod.
I've got it installed as it is for eBay and managed to get it to work for Etsy so far but I have vBClassified on my board and I'd I've made up a little icon and would really like to use this to help direct members to sellers stuff there as well. Unfortunately it doesn't seem to want to work with the url and user ID number.
I know basic html & normally follow directions well which saves my butt as admin but am light years away from being a coder.I've tried to figure this out on my own and had hoped I could get this to work but I simply don't have enough knowledge to do so. It seems to need the / before member info but vB doesn't work that way. Anyway, is there a way I can get this to work please?
Code:
<if condition="$post['field20']">
<a href="http://www.mywebsite.com/forum/vbclassified.php?do=user&userid=$post[field20]" target="_blank" rel="nofollow" title="My Items For Sale On XXXX">
<img alt="My Items On XXXXX" border="0" src="http://www.mywebsite.com/forum/images/misc/XXXXlogopb.gif" border="0"/>
</if>
Thank you for any help.