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: General / Classic ASP versions(v3.4.XX)
 "Account" as Author instead of "User Name"?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Eugen
Starting Member

7 Posts

Posted - 21 August 2002 :  08:49:37  Show Profile
Hi all,

I'm fiddling around with my forums atm. Setup worked and it's all running smoothly. But now I noticed something "strange". When I click on a forum I see a list of posts. As the Author, the User Name is shown (in my Case "Eugen"). But when I click on the Post so it shows it with the replies, I see the "Account" as the Author on the left side (above the stars and title). The "Account" in my case is my NT Account from the intranet (I switched to NT Authorization).

Is that a setting I can switch somewhere (didn't find it in the Admin pages) or do I have to change the actual ASP code?

Thanks for any hints

Eugen

DJWillis
Starting Member

United Kingdom
39 Posts

Posted - 21 August 2002 :  08:54:53  Show Profile  Send DJWillis an ICQ Message
I have noticed the same 'change' from 3.3.

Shame really as I prefered the full name being displayed on our Intranet.

I'll have a look at the code and report back if I find a quick fix.

Regards

John Willis

"You can have any error screen, as long a it's blue"
Go to Top of Page

Eugen
Starting Member

7 Posts

Posted - 21 August 2002 :  09:14:16  Show Profile
Ok, I found a solution with changing the code. Here is what I've done (use at own risk though

In the file topic.asp, change Line 120 from
Member_Name = rsTopic(strDBNTSQLName)
to
Member_Name = rsTopic("M_Name")

Then, change the following section, starting at Line 511 (approx), from

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


to

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


That worked for me

Eugen

Edited by - Eugen on 21 August 2002 09:15:30
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07