Page 1 of 1
Use custom profile field
PostPosted: 27 Nov 2014, 08:32
by redpelon
How/where could I change the display name on arrowchat from the username to my custom profile field [field6] that is for Full Name?
PostPosted: 27 Nov 2014, 11:50
by Jason
That can be done in the includes/config.php file.
PostPosted: 28 Nov 2014, 21:15
by redpelon
ahh found it thanks
PostPosted: 29 Nov 2014, 13:50
by redpelon
hey jason, if my custom field is in a different table than the users table where the other info comes from, how can i have the config.php file pull one filed from the custom field table, and pull the rest from the regular users table? i changed the field to match my custom field in my custom table, and the full name worked, but it made everything else not work
using vbulletin4, thanks
PostPosted: 29 Nov 2014, 14:07
by Jason
That becomes slightly more complex. You have to alter the MySQL statements in the includes/integration.php file as well.
There are examples in the includes/functions/integrations folder.
PostPosted: 29 Nov 2014, 15:08
by redpelon
maybe more work than what its worth, but i appreciate it nonetheless