Skype Mod

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Lamer4o
Registered User
Posts: 98
Joined: Tue Dec 22, 2009 9:29 pm

Re: Skype Mod

Post by Lamer4o »

yes you can see on the pics i upload that the skype-box is like Bug but i have enter my skype [ vasil_90_sf ] and i don't see anywhere the skype icon's on prosilver and subsilver2

And to ask are the Skype icon's like this ?

Image
Image
Becoas I'm looking for those kind of skype mod... (icon's)


Edit :
I uninstall it whit the Automod and i try to re-install it and when i try to run the db_update.php it give me this error

Code: Select all

Some queries failed, the statements and errors are listing below.

SQL: ALTER TABLE phpbb_users ADD user_skype varchar( 255 ) NOT NULL DEFAULT ''Error: Duplicate column name 'user_skype'

SQL: ALTER TABLE phpbb_users ADD user_skype_type tinyint( 1 ) DEFAULT '0' NOT NULLError: Duplicate column name 'user_skype_type'
Last edited by Lamer4o on Wed Jan 13, 2010 12:31 pm, edited 1 time in total.
ping20
Registered User
Posts: 8
Joined: Mon Dec 14, 2009 9:26 am

Re: Skype Mod

Post by ping20 »

Here is the picture :) it is work very well on Firefox.
any idea in order to fix it?
You do not have the required permissions to view the files attached to this post.
Lamer4o
Registered User
Posts: 98
Joined: Tue Dec 22, 2009 9:29 pm

Re: Skype Mod

Post by Lamer4o »

Ok now i have this ...
Image
Image

Any idea how to Make it Just 1 ?
ping20
Registered User
Posts: 8
Joined: Mon Dec 14, 2009 9:26 am

Re: Skype Mod

Post by ping20 »

Just remove the code from memberlist_im.html I think ;)
I did this once
ping20
Registered User
Posts: 8
Joined: Mon Dec 14, 2009 9:26 am

Re: Skype Mod

Post by ping20 »

