Jump to content

Registration Mod


NoSmoke

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/88227-registration-mod/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/88227-registration-mod/#findComment-451444
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/88227-registration-mod/#findComment-451454
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.