We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Where to find ADD SKYPE PLUGIN | Forum

TeamX
TeamX Jul 1 '13
hello buddy,


I see in many Oxwall powered website, a option in the top,like SKYPE SETUP... so how to install skype on oxwall powered website

Oxwall Accessories
Oxwall Accessories Jul 1 '13
The member who made this free plugin deleted it out of spite because people were complaining of bugs in other plugins he made. He is currently releasing plugins under the foxtech name. you can try and contact foxtech and maybe get a copy.
Oxwall Accessories
Oxwall Accessories Jul 1 '13
If you cant figure the answer to that out on your own then you may need to find a new community. No offense!
Pete
Pete Jul 1 '13
First people dont give you plugins unless thay or free ,in which case you can download them from the store .If you still want a copy of the free plugin for Skype here it is .
The Forum post is edited by Pete Jul 1 '13
Attachments:
  myskype.zip (8.5Kb)
TeamX
TeamX Jul 1 '13
thank you pete - Love you Man
Joshua
Joshua Jul 2 '13
The plugin's that are free are in the store already.


No one is going to give away plugin's that others had to pay for however.


Best of luck!

Den Team
Den Jul 10 '13
Topic was moved from Oxwall Store.
dave Leader
dave Aug 26 '13
I noticed the lang file is not zipped and it is also empty.. Is this normal pete or anyone that has this..
dave Leader
dave Aug 26 '13

you dont have to do this so i removed the txt

The Forum post is edited by dave Aug 27 '13
dave Leader
dave Aug 27 '13

correction i was not correct.. the dev did this right

The Forum post is edited by dave Aug 27 '13
dave Leader
dave Aug 27 '13

oh hey paul i didnt know that you wrote it... cool...   yeah skype is that way i did set mine to allow. 

 

here is what i thought i would do, see if you agree or maybe you have a better way..

 

in ow_plugins/myskype/components/profile_widget.php

 

you have this public function here

 

 public static function getSettingList() // If you redefine this method, you'll be able to add fields to the widget configuration form
    {
        $settingList = array();
        $settingList['content'] = array(
            'presentation' => self::PRESENTATION_TEXTAREA, // Field type
            'label' => 'Skype Me', // Field name
            'value' => '' // Default value
        );

 

 

corrected post, i ended up going back to pauls original code.. ;)    

The Forum post is edited by dave Aug 30 '13
dave Leader
dave Aug 27 '13

here is how i began it, this is as far as i got, i figured i would do it in an if else, have the if fill in the form and the else process it normall as you have it ..

 

this is as far as i got of the if

 

    public static function getSettingList() // If you redefine this method, you'll be able to add fields to the widget configuration form
    {
       if( $skype && $this->setVisible(true) )
       {
       

dave Leader
dave Aug 27 '13

removed code so i dont confuse anyone

The Forum post is edited by dave Aug 30 '13
dave Leader
dave Aug 27 '13

I just found this, is it better to use the URI than the button script?

http://mystatus.skype.com/balloon/$skype\">

 

The Forum post is edited by dave Aug 27 '13
dave Leader
dave Aug 27 '13

thanks for doing that paul.. ;)

 

the silly notice is that the bog skype box that comes up?

The Forum post is edited by dave Aug 27 '13
dave Leader
dave Aug 27 '13

cool, i just added my script inside the $content to test the look and i will prob go back to your way.. mine will be quite a bit of adjustments and its too much modding..

 

here is how it looks with mouse over.

 

 

 

it was worth a try... nice job paul on the plugin, you did code it the better way after all... nice job.. :)

The Forum post is edited by dave Aug 27 '13
TeamX
TeamX Aug 27 '13
then can you give the corrected version of skype
dave Leader
dave Aug 27 '13

This is what i have now :)

 

$content .= "<center>
<a href=\"skype:$skype?call\"><img src=\"http://mystatus.skype.com/balloon/$skype\">http://mystatus.skype.com/balloon/$skype\

" style=\"border: none;\" width=\"150\" height=\"60\" alt=\"My status\" /></a>
</center>
";