Author |
Topic |
mogolish
Starting Member
7 Posts |
Posted - 04 October 2006 : 09:19:16
|
I need to know how to change my "mod" I believe...I'm new at this. We had a forum running for our business with a standard set of customized questions to sign up. Now that we've upgraded the forum we've lost that customization. So we need it to read user name, password, Title, Facility, City, Province, Phone Number and then email address.
Am I in the right forum for this? If not can someone please direct me. Thank you.
Right now it's only asking for user name, password, phone number, state and country or something like that....how do we change those fields for someone registering with our own forum? |
Edited by - mogolish on 04 October 2006 10:07:05 |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
mogolish
Starting Member
7 Posts |
Posted - 04 October 2006 : 13:26:52
|
Yes that would be perfect how do you do that exactly? |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 04 October 2006 : 13:48:10
|
Do that in the DisplayProfile sub in inc_profile.asp. Should be easy for you to find the existing labels and changing them. As I see it, you need 3 fields that do not exist in the current forum code and 1 that exists with a different purpose. The 3 that do not exist are Facility, Province and Phone Number. You could use Marital Status and Occupation for Facility and Phone Number and you can use State instead of Province. You may need to active the original fields in Admin Options->Member Details Configuration.
For the title field, it is being shown only when an admin modifies a member profile, but you can change line 256, inc_profile.asp, so that where you now have:
if strMode = "goModify" then
change it to
if strMode = "goModify" or mode="Register" or mode="goEdit" then
Try it and let me know if it works. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
mogolish
Starting Member
7 Posts |
Posted - 04 October 2006 : 14:17:54
|
thanks I will give that a try! |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
mogolish
Starting Member
7 Posts |
Posted - 04 October 2006 : 14:35:46
|
Okay that worked well now what? |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
mogolish
Starting Member
7 Posts |
Posted - 05 October 2006 : 08:01:54
|
It seems to be only the title missing??? |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 05 October 2006 : 11:02:40
|
Sorry, is it the title or not? I don't have access to your forum, and as you posted a question I'm not sure whether it's just the title or not. Can you post a link to your forum? |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
jplecher
Starting Member
39 Posts |
Posted - 18 October 2006 : 16:31:03
|
Hi I'd like to change the questions on the profile and make these *required* before using the forum for statistic purpose. Just a few questions below.
Your Zipcode: (city, state and country would be fine)
Are you: Deaf, Hard of Hearing or Hearing (Radio button or dropdown list and select one.)
Check all that apply below:
I am a parent of Deaf/HH/DB child or adult
I am a professional working with Deaf, Hard of Hearing or Deaf-Blind children
I am a professional working with Deaf, Hard of Hearing or Deaf-Blind adults
That is the only change I need for the forum. This is my first forum and i'm excited to get it tailored to my need. Thanks!! |
|
|
jplecher
Starting Member
39 Posts |
Posted - 20 October 2006 : 12:19:14
|
Yesterday I tried one method. I used the country field to make the change so what I did was re copy the inc_countrylist.asp and save it as dhhhearing.asp so the there is only three options to pick. Deaf, hard of hearing or Hearing. I rename strCountry to strAREyou. I also change the country label to "Are you:" replace the inc_countrylist.asp in register.asp and inc_profile.asp. I also change the field in the DB as well.
But now I can't get the register.asp to work now. Has an 500 Error internal... hmm something I'm doing wrong? |
|
|
jplecher
Starting Member
39 Posts |
Posted - 20 October 2006 : 12:25:42
|
Another way I was thinking is to add radio button for the three choices. Is this easier?
Is there a sample out there in the forum?? |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
jplecher
Starting Member
39 Posts |
Posted - 21 October 2006 : 11:41:02
|
quote: Originally posted by ruirib
The forum has radio buttons for many of its features, in the admin pages. Have a look at admin_config_features.asp.
ok will take a look and see how I can implement them...
Thanks for your response! Much appreciated! |
|
|
jplecher
Starting Member
39 Posts |
Posted - 24 October 2006 : 12:29:31
|
Can anyone show me how to create the code on how to make the city and state are *required*?
Much thanks!
|
|
|
Topic |
|