The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
auction feedback account links
My users have a little ebay icon with a link to their ebay/feedback store in their profile and postbit_legacy which works very well.
They are requesting the same trick with http://gunbroker.com and http://auctionarms.com as most of them have accounts there. I have the images and know how to add the profile field and any phrases needed but I don't understand the system they are using here.... for example http://www.auctionarms.com/Help/feed...yFeedBack.cfm?Evaluee=5168022022.0 <-- is what comes out after putting in a search for the user and it brings the users page up as Evaluee=5168022022.0 You have to put in a search for the user by username, or look at their feedback from a live auction, and get the above output.... Evaluee=5168022022.0 ---------------------------- Ebay code is Code:
<if condition="$post['fieldX']"> <a href="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&userid=$userinfo[fieldX]" target="_blank"><img src="$stylevar[imgdir_misc]/ebay.gif" alt="<phrase 1="$userinfo[username]">$vbphrase[view_ebay_profile]</phrase>" border="0" /></a> </if> Code:
<if condition="$post['field10']"><a href="http://www.auctionarms.com/Help/feedback/CheckMyFeedBack.cfm?ViewFeedback&userid=$userinfo[field10]" target="_blank"><img src="$stylevar[imgdir_misc]/aa.gif" alt="<phrase 1="$userinfo[username]">$vbphrase[view_auctionarms_profile]</phrase>" border="0" /></a> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|