Hello, i try to modify tab name (next to profile image) on member page but there’s something i don’t understand.
In Users-Profile Fields, my group are automatically translated to french name but if i review functions.php to add more tab or change the order, i cannot find “real name”.
Exemple :
$bp_tabs[‘looking-for’] = array(
‘type’ => ‘cite’,
‘name’ => __(‘Looking for’, ‘kleo_framework’),
‘group’ => ‘Looking for’,
‘class’ => ‘citetab’
);
this code is working well but how can i change name ? Cos in users-profile fields i have this :
https://imageshack.com/i/7grrhlp
I’d like also to add a new tab. So i created a group in users-profile fields named “Test” with a field named “John”. Could you help me with the code ?
Thanks