Quote:
Originally Posted by blackwidow
i got all the step the two steps below. how do i do them?
1. Create a new User Profile Field for eBay Username. Make sure to remember the field number.
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]
|
User profile field is in the AdminCP (left side) User Profile Fields - create a new user profile area - doesn't matter how its set up as long as the user knows that the area is for inputting ebay user ID.
I've got mine set up as follows
Title - eBay Username
Description - This is your eBay Username
Max length of allowed user input - 100
Display Size -25
Profile Field Type ? Single-Line Text Box
Display Order ? 5
Field Required ? No
Field Editable by User ? Yes
Private Field ? Yes (do to reasons I stated before this post ? others will vary)
Field Searchable on Members List ? No
Show on Members List ? Yes
Don't use the "vbulletin->" part (take out that part of the code. Should be &si=$userinfo[fieldx]
silurius, did you get your issue figured out?