Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Skype Addon for members
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

tinem
Junior Member

Denmark
209 Posts

Posted - 31 October 2005 :  07:49:17  Show Profile  Send tinem an ICQ Message  Reply with Quote
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?<

This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well.
Go to Top of Page

Bassman
Junior Member

Netherlands
256 Posts

Posted - 31 October 2005 :  08:54:40  Show Profile  Visit Bassman's Homepage  Reply with Quote
Try http://www.stephendoyle.net/ its StephenD's site. I don't have one sry.<
Go to Top of Page

Romee
Junior Member

Netherlands
180 Posts

Posted - 01 November 2005 :  06:32:40  Show Profile  Reply with Quote
Need to take this include out of your finished config.asp:
<!--#INCLUDE FILE="weblogvars.asp"-->
grtz
Romee<
Go to Top of Page

Bassman
Junior Member

Netherlands
256 Posts

Posted - 01 November 2005 :  14:27:17  Show Profile  Visit Bassman's Homepage  Reply with Quote
Thanks Romee, line delete and uploaded to snitz.<
Go to Top of Page

Romee
Junior Member

Netherlands
180 Posts

Posted - 01 November 2005 :  17:05:07  Show Profile  Reply with Quote
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
<
Go to Top of Page

Bassman
Junior Member

Netherlands
256 Posts

Posted - 02 November 2005 :  07:18:06  Show Profile  Visit Bassman's Homepage  Reply with Quote
Hmmm, strange. I will make a new one from a fresh instalation.<
Go to Top of Page

Azzur
Starting Member

13 Posts

Posted - 21 November 2005 :  16:25:21  Show Profile  Reply with Quote
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
<
Go to Top of Page

Azzur
Starting Member

13 Posts

Posted - 21 November 2005 :  17:01:11  Show Profile  Reply with Quote
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
<

Edited by - Azzur on 21 November 2005 17:09:58
Go to Top of Page

Azzur
Starting Member

13 Posts

Posted - 21 November 2005 :  17:15:09  Show Profile  Reply with Quote
ok resolved problem I had been wrong to put M_SKYPE in members. asp thanks however. . regards Excellent this mod<
Go to Top of Page

Bassman
Junior Member

Netherlands
256 Posts

Posted - 26 November 2005 :  06:08:56  Show Profile  Visit Bassman's Homepage  Reply with Quote
Sry Azzur, mist the post. Glad you got it working now.<
Go to Top of Page

pianomagic
Starting Member

USA
18 Posts

Posted - 23 July 2006 :  22:22:16  Show Profile  Visit pianomagic's Homepage  Reply with Quote
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<

Edited by - pianomagic on 23 July 2006 22:23:17
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 24 July 2006 :  16:40:11  Show Profile  Reply with Quote
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.<

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News


Go to Top of Page

pianomagic
Starting Member

USA
18 Posts

Posted - 24 July 2006 :  21:12:27  Show Profile  Visit pianomagic's Homepage  Reply with Quote
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<
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07