MyBB Community Forums

Full Version: Field that sends input to another database on register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
Is it possible to make a separate field in the register form, where the input is sent to another db? Big Grin
Thanks in advance!
You'd need a plugin, moving to requests.
(2022-03-01, 02:58 PM)Matt Wrote: [ -> ]You'd need a plugin, moving to requests.

Can't I just edit the member.php and put some html in the template?
You can add the custom field in the ACP, but there's no need to edit core files, you can put the same code into a plugin. You'll need to set up a separate database connection with new details, and insert whatever data you need.
(2022-03-01, 03:01 PM)Matt Wrote: [ -> ]You can add the custom field in the ACP, but there's no need to edit core files, you can put the same code into a plugin. You'll need to set up a separate database connection with new details, and insert whatever data you need.

Alright. Can I pm you what I have to work with? Just so you'll understand what I mean. I don't understand php completely, you should.
Don't want to explain wrong orange