DaVuLf Posted September 14, 2006 Share Posted September 14, 2006 Hey guys,I was wondering where within the PHPBB structure are the files that I need to modify in order to add more things to the signup. Thanks for the help!(I will be back to figure out what to do if I can't manage it ;)). Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/ Share on other sites More sharing options...
trillion Posted September 14, 2006 Share Posted September 14, 2006 I would start by looking in the fileincludes/usercp_register.phpyou will probably have to modify the db as well to have a place to store/retrieve your additional infoI don't know but perhaps there is already a mod for this on the phpbb site Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/#findComment-91484 Share on other sites More sharing options...
DaVuLf Posted September 14, 2006 Author Share Posted September 14, 2006 Thanks for the reply. I've already looked through that file, but as all others, I would assume that there would be a .tpl frontend to modify the form options.Then I suppose I would need to go through the usercp_register and enter those new form options as variables, then find the insert, modify my table, and then run the queries.Anyone familiar with this sort of thing? Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/#findComment-91497 Share on other sites More sharing options...
DaVuLf Posted September 14, 2006 Author Share Posted September 14, 2006 Is this even possible? Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/#findComment-91664 Share on other sites More sharing options...
Jocka Posted September 14, 2006 Share Posted September 14, 2006 I messed with all that once a while back. I know alot of the register information is in a language file (that is, the text to the registration and such). I'm not even sure what TPL file it uses to be honest. Go to register.php or whatever it uses to register (I haven't used phpBB in so long) and find the tpl file in there. It should have an include for it SOMEWHERE in there. lol. Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/#findComment-91688 Share on other sites More sharing options...
DaVuLf Posted September 14, 2006 Author Share Posted September 14, 2006 Jocka, thanks for the reply. I went through profile.php, where you set mode = register for registration, which then calls usercp_register. Unfortunately, I still haven't found what I was looking for. Any other suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/#findComment-91731 Share on other sites More sharing options...
DaVuLf Posted September 16, 2006 Author Share Posted September 16, 2006 Are there tutorials or anything on this? Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/#findComment-92814 Share on other sites More sharing options...
Loki Posted September 19, 2006 Share Posted September 19, 2006 Are you wanting to add some new fields to the registration page? Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/#findComment-94407 Share on other sites More sharing options...
DaVuLf Posted September 19, 2006 Author Share Posted September 19, 2006 More or less. Now I'm not so much trying to add those fields, as to set one only visible by the admins and not by anyone else. I also wanted to know how to designate someone as a 'dono'r if they have paid or not. Quote Link to comment https://forums.phpfreaks.com/topic/20687-phpbb-registration-modification/#findComment-94564 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.