Totara Talent Experience Platform Open Discussions

too many user profile fields

 
lmsanti
too many user profile fields
lmsanti 发表于 2021年08月1日 Sunday 18:44
 

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
Eves (Totara Support)Craig 发表于 2021年08月2日 Monday 20:47
小组 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






lmsanti
Re: too many user profile fields
lmsanti 发表于 2021年08月4日 Wednesday 18:37
 

thanks I will try this