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/O Code)
 Forum Code
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 23 February 2004 :  09:49:54  Show Profile  Visit MarcelG's Homepage
MeTV ; you're right, it shows it exactly the same as the 'You are logged in' text.
Not a big issue, I was just wondering why this was.
And I agree ; another db call is unnecessary, at least for this 'fun' feature.

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 23 February 2004 :  10:09:02  Show Profile
Actually, just for fun, I went ahead and fixed this on my own forum. In inc_header.asp find the following:
strDBNTFUserName = trim(chkString(Request.Form("Name"),"SQLString"))
if strDBNTFUserName = "" then strDBNTFUserName = trim(chkString(Request.Form("User"),"SQLString"))
and add the following immediately after:
if len(strDBNTFUserName) > 0 then
	set rsMeTV = my_Conn.execute("SELECT M_NAME FROM " & strMemberTablePrefix & "MEMBERS WHERE M_NAME = '" & strDBNTFUserName & "'")
	if not rsMeTV.EOF then
		strDBNTFUserName = rsMeTV("M_NAME")
	end if
	rsMeTV.close
	set rsMeTV = nothing
end if
This will fix a vistors username so it displays in the proper case throughout the forums, whereever strDBNTUserName is used. Not really worth the extra trip to the database but I'm sure someone will be looking for it at some stage.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

NorwegianViking
Junior Member

Denmark
119 Posts

Posted - 23 February 2004 :  10:33:09  Show Profile  Visit NorwegianViking's Homepage
Is there a way to get text to wrap around pictures. Or at least print text beside a picture?

Is there a way to show two pictures beside each other?

kind regards
NorwegianViking

Mod installation for beginners | User registration problems?
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 23 February 2004 :  10:43:07  Show Profile
<-
 You mean ...
 ... like so?
 Just use the [img=left] or [img=right] tags as explained above.
<-
 Not sure if I understand your second question, you mean like this?



Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous 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.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07