UKBL ~ Selling on Ebay Link in Postbit
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
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
eaby.zip (139.2 KB, 81 downloads) Screenshots |
Similar Mods
End-User Options UKBL ~ Ebay Feedback Badge ~ Clickable | vBulletin 3.8 Template Modifications |
End-User Options UKBL ~ Ebay Feedback Badge ~ Clickable !! | vBulletin 3.6 Template Modifications |
[release] Ebay in Postbit and Profile with direct Link to members auctions | vBulletin 2.x Template Modifications |