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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Private Messaging page not showing up...
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

LinkinMODE101
Junior Member

116 Posts

Posted - 30 July 2003 :  09:03:39  Show Profile
hi...
everything works fine...but when i go up to the top right of the screen and click "Private Messages" between "Members" and "Search"...it says:

The page cannot be found.

What's goin' on?

thanx
-Chris



Edited by - LinkinMODE101 on 01 August 2003 19:53:19

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 30 July 2003 :  12:14:11  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Look for the following code in inc_header.asp (lines 164-170):
strDBNTUserName = Request.Cookies(strUniqueID & "User")("Name")
strDBNTFUserName = trim(chkString(Request.Form("Name"),"SQLString"))
if strDBNTFUserName = "" then strDBNTFUserName = trim(chkString(Request.Form("User"),"SQLString"))
if strAuthType = "nt" then
	strDBNTUserName = Session(strCookieURL & "userID")
	strDBNTFUserName = Session(strCookieURL & "userID")
end if

That's where strDBNTUserName is defined.
Put the code right after it (sForumNavigation() is called in line 292 FYI).

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 30 July 2003 :  21:36:13  Show Profile
thanx dude
but i have one more problem...
in the read me, it says to edit the language file i'm using...but when i installed ACTIVE USERS...it said to upload TWO of them: LangMODS_Ls3kAU4.asp and LangMODS_Ls3kAU4_1033.asp.

so for Private Messaging...which one am i suppose to edit???
one of them...both of them...?

thanx
-Chris

Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 30 July 2003 :  21:41:43  Show Profile  Visit middleweb's Homepage
I don't think you need to do that unless you're using a language other than English? Could be wrong.

Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 30 July 2003 :  22:08:29  Show Profile
thanx middleweb.

hey OneWayMule...
ya think u can help me with this one?
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 31 July 2003 :  02:25:50  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Although I don't know if it is required for the MOD to work, here are the instructions from the PM readme file:
Language Files and Internationalization information 

This example uses the LangMODS_Ls3kAU4_1033.asp to show where to add the code. 

Find the following (about line #119):
.
.
.

So, all the info is there; I'm just wondering why there are instructions to add the code to the Active Users language file?!?

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 31 July 2003 :  10:01:26  Show Profile
when it says: Goto your Admin Options and then click on "MOD Setup".
There are 2 options in the drop down box:

Private Messages Mod (Default) <-- All users should try this one first

Private Messages Mod for Access97 Connectstring.

i chose the (Default) one, BUT...
was i suppose have the box checked when i hit update or not?

and btw...how the hell do i run "Check Installation"???

Edited by - LinkinMODE101 on 31 July 2003 10:03:33
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 31 July 2003 :  10:34:26  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
quote:
i chose the (Default) one, BUT...
was i suppose have the box checked when i hit update or not?

If you want to have the dbs file deleted after you did the database update, the check the box. This way you can prevent choosing the dbs file from the dropdown box again (which could cause problems).

quote:
and btw...how the hell do i run "Check Installation"???

You either go to Admin Options and look the line right under "MOD Setup" - there's "Check Installation"
Or you could just run setup.asp in your forum folder.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 31 July 2003 :  10:38:50  Show Profile
quote:
Originally posted by LinkinMODE101

and btw...how the hell do i run "Check Installation"???



LinkinMODE101, I understand you might be frustrated trying to install a MOD. Or perhaps this is normal speech for you. However, some of us find the language and tone a little inappropriate and will tend not to want to help if you talk that way.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 31 July 2003 :  16:01:51  Show Profile
oh dude...
i NEVER meant it TOWARDS anyone.
i actually thought it would be funny.

i'm not sumone who would disrespect people (especially when they're helping me).

sorry for the misunderstanding.
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 31 July 2003 :  16:07:35  Show Profile
hey guys...
i finished all the steps and everything...

but when i check my forum...it just gives me that "The page cannot be displayed" window.

i don't know what i did wrong :(
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 31 July 2003 :  18:45:47  Show Profile
anyone...anyone?
Go to Top of Page

middleweb
Junior Member

USA
230 Posts

Posted - 02 August 2003 :  02:46:52  Show Profile  Visit middleweb's Homepage
Turn off friendly HTML errors.

Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 02 August 2003 :  08:21:07  Show Profile
how do i do that, middleweb?
:(
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 02 August 2003 :  11:04:25  Show Profile
In IE, Tools > Internet Options > Advanced.
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 02 August 2003 :  21:07:14  Show Profile
when i go up to the top right of the screen and click "Private Messages" between "Members" and "Search"...it says:

The page cannot be found.

i tried that "Turn off friendly HTML errors.", but it didn't do anything :(
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07