Author |
Topic |
tinem
Junior Member
Denmark
209 Posts |
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?< |
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. |
|
|
Bassman
Junior Member
Netherlands
256 Posts |
|
Romee
Junior Member
Netherlands
180 Posts |
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
Junior Member
Netherlands
256 Posts |
Posted - 01 November 2005 : 14:27:17
|
Thanks Romee, line delete and uploaded to snitz.< |
|
|
Romee
Junior Member
Netherlands
180 Posts |
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
Junior Member
Netherlands
256 Posts |
Posted - 02 November 2005 : 07:18:06
|
Hmmm, strange. I will make a new one from a fresh instalation.< |
|
|
Azzur
Starting Member
13 Posts |
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 < |
|
|
Azzur
Starting Member
13 Posts |
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 < |
Edited by - Azzur on 21 November 2005 17:09:58 |
|
|
Azzur
Starting Member
13 Posts |
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< |
|
|
Bassman
Junior Member
Netherlands
256 Posts |
Posted - 26 November 2005 : 06:08:56
|
Sry Azzur, mist the post. Glad you got it working now.< |
|
|
pianomagic
Starting Member
USA
18 Posts |
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< |
Edited by - pianomagic on 23 July 2006 22:23:17 |
|
|
JBaldwin
Junior Member
USA
137 Posts |
|
pianomagic
Starting Member
USA
18 Posts |
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< |
|
|
Topic |
|