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.
Motok2
Registered User
Posts: 11
Joined: Sat Dec 19, 2009 7:45 pm

Re: Skype Mod

Post by Motok2 »

I installed the Skype mod just fine, but the Skype fields don't show up in edit profile under user control panel, but are there in the user profile view when in the ACP. Any help to correct would be appreciated.
Plus when you try to save any changes to your profile in the user control panel you get this genral error

SQL ERROR [ mysqli ]

Unknown column 'user_skype' in 'field list' [1054]

SQL

UPDATE phpbb_users SET user_icq = '', user_aim = '', user_msnm = '', user_skype = NULL, user_skype_type = NULL, user_yim = '', user_jabber = '', user_website = '', user_from = 'Scottsdale, AZ', user_occ = 'I have no Idea anymore.', user_interests = 'Driving 180+Mph to purge the stress from my body. Not getting caught when I do so, and giving away money at random to people on the street that look like they need it more than myself.', user_notify_type = '0', user_birthday = ' 0- 0- 0' WHERE user_id = 2

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/ucp/ucp_profile.php
LINE: 391
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: ucp_profile->main()

FILE: ucp.php
LINE: 321
CALL: p_master->load_active()
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 run the db_update.php 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 🍺
Motok2
Registered User
Posts: 11
Joined: Sat Dec 19, 2009 7:45 pm

Re: Skype Mod

Post by Motok2 »

Ok Did that and no more database errors when i save profile. Skype info though still only shows in ACP profile view and link does not show under PM button. I was able to enter Skype info in ACP profile and save. I aslo went to styles and refreshed templates and image sets but sill nothing. What am i missing. Thanks
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 apply the edits to your styles html files as the mod states to do for prosilver/subsilver2.
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 🍺
Motok2
Registered User
Posts: 11
Joined: Sat Dec 19, 2009 7:45 pm

Re: Skype Mod

Post by Motok2 »

I am using X-vision style that is based on subsilver get a error when trying to apply.
Find
<!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->
In-Line Find
This MOD has an invalid instruction, or an in-line find operation failed.
The Find specified by the MOD could not be found
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 »

That style has removed all the posters info. Anyway, you would need to:

OPEN

poster_menu.html

FIND

Code: Select all

menu{postrow.POSTER_ID}[5]='<!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">&nbsp;{L_MENU_WARN}</a><!-- ENDIF -->'
AFTER, ADD (as in, on a new line add)

Code: Select all

menu{postrow.POSTER_ID}[6]='<!-- IF postrow.U_SKYPE and S_USER_LOGGED_IN --><a href="skype:{postrow.U_SKYPE}?{postrow.U_SKYPE_TYPE}" onclick="return skypeCheck();"><img src="http://mystatus.skype.com/smallicon/{postrow.U_SKYPE}" style="width: 16px; height: 16px;" alt="{L_SKYPE}: {postrow.U_SKYPE}" title="{L_SKYPE}: {postrow.U_SKYPE}" border="0" /></a><!-- ENDIF -->'
...and then it should work.
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 Have some errors when i put it.. First nowhere show that the skype mod is on (i mean in user info on posts)
And second here is these things...

Image
You can see the Skype box to put in you're skype is bug...
and when i press on "Submit" Chat or Call i get this error
Image

Any Idea's how to fix it?
3.0.6 phpbb3
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 didn't run the db_update.php file as the instructions state to do.
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 »

ok i run the updade but still i can't see the skype icon's anywhere...
And the skype box is 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 »

Follow the rest of the instructions.
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 Install it whit automod... Or i have to say i try to install it whit that...
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 »

Automod will only apply the edits to the prosilver and subsilver2 html files. If your style is different than prosilver of subsilver2 then you have to do the edits to your style files depending on if it's prosilver or subsilver2 based (prosilver based files have bidi.css and colours.css in the theme folder, subsilver2 based styles do not).
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 »

Yes but on prosilver and subsilver2 i don't have skype icon's again...
ping20
Registered User
Posts: 8
Joined: Mon Dec 14, 2009 9:26 am

Re: Skype Mod

Post by ping20 »

I have a problemm with IE, the skype icon is broken :(
any idea for fixing it?

Best Regards,
Ping
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 »

Do you have anything entered for your skype name?
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 🍺

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