MyBB Community Forums

Full Version: Skype MyBB! 1.4.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Skype MyBB!
by mavericck
latest version: 1.4.1 (22/01/10)

Skype MyBB! is a very simple plugin that adds Skype™ functionality to your mybboard.
Activate it, and you will add a "Skype ID" personal field to each member User CP. Members who will use this field will automatically have a Skype status button under their posts.
Any user will be able to contact members simply clicking on that buttons. Easy to use!
Enjoy it!
mavericck
thanks mavericck.. Smile
not installed but may do at a later date. a nice clean plugin! very good.
Installed. How can i move the skype id field to the additional contact infomation instead of the additional info as i ahev all the msn etc in the other oen makes more sense Smile

Thanks,
Dan
dansgalaxy Wrote:Installed. How can i move the skype id field to the additional contact infomation instead of the additional info as i ahev all the msn etc in the other oen makes more sense Smile

Thanks,
Dan

All customfield fields are grouped ( = additional info ); it would require a code rewrite to forfill your needs.
Yes, placing it under other custom fields is the only solution that doesn't require heavy templates changes, and files modifications to handle them.

mavericck
That is a shame i hope soon the MyBB enables you to be able to easily move the fields from group to group Smile

Dan
I hope so. A simple additional select form into the custom profile administration to choose in which group to show it, would be a good idea. You can suggest this into mybb ideas area Wink

mavericck
How can I make it that not a phone call starts if someone clicks on the button but the chat?
Open the plugin file, row 94,

replace
        $post["fid$skype_fid"] = '<a href="skype:' . $post["fid$skype_fid"] . '?call" title="Call ' . $post["fid$skype_fid"] . ' with Skype&etrade;"><img src="http://mystatus.skype.com/smallclassic/' . $post["fid$skype_fid"] . '" /></a>';

with
        $post["fid$skype_fid"] = '<a href="skype:' . $post["fid$skype_fid"] . '?chat" title="Chat ' . $post["fid$skype_fid"] . ' with Skype&etrade;"><img src="http://mystatus.skype.com/smallclassic/' . $post["fid$skype_fid"] . '" /></a>';

mavericck
Pages: 1 2 3 4 5 6 7