
10-04-2005, 02:03 PM
|
 |
|
|
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
2 places in what?
Quote:
1. Go here http://cgi3.ebay.com/ws/eBayISAPI.dll?EKCreate to create your Ebay Sniplet Source Code (you have to have an ebay account and have a ebay user ID available)
2. Edit ebay_member Template, replace with your new code.
**NOTE** When adding your Ebay Sniplet Source Code to the template, find this bit &si=whatever and add your profile field: &si=$vbulletin->userinfo[fieldx]
3. Edit template: posbit or postbit_legacy:
find:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]
add after:
<if condition="$post['fieldX']"><a href="member.php?&do=memberauctions&userid=$post[userid]"><img src="$stylevar[imgdir_misc]/ebay.gif" alt="$post[username]'s Ebay Auctions" border="0" /></a></if>
|
|