Current time: 07-03-2009, 11:00 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skype MyBB! 1.0
09-30-2007, 07:17 AM (This post was last modified: 09-28-2008 04:07 PM by mavericck.)
Post: #1
Skype MyBB! 1.0
Skype MyBB!
by mavericck
latest version: 1.4.0 (28/09/08)

Skype MyBB! is a very simple plugin that adds Skype™ functions 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
Find all posts by this user
Quote this message in a reply
09-30-2007, 09:09 AM
Post: #2
RE: Skype MyBB! 1.0
thanks mavericck.. Smile

It is not disgraceful to ask, it is disgraceful no to ask.
Find all posts by this user
Quote this message in a reply
09-30-2007, 03:49 PM
Post: #3
RE: Skype MyBB! 1.0
not installed but may do at a later date. a nice clean plugin! very good.

[Image: byte%20ad%20bar%20copy.jpg]
My Plugins
Visit this user's website Find all posts by this user
Quote this message in a reply
09-30-2007, 06:20 PM
Post: #4
RE: Skype MyBB! 1.0
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
Visit this user's website Find all posts by this user
Quote this message in a reply
09-30-2007, 06:30 PM
Post: #5
RE: Skype MyBB! 1.0
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.

Visit this user's website Find all posts by this user
Quote this message in a reply
09-30-2007, 09:13 PM
Post: #6
RE: Skype MyBB! 1.0
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
Find all posts by this user
Quote this message in a reply
09-30-2007, 09:32 PM
Post: #7
RE: Skype MyBB! 1.0
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
Visit this user's website Find all posts by this user
Quote this message in a reply
09-30-2007, 09:53 PM
Post: #8
RE: Skype MyBB! 1.0
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
Find all posts by this user
Quote this message in a reply
11-02-2007, 04:11 PM
Post: #9
RE: Skype MyBB! 1.0
How can I make it that not a phone call starts if someone clicks on the button but the chat?

Susanne
Find all posts by this user
Quote this message in a reply
11-02-2007, 04:22 PM
Post: #10
RE: Skype MyBB! 1.0
Open the plugin file, row 94,

replace
PHP Code:
$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
PHP Code:
$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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: