Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Skype Addon for members

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Bassman Posted - 07 February 2005 : 07:05:55
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.<
15   L A T E S T    R E P L I E S    (Newest First)
pianomagic Posted - 24 July 2006 : 21:12:27
JBaldwin, THANK YOU VERY MUCH! IT WORKS!

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!

THANK YOU ONE AND ALL...and especially to the SNITZ team for this wonderful Forum! You're the best!!


Mike
www.pianomagic.com<
JBaldwin Posted - 24 July 2006 : 16:40:11
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 Posted - 23 July 2006 : 22:22:16
My MEMBERS would LOVE to have a SKYPE icon in our Forums...but I can't seem to make it work.

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?


Mike
www.PianoMagic.com<
Bassman Posted - 26 November 2005 : 06:08:56
Sry Azzur, mist the post. Glad you got it working now.<
Azzur Posted - 21 November 2005 : 17:15:09
ok resolved problem I had been wrong to put M_SKYPE in members. asp thanks however. . regards Excellent this mod<
Azzur Posted - 21 November 2005 : 17:01:11
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 Posted - 21 November 2005 : 16:25:21
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
<
Bassman Posted - 02 November 2005 : 07:18:06
Hmmm, strange. I will make a new one from a fresh instalation.<
Romee Posted - 01 November 2005 : 17:05:07
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 Posted - 01 November 2005 : 14:27:17
Thanks Romee, line delete and uploaded to snitz.<
Romee Posted - 01 November 2005 : 06:32:40
Need to take this include out of your finished config.asp:
<!--#INCLUDE FILE="weblogvars.asp"-->
grtz
Romee<
Bassman Posted - 31 October 2005 : 08:54:40
Try http://www.stephendoyle.net/ its StephenD's site. I don't have one sry.<
tinem Posted - 31 October 2005 : 07:49:17
quote:
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.

Is it on a English forum too?<
Bassman Posted - 20 October 2005 : 09:44:28
quote:
Originally posted by

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


Corrected, now members.asp works great!



That's indeed not a good code, thanks for the update rabufo. M.M_SKYPE

quote:
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.

<
rabufo Posted - 19 October 2005 : 05:46:11
quote:
Originally posted by rabufo


M_SKYPE
and not
M.M_SKYPE




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

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000 Version 3.4.07