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)
 2 part question
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tcadieux
Junior Member

153 Posts

Posted - 25 March 2005 :  20:16:17  Show Profile
I have this part working...

if mlev >2 then
Response.Write ChkString(Members_MemberFIRSTName & " " & Members_MemberLASTName & " " & "(" & Members_MemberName ,"display") & ")</a></span></font></td>" & vbNewLine
else
Response.Write ChkString(Members_MemberName ,"display") & "</a></span></font></td>" & vbNewLine
end if

for the Members page...however, this must be an easir way to ensure eveytime a name shows up, either in the AUTHOR or LASTPOST, etc fields that i can change it to look the same...ie

Tim Cadieux (TCADIEUX)
Bob Smith (ROBOTMAN)

Secondly, i want to make these below fields mandatory, i made it work on upon Registraion, but on Editing an existing account, where would I make the change?

if Request.Form("city") = "" then
Err_Msg = Err_Msg & "<li>CITY MANDATORY</li>"
end if

if Request.Form("state") = "" then
Err_Msg = Err_Msg & "<li>PROVINCE MANDATORY</li>"
end if

tcadieux
Junior Member

153 Posts

Posted - 28 March 2005 :  20:18:44  Show Profile
anyone?
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 29 March 2005 :  06:56:49  Show Profile
There is no global function that writes members' username, you'll have to go through each file you want to modify the display in and change it there.

For your second issue, you'll need to make the same changes again elsewhere; look for case "EditIt" in pop_profile.asp.


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
  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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07