MyBB Community Forums

Full Version: Create custom fields not required
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to create some custom fields not required. In other words I want that users can be left those fields blank when they sign up but if they write on it (in the registration or in the user cp) they appear in the postbit.
In order to add Custom profile Field to show on Postbit, Go to: Admin Control Panel > Templates > Your theme's templates > Postbit Templates > postbit_author_user > and add the following code where you want Custom Profile Field to appear;

<br />Custom Profile Field: {$post['fidX']}
Where X is the Custom Profile Field ID.
Yeah I knew that, I have already created some custom fields form ACP --> Users custom field, but they are required at the registration moment. I want that users can left blank these fields