Quote:
Originally Posted by sowyrgardn
If the obvious is escaping me, I apologize. What template folder do I put this is in:
I've done a ton of mods but for some reason I am not understanding that portion, and I do not see it in the OP.
Thanks again.
Rebecca
|
Look at the code below
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>
You'll see the code which you need to add to your postbit and the conditional what we're talking about is in red the top line and the bottom </if>
Just change the numbers in the top line of the conditional to the usergroups that you want the ebay link to be displayed to.
Hope that helps