NoSmoke Posted January 28, 2008 Share Posted January 28, 2008 I'm attempting to find an existing or creating a new mod that allows me to add a required registration field, allow duplicates only by the administrator discretion not to exceed two per number. The purpose is for membership number for a club, values 0-400 only. Checks if it is available or not ect ect. Where do I start? I'm using phpbb2 Does a mod already exist? Quote Link to comment https://forums.phpfreaks.com/topic/88227-registration-mod/ Share on other sites More sharing options...
tapos Posted January 28, 2008 Share Posted January 28, 2008 If u can use framework like cakephp or etc u will get that type of module. U can also visit www.phpclasses.org. Here u will get many classes to use for ur purpose. Quote Link to comment https://forums.phpfreaks.com/topic/88227-registration-mod/#findComment-451441 Share on other sites More sharing options...
simcoweb Posted January 28, 2008 Share Posted January 28, 2008 You'd have to check at the PHPBB forums to see if there's a mod already for that. Otherwise, what you'd need to do is modify the current registration form to add the field and make it required. Then, modify the database to accept and store that form field data. Not that difficult really. Quote Link to comment https://forums.phpfreaks.com/topic/88227-registration-mod/#findComment-451444 Share on other sites More sharing options...
NoSmoke Posted January 28, 2008 Author Share Posted January 28, 2008 You'd have to check at the PHPBB forums to see if there's a mod already for that. Otherwise, what you'd need to do is modify the current registration form to add the field and make it required. Then, modify the database to accept and store that form field data. Not that difficult really. I didnt think so. I'm searching phpbb all the time and no one has answered my request over there. Quote Link to comment https://forums.phpfreaks.com/topic/88227-registration-mod/#findComment-451454 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.