The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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. Supporters / CoAuthors Show Your Support
|
Comments |
#102
|
|||
|
|||
![]()
I got the ebay code but there is no si= in it.
|
#103
|
|||
|
|||
![]() Quote:
this hack is a nightmare i had to re-write it to suit my needs ![]() i will not work anyway because its using a built in condition that works when you view your own store, if you try and view another store you will get this member does not have a store and unless anyone knows the built in condition that will make eveyone view stores the same then i had to completely change the whole process... and the method i used uses browser refering (very crap way because firewalls block many people from showing where they came from) but what you want is to change "query=" (when you get the latest code from ebay editor kit) to "si=$vbulletin->userinfo[fieldx]" that will allow you to call the members sales and not the searching of items but it wont work correctly eitherway ![]() maybe you could call the database with a where clause for the field5 in the userfield table but im crap with mysql so hopefully someone has a go with this Regards Mickie D |
#104
|
|||
|
|||
![]()
Working for me 3.5.3
snippet code im using is Code:
<script language="JavaScript" src="http://lapi.ebay.com/ws/eBayISAPI.dll?EKServer&ai=ny%7eu%24%25&bdrcolor=FFCC00&cid=0&eksize=1&encode=ISO-8859-1&endcolor=FF0000&endtime=y&fbgcolor=FFFFFF&fntcolor=000000&fs=0&hdrcolor=FFFFCC&hdrimage=1&hdrsrch=n&img=y&lnkcolor=0000FF&logo=2&num=25&numbid=y&paypal=y&popup=y&prvd=0&r0=3&shipcost=y&siteid=0&si=$userinfo[field7]&sort=MetaEndSort&sortby=endtime&sortdir=asc&srchdesc=n&tbgcolor=FFFFFF&title=SF+Members&tlecolor=FFCE63&tlefs=0&tlfcolor=000000&track=&width=570"></script> no other changes made.. an example can be seen on my site .. see my sig.. Tip! Just thought id tip you guys off.. if you are like me using the 'First Post On Every Page" hack, youll need to edit the postbit template and the postbit_first template.. HTH Lenny ![]() |
#105
|
|||
|
|||
![]()
is everyones ebay hack still working? mine mysteriously stopped working.. hmm
|
#106
|
|||
|
|||
![]()
wow.. not 1 single response? a simple yes or no? is that hard these days? just conversation that hard? wow ..
|
#107
|
||||
|
||||
![]()
I'll have to look at mine later to see if it works - I've put a lot of stuff on the back burner lately.
|
#108
|
|||
|
|||
![]()
snippet link isn't working for me so I am at a standstill.
|
#109
|
||||
|
||||
![]() Quote:
|
#110
|
|||
|
|||
![]()
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> |
#111
|
|||
|
|||
![]()
Maybe the "Supported" should be unchecked. I haven't seen Creed post a reply in 5 pages.
Has anyone gotten this to work with the Affiliate Code embedded? Mike |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|