The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
UKBL ~ Selling on Ebay Link in Postbit Details »» | ||||||||||||||||||||||||||||||||||
UKBL ~ Selling on Ebay Link in Postbit
Developer Last Online: Feb 2012
UKBL ~ Selling on Ebay Link in Postbit Want to allow members the choice of adding an ebay logo to their postbit?? prevent unindended spamming of threads with members ads??? Well now you can A simple to do Ebay logo in your Postbit so Members can advertise their ebay goods for sale Just go to your admin cp and make a User Custom profile field Called "My ebay Sales" and add this to the description = Add your Ebay user name below to show other members what you have for sale Make a note of the field number as this is what we are going to add to our Code. For example, we'll use Field10 Your User CP should now have a Field like this Add this template conditional, to prevent guest and non registered from seeing your link, Replace the X's with your UserGroup ID Quote:
Code:
<if condition="is_member_of($bbuserinfo, 6, 7, 9)"> <if condition="$post['field10']"> <a href="http://shop.ebay.com/merchant/$post[field10]" target="_blank" rel="nofollow" title="Click to View my Sales"> <img alt="My Ebay Sales" border="0" src="http://www.yourforum.com/images/misc/ebay.png" border="0"/> </if></if> Now to add our Code In template postbit_legacy or postbit: find Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] Code:
<if condition="is_member_of($bbuserinfo, 6, 7, 9)"> <if condition="$post['field10']"> <a href="http://shop.ebay.com/merchant/$post[field10]" target="_blank" rel="nofollow" title="Click to View my Sales"> <img alt="My Ebay Sales" border="0" src="http://www.yourforum.com/images/misc/ebay.png" border="0"/> </if></if> Enjoy Click installed if you use Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
Going to ask a really stupid question now !
Can i change this so I an have a button that tells users that they are selling in our classifieds section instead of ebay ?? |
#13
|
|||
|
|||
If you change the link to ebay for your own members classified, i don't see why not, Don't forget to change the ebay image also
|
#14
|
|||
|
|||
Ez install, works good, thanks!
|
#15
|
|||
|
|||
|
#16
|
||||
|
||||
Installed!
Thanks! |
#17
|
|||
|
|||
Its people like you that make people like me feel a little smarter...
Thank you so much for making me do it..So many times we look for the easy way which would have been to get you to load this or a tutorial...But as I have found its not needed and I have learnt something more. I did have a few issues but worked my way around them so now I have your hack fully installed and functioning thanks to you... What a great Idea..... Kindest regards Nuke.:up: Note: I will certainly be looking closly at all your other hacks from now on too... |
#18
|
|||
|
|||
great little mod but it doesn't appear to be working for Mac users. Has anyone else had a similar problem?
|
#19
|
||||
|
||||
I see that the developer hasn't been on for quite a while and I could use a bit of help tweaking this mod.
I've got it installed as it is for eBay and managed to get it to work for Etsy so far but I have vBClassified on my board and I'd I've made up a little icon and would really like to use this to help direct members to sellers stuff there as well. Unfortunately it doesn't seem to want to work with the url and user ID number. I know basic html & normally follow directions well which saves my butt as admin but am light years away from being a coder.I've tried to figure this out on my own and had hoped I could get this to work but I simply don't have enough knowledge to do so. It seems to need the / before member info but vB doesn't work that way. Anyway, is there a way I can get this to work please? Code:
<if condition="$post['field20']"> <a href="http://www.mywebsite.com/forum/vbclassified.php?do=user&userid=$post[field20]" target="_blank" rel="nofollow" title="My Items For Sale On XXXX"> <img alt="My Items On XXXXX" border="0" src="http://www.mywebsite.com/forum/images/misc/XXXXlogopb.gif" border="0"/> </if> |
#20
|
||||
|
||||
NM... please disregard the above post.
It took me a bit but I figured out how to tweak this for not only vBClassified but most of the more popular places the online sellers of my board sell at (Etsy, Bonanzle, Amazon, Ruby Lane, etc) and made up icons to go with them as well. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|