The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hi Members
please Help me How To insert Paypal Accout Link and Image here in postbit For Example :- ![]() thanks in advance Br., ram |
|
#2
|
||||
|
||||
|
In postbit_legacy, insert your link/image here in red (you must change the link and image path):
Code:
<if condition="$show['avatar']">
<div class="smallfont">
<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">
<br />
Not tested. Also, this is 3.8 code, your's may be slightly different. |
|
#3
|
||||
|
||||
|
Quote:
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 |
|
#4
|
||||
|
||||
|
So you want it below the IM, MSC, etc icons? (I thought your arrow was just showing the image blown up).
HTML Code:
$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>
|
|
#5
|
||||
|
||||
|
Thx Sir
I Got it Sir |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|