XF 2.0 How to get user and usergroup from username or user ID and display it on a page template

Idris_

Member
Hi,

Is there an easy way to get Users by a username, id or a usergroup and display them on a page template?


Thanks,
Idris.
 
Go through XF/Repository/User, there are quite some functions. You would need to create a callback then which would call your desired function and use that callback in the page.
 
Top Bottom