MyBB Community Forums

Full Version: Edit Additional Contact
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, 

I am in need of some help. I am trying to figure out how to edit the information in the Additional Contact Information Section. 

[Image: kYWSnMa.png]
I
I would like to be able to edit the stuff that I marked in red and be able to add additional fields for different types of social networks examples would be; Discord, TOX, Telegram, etc. If anyone could lead me in the direction on how I can go about editing this I would greatly appreciate it.
Go to Admin cp>Configuration>custom profile fields or https://yourdomain/admin/index.php?modul...ile_fields

Title: Telegram/Discord/Tox
Short Description: Enter your Telegram ID here

Field type: textbox

[Image: 9ffJNVc.jpg]

////


To show in profile use this code
{$memprofile['fid4']}

Make sure to replace the 4 with your own ID.
(2022-01-20, 05:53 PM)Mahfuz Wrote: [ -> ]Go to Admin cp>Configuration>custom profile fields or https://yourdomain/admin/index.php?modul...ile_fields

Title: Telegram/Discord/Tox
Short Description: Enter your Telegram ID here

Field type: textbox

[Image: 9ffJNVc.jpg]

////


To show in profile use this code
{$memprofile['fid4']}

Make sure to replace the 4 with your own ID.

Hello! 

I do appreciate your response, however this doesn't seem to replace the social networks under Additional Contact Information. This creates custom fields in the "Additional About Info" section of the profile but not the "Additional Contact Information" section. I need to edit the "Additional Contact Information" section of the user profile as shown in my original photo. 
You can see this tutorial https://community.mybb.com/thread-216551.html

You can delete that
<div class="tcat">{$lang->additional_contact_details}</div>
	{$contact_fields['icq']}
	{$contact_fields['aim']}
	{$contact_fields['yahoo']}
	{$contact_fields['skype']}
	{$contact_fields['google']}

Replace it with customfields