The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Skype
I have downloaded Skype software (www.skype.com) but vbulletin doesn't support this. Being a little like AIM, I want a hack that when they click a "skype" button, it adds that user to their skype contact list. This hack should integrate just like all the other contact buttons and profile.
|
#2
|
|||
|
|||
A mate of mine sorted this one out for VB2 just needed a small change for VB3, Upload the attached image to your image dir.
In your postbit find Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] Code:
<!-- skype --> <if condition="$post[field5]"> <A HREF="CALLTO://$post[field5]"><IMG SRC="/images/skype.gif" alt="Click Here to Skype $userinfo[username]" BORDER=0></A><br></if> <!--- skype ---> Hope that's what you are looking for |
#3
|
||||
|
||||
Beermonster, that doesn't work,mate.
Put the code in exactly as you stated but nothing gets displayed in vB3.0.3 |
#4
|
|||
|
|||
Quote:
Code:
$post[field5] |
#5
|
|||
|
|||
Beermonster,
I use vb 3.0.3, I put your code changing field name to the correct, but it doesnt work. it doesnt show. |
#6
|
|||
|
|||
Quote:
Are you using postbits or postbit_legacy? if you are using postbit_legacy then you will need to add the code to that template Also in the code remove the first / in <IMG SRC="/images/skype.gif" or it won't show the image |
#7
|
|||
|
|||
I added the code at postbi template.
So, must i add it to postbit_legacy? Is this code correct? Quote:
|
#8
|
|||
|
|||
I added to postbit_legacy and it worked like a charm!!
Thanks a lot |
#9
|
||||
|
||||
*installed*-Mika
|
#10
|
|||
|
|||
Wasn't really easy to follow your instructions since I never modified a template, but in the end I got it. Only problem I had that the User Profile Fields Manager doesn't show anything (version 3.0.6), but at least the Add User Profile Field did what it should.
As an addition, if one uses the service of Qzoxy/Jyve, you can directly display the online status as vbulletin does it for ICQ, MSN etc. In this case just change the image tag like this: Code:
<IMG SRC="http://jyvepresence1.com/qzoxy/$post[field5].png?icon=small" alt="Click here to Skype $userinfo[username]" BORDER=0> Wastl |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|