MOD: Skype Addon for members

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/56983?pagenum=1
05 November 2025, 08:46

Topic


Bassman
MOD: Skype Addon for members
07 February 2005, 07:05


Here a mod that lets you add a Skype phone address to your profile. A icon will be posted in members profile and posts. Admins can turn this on and off in the admin panel.
Download link: http://www.snitzbitz.com/mods/details.asp?Version=&mid=205
Version 1, Last update: 7 feb '05 Version 1.1, Last update: 20 oct '05 Version 1.2, Last update: 1 nov '05

Screenshot:

A demo?, look at my site where the mod is operational (its in dutch).
Login: gast
pass: gast

http://www.scoutingforum.nl
Questions and posible bugs can be posted here.<

 

Replies ...


K.Storm
07 February 2005, 08:17


Hi Bassman

There is no db_skype.asp in the ZIP-file !!!! dissapprove
/K.Storm<
Bassman
07 February 2005, 08:38


Woops blush
Zip updated.<
K.Storm
07 February 2005, 08:44


Thanx Bassman
bigsmilebigsmile
/K.Storm<
K.Storm
07 February 2005, 09:28


I have installed it, and it works fine...
PS: one small modification, i will try to get it into the members_list also, if you have that please post wink
Thanx alot Bassman, keep up the good work.
Best Regards
K.Storm

<
Etymon
07 February 2005, 10:15



Hi!
Thank you for the MOD! smile
I'm trying to figure out how to save your work here at home on my PC.
What is the official name of your MOD?
Is it "Skype to Snitz" (as listed here at Snitz) or "Skype Addon for members" (as listed at SnitzBitz)?
Thanks,

Etymon
<
Bassman
07 February 2005, 10:44


Skype Addon for members, I will change the name.
K.Storm zipfile updated with members.asp skype layout.<
K.Storm
07 February 2005, 16:06


Hi Bassman

members.asp modification installed and again it works fine. Thanx alot, i hope that other will use this MOD, its great. bigsmile
se u

Best Regards
K.Storm<
modifichicci
28 August 2005, 16:18


Very nice mod, I have added the same field in MEMBERS_PENDING and the lines in memebers_pending.asp to let new users to insert their address. And in register also

And I think some lines are required in pop_help.... and if you have private mess also in privateread.asp<
rabufo
18 October 2005, 06:40


Hello,

having a problem in implementation of this MOD with members.asp ...when calling it, I receive this error msG:

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/members.asp, line 233



The line 233 is this

rs.open strSql & strSql2 & strSql3 & strSql4, my_Conn, adOpenStatic

I've checked, all edited files are OK....any help?

Thank you<
Bassman
18 October 2005, 09:55


Run the db_skype.asp from the admin menu. Looks like you forgod this on.<
rabufo
18 October 2005, 14:45


Originally posted by Bassman
Run the db_skype.asp from the admin menu. Looks like you forgod this on.

no no bassman, I run it....infact in any post the skype icon appears and it works well. The problem is only in members.asp........<
rabufo
19 October 2005, 03:51


I found the bug causing the problem: in the INSTALL_README.TXT file, at line 586, where there is the line replacing the 106 one of members.asp file, it should be
M_SKYPE
and not
M.M_SKYPE

Corrected, now members.asp works great!smile<
StephenD
19 October 2005, 04:06


Need to add this to the dbs file too:

[ALTER] MEMBERS_PENDING
ADD#M_SKYPE#varchar(100)#NULL#
[End]
vmplanet's Skype Mod is no longer available?<
rabufo
19 October 2005, 05:46


Originally posted by rabufo

M_SKYPE
and not
M.M_SKYPE


it's necessary to make the same change also in topic.asp<
Bassman
20 October 2005, 09:44


it's necessary to make the same change also in topic.asp

Can't find M.M_SKYPE in topic.asp.
@StephenD

[ALTER] MEMBERS_PENDING
ADD#M_SKYPE#varchar(100)#NULL#
[End]

Forgot that one, its added to the snitz bitz file...thanks.
<
tinem
31 October 2005, 07:49


Originally posted by Bassman
A demo?, look at my site where the mod is operational.
Login: gast
pass: gast

http://www.scoutingforum.nl
I can't figure out how to see this, sorry.bigsmile
Is it on a English forum too?<
Bassman
31 October 2005, 08:54


Try http://www.stephendoyle.net/ its StephenD's site. I don't have one sry.<
Romee
01 November 2005, 06:32


