Version: 1.0.1, by Creed
Developer Last Online: May 2006
Version: 3.5.0
Rating:
Released: 10-02-2005
Last Update: 10-28-2005
Installs: 33
Uses Plugins Template Edits
No support by the author.
This extension allows users to enter their eBay username, and will then have a link in postbit that will show all the users current eBay Auctions.
Does require a couple of template edits, and edit of a file (not native to vB).
Based off of the idea and hack from 3.0.x which can be seen: here.
1.0.1 Updated XML to parse two templates, saving two queries (thanks to Zachariah).
1.0.0 Initial Release
*To Update*
Reupload all files, Re-import product, making sure to allow overwrite.
-- Make sure you replace fieldx with your field# in the XML before updating.
When viewing a member's auctions, I can see it just fine. However, when I log in as a member, rather than admin, the same screen pulls "This member has not given their Ebay ID"
And for the record... its not set to private field either
I got to thinking about it earlier - about the last post - so I went to the user profile settings - I changed it to make it a private field. And this worked.
So that tells me there is something that is in the code that is reversing the permissions. Now as any member, I can click on the ebay and pull up the auctions, aside from the admin view.
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]
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]
2. Edit ebay_member Template, replace with your new code.
**NOTE** When adding your Ebay Sniplet Source Code to the template, find this bit &siteid=whatever and add your profile field after: &si=$userinfo[fieldx]