T O P I C R E V I E W |
JJenson |
Posted - 23 January 2007 : 19:14:07 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:
Require Member Profile 1.0
Or here:
Require Member Profile 1.0 < |
15 L A T E S T R E P L I E S (Newest First) |
teacel |
Posted - 25 May 2008 : 11:07:57 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.< |
JJenson |
Posted - 23 May 2008 : 12:58:42 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 |
Posted - 23 May 2008 : 12:25:28 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 |
Posted - 23 May 2008 : 11:58:02 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 |
Posted - 23 May 2008 : 10:35:56 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 |
Posted - 09 January 2008 : 13:02:43 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< |
texanman |
Posted - 09 January 2008 : 12:42:36 No worries! Thanks for your response.< |
JJenson |
Posted - 09 January 2008 : 12:32:01 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 |
Posted - 09 January 2008 : 10:05:20 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< |
Beaux |
Posted - 28 July 2007 : 08:10:42 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< |
JJenson |
Posted - 27 July 2007 : 08:19:41 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.< |
designgoddess |
Posted - 27 July 2007 : 02:19:53 JJenson...still waiting on the admin config file....:)< |
JJenson |
Posted - 23 July 2007 : 09:59:54 Look over at snitzbitz for the universal login mod. That should do what you would like it to do.< |
designgoddess |
Posted - 23 July 2007 : 09:58:30 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.< |
CodeMan7 |
Posted - 21 July 2007 : 18:18:58 There are a lot of changes to make to admin_config_members.asp, but the following lines should be commented out or deleted:
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.
< |