MyBB Community Forums

Full Version: Where to edit the register page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all!

I'm new to MyBB so I've spent the day messing around with it. I'm trying to find out where exactly do I edit the register page? Mine currently looks like this - http://prntscr.com/8t9f9q - I'd like to know how do I add a box so a user can enter another name such as their real name? Just like the user name, but end up in the database in a different column.

Thanks Smile

- I'm using 1.8 as well, default theme.
ACP > Configuration > Custom Profile Fields
(2015-10-20, 09:53 AM)Nathan Malcolm Wrote: [ -> ]ACP > Configuration > Custom Profile Fields

Thank you Blush  But now how do I get that too enter that set value into the users table under a new column?
No need to duplicate the data, just pull it from the database. For example, you can put {$userfields['fidX']} (where X is the ID of the profile field you created) in the postbit template and it will show their name on the postbit.