Need to take this include out of your finished config.asp:
<!--#INCLUDE FILE="weblogvars.asp"-->
grtz
Romee<
Bassman
01 November 2005, 14:27


Thanks Romee, line delete and uploaded to snitz.<
Romee
01 November 2005, 17:05


Hello Bassman
The mod works fine. Do you realize that in your finished members.asp file you have hardcoded several lines with a Dutch translation. Might not be appreciated outside our country. grtz
Romée
<
Bassman
02 November 2005, 07:18


Hmmm, strange. I will make a new one from a fresh instalation.<
Azzur
21 November 2005, 16:25


hi,
I have a small problem, I have followed your guide I pass to footstep, but I don't succeed in understanding because when enter the menù PROFILE and I insert the number SKYPE
and I make OK, the number of skype is saved me, but when I go to see in the page MEMBER. ASP, places side by side the icon of Yahoo Messanger to my name it appears. The data are saved in inverted way, If I insert the datum of Yahoo it goes out me the icon of Skype and vice versa

Have I checked all the passages and are they correct, where can the error be?


Can you help me? Thanks
<
Azzur
21 November 2005, 17:01


I have tried to modify the file pop_profile. asp in these lines

Before: (line 175) (with this code it saves me the value of the box Skype in the box M_YAHOO )

strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_PASSWORD"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_AIM"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_ICQ"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_SKYPE"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_MSN"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_YAHOO"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_COUNTRY"

Later: (with this code it saves me the value of the box Skype in the box M_SKYPE )

strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_PASSWORD"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_AIM"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_ICQ"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_MSN"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_YAHOO"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_SKYPE"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_COUNTRY"


with this change the value of skype is saved in the database in the field Skype

Now the problem is in the page member. asp, here in fact even if the value is correctly saved in the field of skype, this page I place side by side to my name visualizes me the icon of Yahoo and opening the page of yahoo with the number inserted in skype! !

Now the problem is alone in the page member. asp both in the page topic. asp and in the page of visualization profile I don't get problems


Because it makes this error?

Thanks
<
Azzur
21 November 2005, 17:15


ok resolved problem I had been wrong to put M_SKYPE in members. asp thanks however. . regards Excellent this mod<
Bassman
26 November 2005, 06:08


Sry Azzur, mist the post. Glad you got it working now.<
pianomagic
23 July 2006, 22:22


My MEMBERS would LOVE to have a SKYPE icon in our Forumsbigsmile...but I can't seem to make it work. sad
I'm using 'Snitz Forums 2000 Version 3.4.03' with minor modifications, PLUS the SMILE MANAGER MOD installed.

The following are the two errors I'm getting:


MOD: SKYPE Icon v1.1

Adding Column M_SKYPE... ALTER TABLE FORUM_MEMBERS ADD M_SKYPE nvarchar(100) NULL
ALTER TABLE FORUM_MEMBERS ADD M_SKYPE nvarchar(100) NULL
-2147217900 | Column names in each table must be unique. Column name 'M_SKYPE' in table 'FORUM_MEMBERS' is specified more than once.
--------------------------------------------------------------------------------

Adding Column M_SKYPE... ALTER TABLE FORUM_MEMBERS_PENDING ADD M_SKYPE nvarchar(100) NULL
ALTER TABLE FORUM_MEMBERS_PENDING ADD M_SKYPE nvarchar(100) NULL
-2147217900 | Column names in each table must be unique. Column name 'M_SKYPE' in table 'FORUM_MEMBERS_PENDING' is specified more than once.



I've installed a few mods in the past with no trouble, but after five tries on this one, I get the same identical errors over and over. I have only half a brain for coding, so I'm stumped. Can anyone please offer some guidance for me?question

Mike
www.PianoMagic.com<
JBaldwin
24 July 2006, 16:40


Sounds like you already M_SKYPE in MEMBERS_PENDING and MEMBERS. I just installed this mod this morning and found that the readme (3.0v1.2) had some errors in it, so I updated/edited the readme for anyone who would like a copy of it.<
pianomagic
24 July 2006, 21:12


JBaldwin, THANK YOU VERY MUCH! IT WORKS! bigsmile
My members are already buzzing and loving it!
I really appreciate Bassman for creating this mod, and JBaldwin for making it work for ME! I'm a bit dense at this ASP stuff, but with a little extra help, even a dummy like ME could make it work!blush
THANK YOU ONE AND ALL...and especially to the SNITZ team for this wonderful Forum! You're the best!!

Mike
www.pianomagic.com<
© 2000-2021 Snitz™ Communications