Author |
Topic  |
|
tcadieux
Junior Member
 
153 Posts |
Posted - 25 March 2005 : 20:16:17
|
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
|
anyone? |
 |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 29 March 2005 : 06:56:49
|
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.” |
 |
|
|
Topic  |
|
|
|