Aha!
I have modified the Velocity code on the UserDirectory:
To remove the "User ID" columns I have changed:
#set ($columns = ['_avatar', 'doc.fullName'])
to
#set ($columns = ['_avatar'])
To add the other default columns, I have changed:
#set ($defaultColumns = ['first_name', 'last_name'])
to
#set ($defaultColumns = ['first_name', 'last_name', 'company',
'department',
'position', 'phone'])
I hope this helps for others who might want to modify the UserDirectory
--
View this message in context:
http://xwiki.475771.n2.nabble.com/User-Directory-Organogram-tp7584711p75851…
Sent from the XWiki- Dev mailing list archive at
Nabble.com.