MyBB Community Forums

Full Version: Skype Code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you make a Skype thing like this were you click it and it asks you to open skype. ex.

[Image: ada702eaeb60c14eefae1a5ca6c28ae8.png]

[Image: 5bdc86bb7ce5c43018b41cd94a5a6157.png]

Thanks.
Regex (Regular Expression)
\[skype=(.*?)\](.*?)\[/skype\]

Replacement
<a href="skype:$2?$1"><img src="http://mystatus.skype.com/smallclassic/$2" style="border: none;" width="182" height="44" alt="My status" /></a>

Usage:
[skype=call]username[/skype] - Call a skype username
[skype=add]username[/skype] - Add a skype username
[skype=chat]username[/skype] - Chat a skype username
[skype=userinfo]username[/skype] - Check the user info
[skype=voicemail]username[/skype] - Send the user a voicemail
[skype=sendfile]username[/skype] - Send a file to the username
It didn't work.
That is not a MyCode. That is a postbit button.
[code]
(2013-04-26, 01:04 AM)ElectricShock Wrote: [ -> ]That is not a MyCode. That is a postbit button.
Oh.
(2013-04-26, 01:04 AM)ElectricShock Wrote: [ -> ]That is not a MyCode. That is a postbit button.

Ah... no.. anything like this:

(2013-04-24, 07:26 AM)Jimmy. Wrote: [ -> ]Regex (Regular Expression)
\[skype=(.*?)\](.*?)\[/skype\]

Is a MyCode... not a postbit html code.

TheSpeedyFeed did you enter Jimmies code properly as a MyCode in your admin CP? is it enabled? let's check the basics first to figure out why it's not working for you.
He said the image at the main post is a postbit button, not MyCode.
I got it to work Wink
His title was misleading. Anyway, I am glad you got it to work.
(2013-04-26, 05:02 PM)Jimmy. Wrote: [ -> ]His title was misleading. Anyway, I am glad you got it to work.
Actually it was MyCode.
I used this
:p