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)
 Private Messages 3.4.03
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 21

CJones
Starting Member

35 Posts

Posted - 18 September 2002 :  08:21:38  Show Profile
Okay, I downloaded the smilies manager... I extracted the folder to my forum directory... now I'm trying to insert the code included in the readme file. Only prob is that there is no code in the .asp files that is referenced in this readme. What should I do? I have version 3.4.04 of Snitz. Thanks in advance.
Go to Top of Page

BWJM
Junior Member

Canada
193 Posts

Posted - 18 September 2002 :  11:33:00  Show Profile
quote:
Originally posted by CJones

Okay, I downloaded the smilies manager... I extracted the folder to my forum directory... now I'm trying to insert the code included in the readme file. Only prob is that there is no code in the .asp files that is referenced in this readme. What should I do? I have version 3.4.04 of Snitz. Thanks in advance.



Smilies Manager This topic is about Private Messages. Unless your question/issue is related to @tomic's Private Messages mod, I suggest you initiate a new topic or search for similar topics that might already exist.

Go to Top of Page

Yodabutt1
Starting Member

32 Posts

Posted - 18 September 2002 :  20:15:11  Show Profile
OK What have I done wrong?? Here's the error I'm getting:
Error Type:
Microsoft VBScript compilation (0x800A0400)
Expected statement
/forum/inc_header.asp, line 518

Here's my code..
' DEM --> End of Code added to show subscriptions if they exist
Response.Write " |" & vbNewline & _
" <a href=""members.asp""" & dWStatus("Current members of these forums...") & " tabindex=""-1""><acronym title=""Current members of these forums..."">Members</acronym></a>" & vbNewline & _
" |" & vbNewline
if strDBNTUserName <> "" and strPMStatus = "1" then
" <a href=""pm_view.asp""" & dWStatus("Check Your Private Messages...") & "

tabindex=""-1""><acronym title=""Check Your Private Messages..."">Private messages</acronym></a>" &

vbNewline & _
" |" & vbNewline
end if
" <a href=""search.asp"

The readme has an error which also shows Response.Write in front of " <a href=""search.asp" Not sure which is correct, but I've tried both a half dozen times. Not sure if I put the previous code in the readme in the right place as line 260 didn't seem to make any sense, so I put it at 87.
I've done the rest of the code additions but I've not yet seen any indication of PM being active.
Any help would be greatly appreciated!

Go to Top of Page

minhluan70
Junior Member

USA
120 Posts

Posted - 20 September 2002 :  00:51:35  Show Profile  Visit minhluan70's Homepage
Sorry I'm confused with this MOD. What is the final version of Private Message for 3.4.02?

Thanks

Man proposes, God disposes
Go to Top of Page

numanme
Starting Member

United Kingdom
7 Posts

Posted - 20 September 2002 :  07:22:25  Show Profile  Visit numanme's Homepage
Just added PM to my test site and I get the following error

Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: ""]'
/Snitz2/Snitz/inc_func_common.asp, line 747

can anyone help to see what I’m talking about see link below
http://www.numanme.dingojunction.com/Snitz2/Snitz/topic.asp?TOPIC_ID=39



<<< My confession >>>
I'll steal anything in in sight or sound
Go to Top of Page

goju
New Member

Canada
67 Posts

Posted - 20 September 2002 :  10:45:13  Show Profile  Visit goju's Homepage
Yeah I searched for that earlier... you need to check topic.asp where you added all of the stuff like
rM_MSN = 4
rM_YAHOO = 5
rM_PM = 6
rM_TITLE = 7
rMEMBER_ID = 8
rM_HOMEPAGE = 9

and make sure that none have the same number...
Go to Top of Page

numanme
Starting Member

United Kingdom
7 Posts

Posted - 20 September 2002 :  10:48:21  Show Profile  Visit numanme's Homepage
thanks goju i will have a look now


<<< My confession >>>
I'll steal anything in in sight or sound
Go to Top of Page

numanme
Starting Member

United Kingdom
7 Posts

Posted - 20 September 2002 :  10:52:53  Show Profile  Visit numanme's Homepage
Just had a look and I do have two the same

rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2
rM_ICQ = 3
rM_MSN = 4
rM_YAHOO = 5
rM_PM = 6
rM_TITLE = 6
rMEMBER_ID = 7
rM_HOMEPAGE = 8
rM_LEVEL = 9
rM_POSTS = 10
rM_COUNTRY = 11
rM_Avatar = 12
rREPLY_ID = 13
rFORUM_ID = 14
rR_AUTHOR = 15
rTOPIC_ID = 16
rR_MESSAGE = 17
rR_LAST_EDIT = 18
rR_LAST_EDITBY = 18
rR_SIG = 20
rR_STATUS = 21
rR_DATE = 22
if CanShowSignature = 1 then
rM_SIG = 23
end if

how do I change it can I use any number


<<< My confession >>>
I'll steal anything in in sight or sound

Edited by - numanme on 20 September 2002 11:08:17
Go to Top of Page

numanme
Starting Member

United Kingdom
7 Posts

Posted - 20 September 2002 :  11:24:08  Show Profile  Visit numanme's Homepage
Just changed it to this is this right

rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2
rM_ICQ = 3
rM_MSN = 4
rM_YAHOO = 5
rM_PM = 6
rM_TITLE = 7
rMEMBER_ID = 8
rM_HOMEPAGE = 9
rM_LEVEL = 10
rM_POSTS = 11
rM_COUNTRY = 12
rM_Avatar = 13
rREPLY_ID = 14
rFORUM_ID = 15
rR_AUTHOR = 16
rTOPIC_ID = 17
rR_MESSAGE = 18
rR_LAST_EDIT = 19
rR_LAST_EDITBY = 20
rR_SIG = 21
rR_STATUS = 22
rR_DATE = 23
if CanShowSignature = 1 then
rM_SIG = 24
end if

every thing looks as if it is working


<<< My confession >>>
I'll steal anything in in sight or sound
Go to Top of Page

goju
New Member

Canada
67 Posts

Posted - 20 September 2002 :  12:13:13  Show Profile  Visit goju's Homepage
well i dont know exactly where the avatar one goes as i didnt install that one, but otherwise I think so
Go to Top of Page

numanme
Starting Member

United Kingdom
7 Posts

Posted - 20 September 2002 :  13:37:44  Show Profile  Visit numanme's Homepage
goju thanks for all your help


<<< My confession >>>
I'll steal anything in in sight or sound
Go to Top of Page

goju
New Member

Canada
67 Posts

Posted - 20 September 2002 :  17:07:52  Show Profile  Visit goju's Homepage
no problem
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 21 September 2002 :  05:19:55  Show Profile
Great mod - just finished installing it on 3.4.03 in about 1 hr. The thing that threw me the most (completely my fault) was that I didn't include the maintenance option in the admin_home page
Go to Top of Page

minhluan70
Junior Member

USA
120 Posts

Posted - 22 September 2002 :  03:06:07  Show Profile  Visit minhluan70's Homepage
Does any body have this problem: I already logged off the forum, but I still can see my Inbox????

Man proposes, God disposes
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 26 September 2002 :  16:11:27  Show Profile  Visit stwilson's Homepage
My install does not show the active number of unread messages count beside the link to Private Messages. Is that turned on somewhere or did I mess up the code?

STW

Shannon
RidingArizona.com
Go to Top of Page
Page: of 21 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07