Elxis CMS Forum

Extensions => Modules => Topic started by: sirioss on August 14, 2010, 11:09:00

Title: Display a users category on frontpage
Post by: sirioss on August 14, 2010, 11:09:00
How can i display-show users of  category (registers, authors) on frontpage.  i want to to show some fields of each user as vcard
Title: Re: Display a users category on frontpage
Post by: webgift on August 14, 2010, 14:24:56
Unfortunately i can't understand you what exactly mean in this question.
Can you analyze that more ?
Title: Re: Display a users category on frontpage
Post by: datahell on August 14, 2010, 19:40:53
You have to create a module that will perform a query in the database and sisplay the results in the format you wish.

SELECT u.username, u.name, ...,
FROM #__users u
LEFT JOIN #__.....
WHERE ....