Hi @patowins,
I changed the code from
if ( ( $visibility == 'view' && $this->set_mode == 'register' ) ||
( isset( $data['editable'] ) && $data['editable'] == 0 && $this->set_mode == 'profile' ) )
to
if ( $visibility == 'view' && $this->set_mode == 'register' )
Hope this helps. ??