News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Skype Integration

Started by vbgamer45, August 13, 2008, 06:08:27 PM

Previous topic - Next topic

ccbtimewiz

Quote from: ShanesTA on August 18, 2008, 03:56:08 AM
I have installed this mod and its showing in the member list and profile, but not in the post display.

The Display.template.php has the correct code, but its just not showing.

SMF 1.1.5

Any ideas?

Thanks

Quite strange. Any other mods installed?

ShanesTA

I have these 2:

Require Location, Gender and Age on Registration      0.1
PM On Registration      1.0.2

Bass_Chaz

I tried this one as I use Skype but got errors in the sources/Load.php and the default/memberlist.template.php.
Spme of the mods in the memberlist were already there, but I over wrote those manually as well as the Load.php and still got an error on the memberlist.template

ccbtimewiz

Quote from: Bass_Chaz on August 19, 2008, 07:59:10 PM
I tried this one as I use Skype but got errors in the sources/Load.php and the default/memberlist.template.php.
Spme of the mods in the memberlist were already there, but I over wrote those manually as well as the Load.php and still got an error on the memberlist.template

Do you have any mods that edit the memberlist.template.php file?

Bass_Chaz

Even tried upping the colspan# from 13 to 14

ccbtimewiz

Please answer my question.


edi67

Quote from: NIBOGO on August 25, 2008, 09:32:03 PM
I think of this can be a nice feature of SMF 2.0

Really nice work ;)

i agree too
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

ccbtimewiz

Due to popular demand, I'll be making an alternate version for SMF 2.0. ;)

DingoBlue

#29
My initial installation was SMF 1.1.5 and I installed skype_int_master_1.1 successfully.
Today I updated to SMF 1.1.6 and had to re-install all packages.  This went OK except for Skype.
I get the following error:


Duplicate column name 'skype'
File: /home/xxxxxxxxx/public_html/smforum/Packages/temp/skype_settings.php
Line: 13

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.6, while your database is at version 1.1.5. The above error might possibly go away if you execute the latest version of upgrade.php.



"xxxxxxxxx" above replaces real name.
Can you advise what I need to fix?  I tried Deleteing Skype and Downloading it again etc. but no change.

Regards

inetbizo

My Skype Icon is not appearing next to my name. What file & line do you need me to post?

ccbtimewiz

Quote from: inetbizo on September 25, 2008, 06:05:56 PM
My Skype Icon is not appearing next to my name. What file & line do you need me to post?

Link to site?

Smoky "Rider" Blue

Quote from: DingoBlue on September 08, 2008, 12:13:50 AM
My initial installation was SMF 1.1.5 and I installed skype_int_master_1.1 successfully.
Today I updated to SMF 1.1.6 and had to re-install all packages.  This went OK except for Skype.
I get the following error:


Duplicate column name 'skype'
File: /home/xxxxxxxxx/public_html/smforum/Packages/temp/skype_settings.php
Line: 13

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.6, while your database is at version 1.1.5. The above error might possibly go away if you execute the latest version of upgrade.php.



"xxxxxxxxx" above replaces real name.
Can you advise what I need to fix?  I tried Deleteing Skype and Downloading it again etc. but no change.

Regards

how i fixed this was, i exported my database down to my desktop..

i then used notepad++ and searched for the entries of "skype" and then deleted them.. then i went into the members table and deleted the spot where in the memebers tables it shows.. (3rd from right) i deleted all the collums for it as well.. then i reupped the sql file into the database, and even tho it made 4 errors unable to edit the files, i installed, with out any more "duplicate issues" and then i edited the files that didnt get the data for this mod..

if you get lost, i am sure that CCB can assist you with this ;)
**Take the time to remember friendships and family.. Sometimes it's all we have, and missed very much**

inetbizo

#33
Quote from: ccbtimewiz on September 25, 2008, 06:16:16 PM
Quote from: inetbizo on September 25, 2008, 06:05:56 PM
My Skype Icon is not appearing next to my name. What file & line do you need me to post?
Link to site?
hxxp:oscommerceuniversity.com/lounge/index.php [nonactive]
[25-Sep-2008 17:54:15] PHP Parse error:  syntax error, unexpected T_STRING, expecting ',' or ';' in /home/oscuni/public_html/lounge/Sources/Load.php(1727) : eval()'d code on line
332
[25-Sep-2008 17:54:15] PHP Parse error:  syntax error, unexpected T_STRING, expecting ',' or ';' in /home/oscuni/public_html/lounge/Themes/default/PersonalMessage.template.php on
line 332[code]

PersonalMessage.template.php
[code]echo '
', $message['member']['icq']['link'], '
', $message['member']['msn']['link'], '
', $message['member']['yim']['link'], '
', $message['member']['aim']['link'], '
', $message['member']['skype']['link'],';

// Show the profile, website, email address, and personal message buttons.
if ($settings['show_profile_buttons'])


Load.php
if (!empty($modSettings['load_average']) && !empty($modSettings['loadavg_auto_opt']) && $modSettings['load_average'] >= $modSettings['loadavg_auto_opt'])
return;

if (!empty($modSettings['autoOptMaxOnline']))
{
$request = db_query("
SELECT COUNT(*)
FROM {$db_prefix}log_online", __FILE__, __LINE__);
list ($dont_do_it) = mysql_fetch_row($request);
mysql_free_result($request);

if ($dont_do_it > $modSettings['autoOptMaxOnline'])
return;
}

// Handle if things are prefixed with a database name.
if (preg_match('~^`(.+?)`\.(.+?)$~', $db_prefix, $match) != 0)
{
$request = db_query("
SHOW TABLES
FROM `" . strtr($match[1], array('`' => '')) . "`
LIKE '" . str_replace('_', '\_', $match[2]) . "%'", __FILE__, __LINE__);
}
else
{
$request = db_query("
SHOW TABLES
LIKE '" . str_replace('_', '\_', $db_prefix) . "%'", __FILE__, __LINE__);
}

$tables = array();
while ($row = mysql_fetch_row($request))
$tables[] = $row[0];
mysql_free_result($request);

updateSettings(array('autoOptLastOpt' => time()));


ccbtimewiz

Find:

', $message['member']['skype']['link'],';

Replace with:

', $message['member']['skype']['link'],'<br />';

X3mE

Quote from: ccbtimewiz on September 07, 2008, 11:39:38 AM
Due to popular demand, I'll be making an alternate version for SMF 2.0. ;)

We're desperately waiting :)
Kids, you tried your best and you failed miserably. The lesson is - never try.

My mods:
OS & Browser Detection (1.5 is out!) | Skype Profile Field | GTalk Profile Field | AllCaps Blocker | SMF Syntax Highlighter (Beta) + 2 in development!

Personal websites:
Mobilize.rs (and forum) | Lolmao.info



genieuk

Great mod shows everywhere it suppose to, but when i click on the skype icon for example in posts it says 'Skype is not a registered protocol'?

anyone know what this means?

thanks
mat

ccbtimewiz


genieuk


ccbtimewiz

Could you provide a test account, so I could see messenger icons?

Advertisement: