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: Authentication: NT
 3.4 and NT mode - Name display needs update
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Kal Corp
Average Member

USA
878 Posts

Posted - 22 August 2002 :  20:37:16  Show Profile  Visit Kal Corp's Homepage
3.4 and NT mode - Name display needs update

Looks like in NT mode, the posts are showing the M_UserName. Now normaly this is ok as this is the account name from the domain.

However its not the user name.

It should be using the DB more for this M-NAME.

I will try to post the fix for this ASAP

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 22 August 2002 :  20:43:01  Show Profile
in topic.asp change line #120

from:

	Member_Name = rsTopic(strDBNTSQLName)


to:

	Member_Name = rsTopic("M_NAME")



on line #511 change the following few lines

from:

		if strDBNTSQLName = "M_NAME" then
rM_NAME = 0
else
rM_NAME = 1
end if


to:

		rM_NAME = 0


Kal Corp, so M_USERNAME is not needed at all on topic.asp right? If not, it can be removed from the SELECT statements as well.
Go to Top of Page

Kal Corp
Average Member

USA
878 Posts

Posted - 25 August 2002 :  10:09:38  Show Profile  Visit Kal Corp's Homepage
Remove only for the displays.

Any time its used for accounts and access it needed


{VAS}-Kal Corp
VAS Development NetWork - Forums for old Snitz Mods!
Creator of all things {VAS}
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07