MyBB Community Forums
[How To?] Edit Additional Contact - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [How To?] Edit Additional Contact (/thread-234743.html)



Edit Additional Contact - Arnold Lazers - 2022-01-20

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.


RE: Edit Additional Contact - Mahfuz - 2022-01-20

Go to Admin cp>Configuration>custom profile fields or https://yourdomain/admin/index.php?module=config-profile_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.


RE: Edit Additional Contact - Arnold Lazers - 2022-01-21

(2022-01-20, 05:53 PM)Mahfuz Wrote: Go to Admin cp>Configuration>custom profile fields or https://yourdomain/admin/index.php?module=config-profile_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. 



RE: Edit Additional Contact - Mahfuz - 2022-01-21

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