Is there a way (update proof) to override the view for Pending approval?
When changing line 1164 in comprofiler.html.php to
Code:
'<td class="text-left">' . CBuser::getInstance( (int) $user->id, false )->getField( 'formatname', null, 'html', 'none', 'list', 0, true ) . '<br />' . $user->email . '<br />' . $user->cb_soortorg . '</td>'
I get what I want, but this is not update proof.