Log in

View Full Version : Help me paypal icon in Postbit


chennairam
12-11-2008, 11:43 AM
Hi Members

please Help me

How To insert Paypal Accout Link and Image here in postbit

For Example :-

https://vborg.vbsupport.ru/external/2008/12/75.jpg

thanks in advance


Br.,
ram

Lynne
12-11-2008, 02:42 PM
In postbit_legacy, insert your link/image here in red (you must change the link and image path):

<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
<div><a href="http://link.to.paypal/"><img src="paypal.jpg"></a></div>
<div class="smallfont">
&nbsp;<br />


Not tested. Also, this is 3.8 code, your's may be slightly different.

chennairam
12-12-2008, 06:20 AM
In postbit_legacy, insert your link/image here in red (you must change the link and image path):

<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
<div><a href="http://link.to.paypal/"><img src="paypal.jpg"></a></div>
<div class="smallfont">
&nbsp;<br />


Not tested. Also, this is 3.8 code, your's may be slightly different.



I done sir

But There is No Space Between Avator and user name

And More Thing That image will User info above

I need Below user info sir Check my post With images



Thanks in Advance


Br.,
Ram

Lynne
12-12-2008, 02:57 PM
So you want it below the IM, MSC, etc icons? (I thought your arrow was just showing the image blown up).

$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
<div><a href="http://link.to.paypal/"><img src="paypal.jpg"></a></div>


</div>

</td>

If you need more space, add a break - <br />

chennairam
12-13-2008, 02:15 AM
Thx Sir

I Got it Sir