Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthor3stripe
    • CommentTimeNov 18th 2006 edited
     # 1
    Just wondering if this is possible - eg an add-on that shows a users current eBay items on their account page?

    Or even their "Ending soon" items as text links in their signature?

    Also, what about hooking up with the eBay affiliate API or eBay Editor Kit, to display keyword related eBay item ads, or refer on new users & bidders etc.. anyone had a shot at this?

    Interested to hear your thoughts, the API looks pretty simple and comes in PHP flavour and well as others.

    If you're up for tackling the add-ons there could be some very good karma and/or financial incentive from my good self.

    Cheers

    Mista3
    •  
      CommentAuthor3stripe
    • CommentTimeNov 18th 2006
     # 2
    BUMPTY BUMPY. Iv ejust got got back from pub and pssied. http://www.sneakergeeks.com/beta/ has got some ebay ads active though :)
    •  
      CommentAuthor3stripe
    • CommentTimeNov 19th 2006 edited
     # 3
    So, how would I write an extension that asks for your eBay user id, saves it, and then displays your "Current Items" feed on your profile page.. going to spell it out for myself I think...

    1. Store eBay user id - use Predefined Attributes add-on
    2. Insert into RSS feed query string
    3. Display feed, including images, on users accounts page
    4. Display 2 or 3 text links from feed in users signature NOT REQUIRED
    •  
      CommentAuthor3stripe
    • CommentTimeNov 20th 2006
     # 4
    This is beyond me... I know that the FlickFeed add-on does kinda what I need but there's no way I can do this on my own.

    Anyone else interested in this kind of thing?
    • CommentAuthorMinisweeper
    • CommentTimeNov 20th 2006 edited
     # 5
    Minisweeper strokes 3stripe on his solo quest

    Maybe if i get ridiculously bored later in the night I'll give it a shot. I have quite a few films lined up though.
    •  
      CommentAuthor3stripe
    • CommentTimeNov 20th 2006 edited
     # 6
    Why thank you. I'm starting to realise I might have to offer some monetary incentives for this project - we've got some new web developers at my work though so I might ask them as well....

    Anyhows here's a sample eBay rss feed... the extension would replace "3stripe" with the eBay user id that's saved by the Prefined Attributes add-on I guess...

    http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&siteId=3&language=en-GB&output=RSS20&catref=C5&sacqy=&sacur=0&fsop=1&fsoo=1&saslt=2&from=R6&sasl=3stripe&sacqyop=ge&saslc=2&floc=1&ga10244=10425&saprclo=&saprchi=&saaff=afcj&ftrv=1&ftrt=1&fcl=3&afcj=1933969&nojspr=y&frpp=25&satitle=%28sneaker%2Ctrainer%29&sacat=11450&saslop=1&afmp=&fss=1

    Maybe a better example is http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&siteId=3&language=en-GB&output=RSS20&catref=C5&sacqy=&sacur=0&fsop=1&fsoo=1&saslt=2&from=R6&sasl=prefontaine1975&sacqyop=ge&saslc=2&floc=1&ga10244=10425&saprclo=&saprchi=&saaff=afcj&ftrv=1&ftrt=1&fcl=3&afcj=1933969&nojspr=y&frpp=25&sacat=11450&saslop=1&afmp=&fss=1 as this dude is actually selling something...

    Just noticed they've got tables INSIDE the rss feed. Jesus!
    •  
      CommentAuthorDinoboff
    • CommentTimeNov 20th 2006 edited
     # 7
    Sorry 3stripe, I would be very happy to help with that kind of thing, but I am quite busy.

    Do you have php5 with the curl, SimpleXML and xpath extensions install on your server. With them, it is really easy to use an api. Or if you can use rss, using Magpie is also simple.

    For displaying the info, on the account page, just look at extensions like MyGamerCard extension or the Role History extension.
    •  
      CommentAuthor3stripe
    • CommentTimeNov 20th 2006 edited
     # 8
    Hi Dinoboff, no worries!

    Well, I wouldn't write an API, no way ho-zay. But you can use RSS so I think Magpie is the way to go, which is why I was examing the FlickrFeed add-on to see how that worked...

    If you actually extracted the Magpie parsing script from the Feed-Reader add-on and inserted into something like the FlickrFeed add-on, you'd be 80% there I think...
    •  
      CommentAuthor3stripe
    • CommentTimeNov 24th 2006 edited
     # 9
    Mini, you still up for this? I'm still stuck. Boo! decided to have another shot

    If you took the rss reader from FeedReader and merged it into the Flickr extension that displays a feed on your account page, that would be it sorted I reckon. I can probably hack and paste it from their to make the feed customisable depending on your location, shoe size etc....

    PS. Dinoboff, MyGamerCard has a typo... "You can add your Gamer Card to your Profil." :)
    •  
      CommentAuthor3stripe
    • CommentTimeNov 24th 2006
     # 10
    Hmm, so FeedReader uses "$Panel->AddListItem" to add items directly to the panel, I want the eBay items to appear outwith the panel, on the other side... so I'd need to store the items in an array or something?
    •  
      CommentAuthor3stripe
    • CommentTimeNov 24th 2006 edited
     # 11
  1.  # 12
    So have yuo done it? Or is that a mockup? Work's pretty busy today i'm afraid.
    •  
      CommentAuthor3stripe
    • CommentTimeNov 25th 2006 edited
     # 13
    Used the LatestBlog 1.0 Beta add-on and made a few changes... live at http://www.sneakergeeks.com/beta/account.php?u=1 (not my real eBay items tho cos I ain't got any)

    Need to add caching of the feed next, not sure about that one...

    And then do a general feed that takes the eBay ids of every user on the forum to display a master feed on the homepage!
    •  
      CommentAuthorWanderer
    • CommentTimeNov 26th 2006
     # 14
    Oops...

    Notice: Undefined property: etag in /home/.canicula/jamesgreig/sneakergeeks.com/beta/extensions/eBayItems/magpierss-0.72/rss_fetch.inc on line 156
    •  
      CommentAuthor3stripe
    • CommentTimeNov 26th 2006
     # 15
    Yeah I saw that... needs some work still!
Add your comments
    Username Password
  • Format comments as