Totara Talent Experience Platform Open Discussions

too many user profile fields

 
santi lm
too many user profile fields
by santi lm - Sunday, 1 August 2021, 6:44 PM
 

Hola!

How can I edit which of these fields appear here? 

some of these are unnecessary to us


f

Craig Eves
Re: too many user profile fields
by Craig Eves (Totara Support) - Monday, 2 August 2021, 8:47 PM
Group Totara

Hi Gaspar

I checked in Totara 14 and a lot of these fields have already been taken off this screen

A way to do this without compromising any existing data or code that relies on these values is to hide these using CSS under Appearance Ventura> Edit site brand > Custom and  adding 

div#fitem_id_skype {display: none;} where skype is the name of the element to hide.

if you go onto the profile page above and select F12 to go to developer mode then search for the fitem names to hide

Regards






santi lm
Re: too many user profile fields
by santi lm - Wednesday, 4 August 2021, 6:37 PM
 

thanks I will try this