Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/63829?pagenum=1
04 November 2025, 22:10
Topic
JJenson
Require Member Profile 1.0
23 January 2007, 19:14
OK many people keep asking for this including me so I decided to take shot. Basically what this does is lets a admin from the admin_member_config.asp decide which fields they would like required for their forum.
I just finished this today and am putting this up so people can let me know what needs to be fixed. Readme is finished and should be ready for people to try this out.
If you could test on all databases would be great I have only done this on access.
You can see a working example here: www.thebragboard.com/RequireMod/
Thanks and let me know if there are any problems so I can fix them along with the readme. Download here:
Thanks Max, I am going to try and get the changes in the inc_profile.asp smaller still but this works for now. Well at least I hope it does. I hope people wil find this useful and give some feedback on what would make it better.
Anyway this at least it has worked for me <
TastyNutz
26 February 2007, 08:05
I haven't tried this yet, but I have a question: Your Readme files says, "Upload the dbs file and run the mod setup in the admin options. Then upload the admin_config_members.asp to your forum directory."
But there is no admin_config_members.asp included in the download zip.
Did I miss something?
<
Shaggy
26 February 2007, 08:18
admin_config_members.asp is a base Snitz file; obviously what Jeff meant was to edit that file as per the readme then upload it.
<
JJenson
26 February 2007, 09:32
Actually I will look into that I already modified it as I had not seen a mod yet that has touched it so I made it possible to just upload over it. Let me take a look at that. <
JJenson
26 February 2007, 09:39
Thanks for that not sure how I overlooked that. Should be good now. <
Shaggy
26 February 2007, 11:45
Originally posted by JJenson
Actually I will look into that I already modified it as I had not seen a mod yet that has touched it so I made it possible to just upload over it. Let me take a look at that.
If you're doing that be sure to include a very clear note in your readme that people should preferably apply the changes themselves, only overwriting their existing file if they are 100% positive they have not made any other changes to that file.
<
texanman
26 February 2007, 13:56
Originally posted by JJenson
Actually I will look into that I already modified it as I had not seen a mod yet that has touched it so I made it possible to just upload over it. Let me take a look at that.
If you're doing that be sure to include a very clear note in your readme that people should preferably apply the changes themselves, only overwriting their existing file if they are 100% positive they have not made any other changes to that file.
Well-said shaggy, this would have screwed up a lot of folks who added other mods to the base file.<
leatherlips
26 February 2007, 14:01
I'm sorry to ask the obvious...but what does this MOD do? I'm not sure of its purpose.<
TastyNutz
26 February 2007, 14:01
Actually, there is a note in the Readme about uploading the files if you have a base Snitz installation.
But for those who don't*, you should also include the instructions for your changes to admin_config_members.asp (as you did with the other files) so that people don't have to sort thru to find the changes on their own.
*My "Profile Song" mod changes the base admin_config_members.asp<
TastyNutz
26 February 2007, 14:11
Originally posted by leatherlips I'm sorry to ask the obvious...but what does this MOD do? I'm not sure of its purpose.
It's intended to add options to admin_config_members.asp which allow the forum admin to select which profile fields are required for registration.<
TastyNutz
26 February 2007, 14:18
Also Jeff, you should rewrite your Readme to be clear... even with a base installation, people CANNOT simply upload your included config.asp. Unless you want them connecting to your database.
Hint... I'd take that file down right away if I were you.<
JJenson
26 February 2007, 15:11
Thanks the wronge one must have been put in. <
JJenson
26 February 2007, 15:13
Alright taken out thanks Tasty althoug that was just to a test forum thanks I don't want that there.<
texanman
26 February 2007, 16:29
Hi JJenson: Can you check in your readme file: & vbNewLine & _ " " & vbNewLine end if if strLNews = "1" then Response.Write " " & vbNewLine & _ " Latest News: " & vbNewLine & _ " " & Trim(cleancode(strMyLNews)) & "" & vbNewLine & _ " " & vbNewLine end if if strQuote = "1" then Response.Write " " & vbNewLine & _ " Favorite Quote: " & vbNewLine & _ " " & Trim(cleancode(strMyQuote)) & "" & vbNewLine & _ " " & vbNewLine end if if strBio = "1" then Response.Write " " & vbNewLine & _ " Bio: " & vbNewLine & _ " " & Trim(cleancode(strMyBio)) & "" & vbNewLine & _ " " & vbNewLine end if end if
This is in theings to be changed/replaced in the inc_profile.asp. There is something in the middle that is not really clear.
Thanks <
JJenson
26 February 2007, 17:26
I want to make sure I am clear what you are saying? What part is not clear and what problem is there?<
texanman
26 February 2007, 17:40
inc_profile.asp (This will take some time just so you know) Go down to: Find these lines around 209-233. there is a box underneath it. And below the box, there are some lines which I don't what is to be done with them. Then under these lines, you see the following: Replace those with these:<
JJenson
26 February 2007, 18:08
Ok Will take a look at it tomorrow. Thanks<
texanman
28 February 2007, 15:48
Originally posted by JJenson Ok Will take a look at it tomorrow. Thanks
Jeff: Still waiting [^]<
JJenson
28 February 2007, 16:09
I know sorry had some family issues I have had to attend to will try and get to it as soon as possible. Sorry texasman this weekend for sure.<
texanman
04 March 2007, 01:21
JEFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Sorry to bug you man but I really need this MOD real bad ;-)<
JJenson
04 March 2007, 13:14
Just to make a quick change for you while I figure out why the text area isn't working. Replace those lines with the code in this file.
Open Here This should make the change. SOrry the text area is not working it shows up good in Dreamweaver but not in IE7 for some reason will have a look. Sorry.
or add these lines of code if you would rather copy and paste from here.
Updated readme on snitzbitz should be working now. Sorry had lots of family things going on this week. Let me know if there is anything else. <
texanman
04 March 2007, 14:58
Thank you sooooooooooooo much Jeff.
God bless you.<
JJenson
04 March 2007, 15:11
No problem sorry about that some code from the part that you delete was causing the problem. Glad its working for you now. <
texanman
04 March 2007, 17:50
Thank You Jeff: One Last Question. You have the following the "ReadMe file"
"Upload the dbs file and run the mod setup in the admin options. Then upload the admin_config_members.asp to your forum directory."
I already have the admin_config_members.asp file in my forum directory. I also notice that there are changes to be made in the admin_config_members.asp file.
Am I good to go after changing the four files and uploading the DBS and running the MOD setup??
Thanks again<
JJenson
04 March 2007, 18:11
NO you will want to upload the admin_config_members.asp over the old one. This will allow you to turn on and off the fields you want required. So run the mod setup and also upload that file then run setup.asp hopt that helps <
texanman
04 March 2007, 18:30
HMMMMM I have added quite a few MODS in the past. I am not sure if I have changed the admin_config_members.asp from the base file. I will double check before replacing it.
Thank you<
JJenson
04 March 2007, 18:41
Yeah no problem I have not seen a mod yet that changed this file this is why I did it this way. BUt if you find one that had let me know I will make the change in the read me to tell you how to do it. Also this is pretty easy if you get a program like winmerge or beyond compare you can see where the changes were made. <
texanman
04 March 2007, 19:05
Jeff: You are right! admin_config_members.asp has not been changed.
Thanks<
JJenson
04 March 2007, 20:19
No problem glad you got it working <
texanman
04 March 2007, 20:35
Jeff: The dbs works file i.e. the fields were successfully created in the DB. One thing I forgot to ask is does this mod works with snitz 3.4.05. That is what I am using. I was able to make all the changes in the 4 files.
Thanks<
JJenson
04 March 2007, 21:12
I believe so but I have never tried it on any previous versions but I don't see why it would not work.<
texanman
05 March 2007, 00:27
Jeff I got an error msg when trying to register. After I click "I agree to the terms" the registration popup doesn't show. The message is as follows:
(Microsoft VBScript error '800a0401' Expected end of statement /inc_profile.asp, line 115 Response.Write " <td bgColor=""" & strPopUpTableColor """ align=""right"") <
TastyNutz
05 March 2007, 02:09
Originally posted by JJenson Yeah no problem I have not seen a mod yet that changed this file this is why I did it this way. BUt if you find one that had let me know I will make the change in the read me to tell you how to do it.
Jeff, I guess you missed my earlier post where I pointed out that my Profile Song Mod does change admin_member_config.asp. I doubt many people are using that mod. But I'd still suggest you include the changes in your instructions. Even without a posted mod, you can never be sure what files people have or haven't changed. So, I think when creating a mod that it's just a wise practice to document all changes to existing files. It could really save some headaches.<
AnonJr
05 March 2007, 06:42
Originally posted by texanman Jeff I got an error msg when trying to register. After I click "I agree to the terms" the registration popup doesn't show. The message is as follows:
(Microsoft VBScript error '800a0401' Expected end of statement /inc_profile.asp, line 115 Response.Write " <td bgColor=""" & strPopUpTableColor """ align=""right"")
What's on a few lines before and after it? And have you double-checked your code changes?<
Shaggy
05 March 2007, 06:51
The ) at the end of that line should be a "
<
AnonJr
05 March 2007, 08:38
And this is what I get for trying to help before the first cup of coffee... <
texanman
05 March 2007, 08:45
Here:
if strAIM = "1" then Response.Write " <tr>" & vbNewLine if strReqAIM = "1" then Response.Write " <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><font color=""" & strHiLiteFontColor """>*</font> AIM: </font></b></td>" & vbNewLine else Response.Write " <td bgColor=""" & strPopUpTableColor """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """>AIM: </font></b></td>" & vbNewLine end if Response.Write " <td bgColor=""" & strPopUpTableColor """><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """><input name=""AIM"" size=""25"" maxLength=""50"" value=""" if strMode ><> "Register" then Response.Write(ChkString(rs("M_AIM"), "display")) Response.Write """></font></td>" & vbNewLine & _ " </tr>" & vbNewLine end if
Thanks a lot Shaggy.
There are many blocks like these and they all need to be changed. I see the original file has these "&'s" but not Jeff's changed code.
Thanks<
Shaggy
05 March 2007, 09:24
You're welcome.
<
JJenson
05 March 2007, 10:17
WEird thing is in all my actualy code on the sites I have it up and running the code is correct. For some reason in my readme it has left out only a couple of those "&'s" Not really sure why it has done this but maybe I will go ahead and try and redo the README file. Also I will put in the changes on the admin_member_config.asp. Sorry Tastynutz I did miss your post on this. I will start working on a new README for this with better instructions. First shot at the readme thing I need a little practice still
Thanks for all the info texaman will start working on this. <
texanman
05 March 2007, 14:02
Thanks Jeff: It will help a lot to redo the Readme file because the "&'s" are missing from all the changes made to inc_profile.asp.
<
JJenson
05 March 2007, 14:27
Yeah I noticed not sure how that happend expecially there but will go ahead and make those fixes. Thanks texanman<
texanman
08 March 2007, 15:50
Jeff: Anything new on this?
Thanks<
texanman
11 March 2007, 22:11
Jeff: Since the ReadMe file is not being changed, may I ask this. Are the changes made in the asp files correct? I can follow those changes and do mine accordingly.
Thanks<
JJenson
11 March 2007, 22:40
Sorry texanman its been a crazy week I have meant to get that already. I am really going to push to get it done but I have had lots of work and actually have a few things going on the side I am working on. But will try and do that this week my apologise. The asp files should all be correct and in the mean time I can provide you with a zip copy from a base snitz with all the changes made to the files. Let me know if you would like for me to send that to you in the meantime.
Also the changes that are implemented are here to view also if you would like.
www.thebragboard.com/RequireMod/
Let me know if you want me to send that to you or not.
Sorry again <
texanman
03 April 2007, 16:44
Given up on this?
<
JJenson
03 April 2007, 17:41
No texanman I have not I will get to this just seems like my free time has been very limited for the last 3-4 weeks so I apologize and the one or two times I have to do this I just was being lazy so I am sorry. I really will get back to this and fix the readme. Again I am sorry. Will get to it I promise. <
JJenson
04 April 2007, 23:27
Ok well I see where the problem is at in the readme anytime I try and take the code straight across it leaves some of it out. Not really sure why it is doing this. I will find another way around this. Sorry everyone the original file in the zip folder is correct though so if you will follow the readme for now and just copy those lines from inc_profile.asp it will be correct
I am trying to figure out why the html textarea is not letting all the code go through.<
CodeMan7
23 June 2007, 19:42
Jeff, just what were the changes you made to admin_config_members.asp?
I've downloaded two different files, one from SnitzBitz and the other was an .rar file with the same files. Neither one of the files had that admin_config_members.asp file and the readme files were the same. Neither one of them mentioned that file either.
I'm using MySQL, so I might have some problems anyway, but without that file I can't really do anything.
Thanks.
The files that are included in the .zip and the .rar are: config.asp dbs_requireprofile1.0.asp inc_profile.asp pop_profile.asp readme.htm register.asp
<
JJenson
23 June 2007, 23:05
OK I will post a link to that either later tonight or first thing in the morning. I guess I forgot that one.<
CodeMan7
24 June 2007, 00:45
Ok. Thanks.
I'm not sure your mod works this way but what I'd like to have is the ability to require certain info but yet keep that info confidential from the rest of the viewers. (If you don't do anything to the admin functions on profiles, then that shouldn't be a problem.)<
JJenson
25 June 2007, 00:49
Here is a link to the txt version I will have to get it put in the zip folder I am not sure why its not there. here you go sorry again about that. I shoul dhave time this week to work through the bugs and fix some of them.
www.thebragboard.com/downloads/admin_config_members.asp.txt
Codeman if you are willing to help out and maybe we can get this mod a little better while I am at it. THis was my first attempt ever at something like this and would like to refine it and make it as streamlined as possible.
THanks Jeff<
CodeMan7
25 June 2007, 06:40
Thanks, Jeff. That sounds good to me. And, sure, I'll be glad to help.
I'll get it set up and running first and then look for ways to tweak it. I think the most important thing with new mods are: (1) good, clear instructions so that the mod gets set up correctly, (2) an uninstall, so that they can back out if they want, (3) the testing environment. If it has not been tested with other DBs or other systems, the end user should know that.
Thanks again. I noticed that AnonJr. mentioned your mod in his post on ways to fight the spammers.
<
JJenson
25 June 2007, 09:22
Yeah and I put up on snitzbitz that this is a beta so people unerstood hopefully that this is not 100% done. My biggest problem I think is with the readme. I had never done something like that and I don't think I did that all that well Let me know what you think once you get it set up. <
CodeMan7
27 June 2007, 14:51
Jeff, I've got it set up but I'm getting an error. I don't think it is anything you did however.
I've got the Usergroup and Captcha addon mods. When I try to register with those installed, the profile form is all out of whack. In the upper right corner where the name should be are the list of countries repeated about 4 times, so that the Username field doesn't even start until way down the right side of the form.
Now, when I pull out my inc_profile.asp file and put yours in there, the profile form looks fine.
Thinking that it had something to do with the Captcha mod, I commented out all the code for the Captcha mod and even took the one file for the Captcha mod out of my forums directory. When I tried to register with my inc_profile.asp file back in, it still looked the same (messed up) and the Captcha stuff was still at the bottom of the page. (Which is strange since the file that creates it wasn't even there.)
BTW, I had to tweak your code a little to get a red asterisk by "Age". I think there might be some confusion over required age and require age. But, anyway I got it working.
If I can just get the profile form to display correctly, I can finish testing your mod.
<
JJenson
27 June 2007, 15:16
you got a link?<
CodeMan7
27 June 2007, 17:15
Thanks, Jeff.
When I was preparing it for you I went through it again and discovered the problem.
It's fixed now.
<
JJenson
27 June 2007, 19:26
Great what was it if you don't mind me asking?
<
CodeMan7
28 June 2007, 08:02
When I was installing your mod I just commented out the old blocks with single quotes. Which worked fine except when I got to the two includes of the countrylist file. After I took those out of the commented block, everything was fine.
BUT, I do have a new problem. While checking out your mod, I changed the options to require the date of birth. Now when I register as a new user, I get an error that I must enter the date of birth, even though I know that I did it. It's not giving me an invalid date of birth though.
I'm running through the code this morning to see where the error is.
<
JJenson
28 June 2007, 09:18
I will go test on my site and see if I get this same error<
JJenson
28 June 2007, 09:23
Yeah I get the same error. I have a 13 hour day at work today but I should have time tomorrow afternoon or this weekend for sure if you don't find it first <
CodeMan7
28 June 2007, 09:32
Ok. I discovered something else.
If you enter that DOB is required and show DOB as off, there is no way to enter the DOB.
All the code should be changed to automatically check the "show" box on any field that is required. If someone clicks "off" on the "show" part of any field, then the "required" box should automatically click to "off". (This is not a big deal. It just takes time to go through the code and make the changes. I think I'll do that while I'm thinking about the DOB problem.)
<
JJenson
28 June 2007, 10:11
Sounds good so you know codeman I was trying to figure out how to change the radio buttons in the admin section to check boxes and just ad another TD with that in it. I thought that would shorten the page down again and make it a little easier to use for the end user?
Let me know what you think. Also then you can keep that in mind as you are making changes? <
I think that looks good have you tried it out? Also Just remember I am going to attempt to take out the radio buttons and replace them with check boxes. I will start that this weekend and hopfully get it all done this next week.<
CodeMan7
28 June 2007, 17:21
Actually, I had to make a couple of changes so that the selected items would stay selected.
What I need now is something which will switch a radio button to ON when REQUIRED is selected for that item.
As for style, I think the menu looks pretty good.
Jeff, I just wanted to touch base with you on your mod. I've tried a couple of different changes to it in the admin options.
One way was to have the show [field] with On and Off radio buttons and the Required and Not Required in a drop down box. What I was trying for there was to have the Required in red so that the admin could quickly look at the options and see which ones were required.
Then I switched it up and had On and Off radio buttons for the Show [field] and Yes or No radio buttons for Required.
I haven't had a chance to get back to it, but what I was after was trying to have the Show field checked as On if Required is set to Yes. If Required is set to No, then it doesn't matter whether Show is On or Off. But a person will never be able to register if the field is Required and Show is set to Off.
As for that error on the Birth Date that we both got, I believe that is probably just a statement nested wrong. I haven't had a chance to check it out yet. I wanted to get the admin section finished first.
<
designgoddess
13 July 2007, 12:17
Okay so I'm new to this forum. And I'm new to setting up a forum. Although, I was pretty stoked when I got it first up. Then realized that it wasn't requiring certain fields. So I found this forum. And did all the requested steps, I then was getting an expected end error and did as requested to adjust and still didn't work so I removed the files and began working on them again, thinking I had to of missed something. And now i can't even get the forum to load at all! GRRR!!1
I do have to say JJensen that you did a fantastic job and I just wish I could figure out what piece of the puzzle I am missing. Maybe if I step away and come back in a little bit it will either come to me, or you'll have responded :)
Thanks!!!<
CodeMan7
14 July 2007, 13:27
Jeff is having a problwm with his computer now but perhaps we could help you.
What problems are you having with the Require Member Profile mod?<
JJenson
14 July 2007, 13:40
Like codeman said what is the problem you are having any errors? I will do what I can all my files are on a computer that looks like it slowly going out and is out of commision at the moment so I can try and fix it.
Also will you post a link to your site?
Thanks Jeff<
designgoddess
15 July 2007, 09:37
http://www.iaff2446.com/members/forum/register.asp is the link to the error message.
It basically states: Microsoft VBScript compilation error '800a0401'
The link to the site that the forum is being used in is www.iaff2446.com and my web site is www.designgoddessllc.com. I am creating the first aforementioned site for a client.<
okay so all that is working i can now get tothe register piece.
How do i choose what fields should be required?<
JJenson
15 July 2007, 11:38
In the admin section goto admin config members. It is in there.<
designgoddess
20 July 2007, 10:09
in the admin segment there is only the member details configuration. and it doesn't show which ones need to be required.
<
CodeMan7
20 July 2007, 13:13
There are no set required fields. You, as the admin, are the one who 'requires' what info is necessary.
If you're asking what info most admins require, I can give you some suggestions. It is a good idea to require the first and last name to make sure you have a real person. (The username, password and email address are already required.) Also, you need to require either the date of birth or age to make sure they meet the minimum age requirement of your forum.
Right now there is a problem with the date of birth routine in this mod, so you probably just want to require them to put in their age. (Note: You cannot require the date of birth and age at the same time. You also can't have them both shown at the same time.)
Make sure that any field you check as required is also checked to be shown. Otherwise, there will be no way anybody can complete your registration. Just make sure the field is checked as "On" if it is required.
You might want additional fields required. That is up to you and your needs.
Hope that answered your question.
<
CodeMan7
21 July 2007, 15:04
Jeff, just wanted to let you know that I solved the problem which was giving an error on the date of birth. As I was going through the code, I noticed some other changes that need to be made.
What I'd like to do is work on a few more things and then I can get you the changes so that you can update your mod file.
In the meantime, if you need the change I made to get the date of birth to work, let me know and I'll post it.
<
JJenson
21 July 2007, 17:00
Yeah post that fix cause I am sure people will want that fix. I will look for the other things as well I try and update the readme and so forth and the files for the mod.
THanks Jeff<
CodeMan7
21 July 2007, 18:06
Ok.
This will be for those who have the Require Member Profile mod already installed.
In Register.asp and Pop_profile.asp, look for this:
Code:
if strReqAgeDOB = "1" then if trim(Request.Form("AgeDOB")) = "" then Err_Msg = Err_Msg & "<li>You Must Provide Your Date Of Birth</li>" end if end if
Delete that (or comment it out).
Look for these lines:
Code:
if len(strMAge) > 0 then if not isNumeric(strMAge) then Err_Msg = Err_Msg & "<li>You must enter a numerical value for your age.</li>" elseif strMinAge > 0 and strMAge < strMinAge then Err_Msg = Err_Msg & "<li>You must be at least " & strMinAge & " years old to join this forum.</li>" end if end if
Right after these lines add:
Code:
' #### Require Member Profile mod ##### if strReqAgeDOB = "1" then If len(strMDOB) <> 8 Then Err_Msg = Err_Msg & "<li>You Must Provide Your Date Of Birth</li>" end if end if ' ##### End Require Member Profile mod ####
<
CodeMan7
21 July 2007, 18:18
There are a lot of changes to make to admin_config_members.asp, but the following lines should be commented out or deleted:
Code:
if Request.Form("strAge") = "1" and Request.Form("strAgeDOB") = "1" then Err_Msg = Err_Msg & "<li>Age and Birth Date cannot both be On at the same time</li>" end if
The reason that should be taken out is because you want both the age and DOB fields to show in the profile form. After the DOB is calculated, the age will show up in the "Age:" field.
<
designgoddess
23 July 2007, 09:58
I'm still not set on this requirements, JJenson said he would send me the required file that my upload was missing, in the meantime, you all seem to be pretty knowledgable in this set up and I have an additional question not related to this MOD.
I am wondering if there is a way to use the database associated with the forum prior to actually getting to the forum.
I have a "segment" of a web site that needs to be access only, and I'm wanting to eliminate duplicate registration. I'm wondering if there is a way to set it up that when they first get to this segment they are prompted to login or register using the same database and set up as there is for the forum?
Thanks to all of you who have helped me in my novice understanding of how all this works.<
JJenson
23 July 2007, 09:59
Look over at snitzbitz for the universal login mod. That should do what you would like it to do.<
designgoddess
27 July 2007, 02:19
JJenson...still waiting on the admin config file....:)<
JJenson
27 July 2007, 08:19
Sorry design send me an email again I lost your email somewhere along the way and I can't find it anymore. I will send that to you today for sure.<
Beaux
28 July 2007, 08:10
I am very interested in this MOD but I can't find a download which contains all the files. Also, in the readme file there appears to be some oddities with the display of some of the code in the 'changes' area.
Thanks<
texanman
09 January 2008, 10:05
Jeff:
Anything new on the new on the README file?! I tried installing this some time back. The DB was set up fine. I had trouble with the files that need to be changed. If you have the README file fixed that will be greatly appreciated.
Thanks<
JJenson
09 January 2008, 12:32
I am really sorry I have been meaning to do this now for a few months I just got 2 gigantic side jobs on top of my work and have put much time into my forums for that long. I plan on try to do a rewrite and make it alot easier to install I will let you know when I get an update.
<
texanman
09 January 2008, 12:42
No worries! Thanks for your response.<
JJenson
09 January 2008, 13:02
Yeah I promise though I will get back on this as soon as I can. I am hoping to have alot more time here in a couple weeks when one fo those projects finished up.
Thanks for understanding<
teacel
23 May 2008, 10:35
Several months have gone by, and there is still no word on whether or not this mod was ever completed, or if a new read me file was written.
JJenson did you abandon this project?
<
JJenson
23 May 2008, 11:58
I have not abandoned this I just am working 3 jobs right now so I haven't had time to work out the fixes for the readme. I am truley sorry I really want to update and change a few things on this as soon as I can I just don't have the time right now to much work. I will let you know when I am able to work on it again.<
teacel
23 May 2008, 12:25
Thanks for the reply JJ
Let me ask this.
Can this Mod be installed and will it work if the code from the included files are placed properly?<
JJenson
23 May 2008, 12:58
Yes of course in the read me there are some things that didn't copy over so it left some code out.
Mainly you just have to replicate the code for each form field. I thinks omeone mentioned exactly what was left out earlier in this thread let em take a look really quick.
I can't get ahold of codeman right now I know he went through and did a bunch off fixes for this. Let me try and get ahold of him somehow and see if he has those changes to the files.
Jeff <
teacel
25 May 2008, 11:07
Jeff
I took a chance and installed your Mod
As for the Read me file I didn't use it, trying to figure it out took longer than comparing the code with win merge.
Please rewrite that read me file for those who have no knowledge of ASP.
I have it up and it is working fine so far.<