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)
 Tweaking - 'member details' prompts
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Chris@Respect
Starting Member

24 Posts

Posted - 16 September 2002 :  04:40:31  Show Profile
Hi again,
Is it possible to change the member detail section a little?
i.e - Where it says's 'Bio', is it possible to edit that so it says' please write a little about why you iwh to join this forum' and then make that compulsory field to enter?

I guess the box titles are just in the admin_config_members.asp somewhere - is that right?

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 September 2002 :  06:04:45  Show Profile  Send ruirib a Yahoo! Message
No, title boxes are written in inc_profile.asp. To make the field compulsory, you'd need to change register.asp.

In register.asp, around line #355, add the green lines:


        if not IsValidURL(trim(Request.Form("Photo_URL"))) then
			Err_Msg = Err_Msg & "<li>Photo URL: Invalid URL" & strURLError & "</li>"
	end if
        If Len(Trim(Request.Form("Bio")))=0 Then
  		    Err_Msg = Err_Msg & "<li>You need to fill in the motivation to join the forum info </li>"
	End If		
	if Err_Msg = "" then


Snitz 3.4 Readme | Like the support? Support Snitz too

Edited by - ruirib on 16 September 2002 06:07:57
Go to Top of Page

Chris@Respect
Starting Member

24 Posts

Posted - 16 September 2002 :  06:19:04  Show Profile
Thanks a lot - my ASP is 'improving' shall we say!!

Do I need to alter inc_profile.asp aswell then?

Thanks a lot
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 September 2002 :  06:21:53  Show Profile  Send ruirib a Yahoo! Message
You will, to change the label for the field, from "Bio" to whatever you want to use.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Chris@Respect
Starting Member

24 Posts

Posted - 16 September 2002 :  06:27:45  Show Profile
Great - I will test and let you know!
Go to Top of Page

Chris@Respect
Starting Member

24 Posts

Posted - 18 September 2002 :  10:39:08  Show Profile
Excellent advice as always - worked perfectly!!

Thanks
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 18 September 2002 :  12:32:44  Show Profile  Send ruirib a Yahoo! Message
You're welcome .


Snitz 3.4 Readme | Like the support? Support Snitz too
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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07