Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Modules
»
Display a users category on frontpage
« previous
next »
Print
Pages: [
1
]
Author
Topic: Display a users category on frontpage (Read 4355 times)
sirioss
Newbie
Posts: 15
ab hoc et ab hac
Display a users category on frontpage
«
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
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Display a users category on frontpage
«
Reply #1 on:
August 14, 2010, 14:24:56 »
Unfortunately i can't understand you what exactly mean in this question.
Can you analyze that more ?
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Display a users category on frontpage
«
Reply #2 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 ....
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Modules
»
Display a users category on frontpage