it might be the problem that I run phpbb3 under https mode and the link will be broken :(
I did copy the skypeCheck.js to my server but it seem not working :(
and I do got a certificate error too :(
Lamer4o
Registered User
Posts: 98
Joined: Tue Dec 22, 2009 9:29 pm

Re: Skype Mod

Post by Lamer4o »

ping20 wrote:Just remove the code from memberlist_im.html I think ;)
I did this once
Still the same..
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Skype Mod

Post by RMcGirr83 »

Your skype icon is in viewtopic next to the "profile icon".

By installing multiple times using automod you have added the code multiple times within the files...this includes the php files. Uninstall the mod with automod, then restore your files from your backup (you did make a backup prior to installing, yes?) and reinstall the mod with automod. There is no reason to run the db_update file again as the entries will remain in your database.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
Lamer4o
Registered User
Posts: 98
Joined: Tue Dec 22, 2009 9:29 pm

Re: Skype Mod

Post by Lamer4o »

ahh that's the problem i didn't make a backup :S
any udder way to remove it and make it just 1?
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Skype Mod

Post by RMcGirr83 »

You have to check each file the mod has you make changes on and ensure there is only one edit per the mod install instructions.

Alternatively, if you have no other mods installed then you can overwrite all files EXCEPT config.php with new ones from a fresh download of the phpBB software. You can also overwrite all your style files as well then reapply the mod.

Always, always, always make a backup of your forum files prior to adding any modification for just this exact reason.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
Lamer4o
Registered User
Posts: 98
Joined: Tue Dec 22, 2009 9:29 pm

Re: Skype Mod

Post by Lamer4o »

I don't know how to make a backup... that why i don't have one i will try now and edit my post to say what happen.

Edit : Ok i edit all files and it's ok... but now one of my Theme's don't have

Code: Select all

buttons.js
and why When i'm online in my skype in the forum show that i'm offline...And i want to make all icons to be like this
Image
Image
but i have only those too...and for all Model's for skype mod (i mean Online off line Away ect...)
Lamer4o
Registered User
Posts: 98
Joined: Tue Dec 22, 2009 9:29 pm

Re: Skype Mod

Post by Lamer4o »

Sorry for the double post but i can't find a way to put the Skype Icon on my Melankolia style (witch is like Subsilver2) so can anyone help me out ?
User avatar
Alexandre
Registered User
Posts: 68
Joined: Fri Feb 03, 2006 3:05 pm
Location: Gomel, Belarus

Re: Skype Mod

Post by Alexandre »

Russian translation:

Code: Select all

<?php
/**
*
* skype [Russian]
*
* @package language
* @version $Id: ban_list.php,v 1.0.0 2008/08/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2008 Richard McGirr 
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
// do not translate these next two lines!!  Else skype will not be able to connect
	'SKYPE_CHAT'			=> 'Chat',
	'SKYPE_CALL'			=> 'Call',
// translate following
	'IM_SKYPE'				=> 'Обратите внимание, что пользователи могут поставить запрет на приём skype сообщений от пользователей, не находящихся в их списке контактов.',

	'SEND_SKYPE_MESSAGE'	=> 'Отправить Скайп сообщение',
	'SKYPE'					=> 'Skype',
	'SKYPE_ADD'   			=> 'Добавить в Skype',
	'SKYPE_EXPLAIN'       	=> 'Нажмите %sСЮДА%s чтобы узнать больше.',
	'SKYPE_FAQ'             => 'FAQ по Skype',
	'SEND_SKYPE_MESSAGE'	=> 'Отправить Skype сообщение',
	'SKYPE_SENDFILE'    	=> 'Отправить файл',
	'SKYPE_USERINFO'    	=> 'Запросить контактные данные',
	'SKYPE_VOICEMAIL'   	=> 'Голосовая почта Skype',
	'SKYPE_TYPE'			=> 'Тип Skype сообщения',
	'SKYPE_CALL_TRANS'		=> 'Звонок',
	'SKYPE_CHAT_TRANS'		=> 'Чат',
	'TOO_LONG_SKYPE'		=> 'Логин не может быть длиннее 150 символов.',
	'TOO_SHORT_SKYPE'		=> 'Логин не может быть короче 6 символов.',
	'UCP_SKYPE'				=> 'Skype имя',
));

?>

Code: Select all

<?php

/**
*
* help_skype [Russian]
*
* @package language
* @version $Id: help_skype.php 8479 2008-09-01 14:22:48 rmcgirr83 $
* @copyright (c) Richard McGirr
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$help = array(
	array(
		0 => '--',
		1 => 'Skype'
	),
	array(
		0 => 'Что такое Skype?',
		1 => '<a href="http://www.skype.com">Skype</a> позволяет совершать бесплатные звонки через Интернет между пользователями этого сервиса. Это бесплатный продукт, прост в установке и в использовании, и работает почти со всеми компьютерами.',
	),
	array(
		0 => 'Как я могу добавить пользователей в мой Skype-аккаунт?',
		1 => 'Вы можете добавить пользователей с свой Skype-аккаунт нажатием на ссылки, которые можно найти в профиле пользователя. При просмотре тем можно будет увидеть статус пользователя в Skype.'
	),
	array(
		0 => 'Я ввёл свой логин Skype, но иконка не показывает мой статус!',
		1 => 'После ввода Skype адреса с своём профиле, вам нужно изменить настройки программы Skype (Skype->Настройки->Безопасность->Показать дополнительные настройки->Показать мой статус в сети). Ваш статус в Skype будет показан пользователям.'
	),
	array(
		0 => 'Что делает иконка при просмотре тем?',
		1 => 'Если у вас установлен Skype, вы также можете совершить <b><i>звонок</i></b> или отправить <b><i>чат</i></b> сообщение пользователю в зависимости от настроек этого пользователя.'
	),
	array(
		0 => 'Что делает ссылка в профиле?',
		1 => 'Позволяет совершить множества действий с помощью Skype.  Пользователь сможет добавить вас в контакты, отправить файл, отправить голосовое сообщение, посмотреть информацию о профиле Skype, соверишить звонок или начать чат.'
	),
);

?>
You do not have the required permissions to view the files attached to this post.
User avatar
RobbyJ88
Registered User
Posts: 13
Joined: Thu Apr 05, 2007 3:49 am

Re: Skype Mod

Post by RobbyJ88 »

I need to know why my mod would do this. Going over changes. Can anyone help me?

Image
I went through Page 3 of this forum and saw someone had the same issue. I tried it all and nothing worked....
Site is http://www.cusemen.com/in/index.php
Last edited by camm15h on Thu Feb 11, 2010 5:06 pm, edited 1 time in total.
Reason: Removed large font.
NIT = More than a noob... a noob in training....
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Skype Mod

Post by RMcGirr83 »

Looks like you are missing an edit to includes/ucp/ucp_profile.php. Double check your edits to that file.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
RobbyJ88
Registered User
Posts: 13
Joined: Thu Apr 05, 2007 3:49 am

Re: Skype Mod

Post by RobbyJ88 »

That worked. I do have a question, I modified it but forgot to upload it right away. Is there a program that I can edit the files and save them online in one shot?
NIT = More than a noob... a noob in training....

Return to “[3.0.x] MOD Database Releases”