Re:How to Display Community Builder Images 11 Years, 2 Months ago
|
Karma: 760
|
It doesn't retrieve "user_id" field. Use the following query:
SELECT
cb_regnoyearofpassing,
cb_fathername,
cb_sdob,
cb_semisteryear,
cb_course,
cb_qualification,
cb_gender,
cb_category,
cb_totalfeeksou,
cb_branchname,
avatar,
user_id
FROM
#__comprofiler C INNER JOIN #__users U
ON C.user_id = U.id
WHERE
U.block = 0
|
|
|
|
|
Re:How to Display Community Builder Images 11 Years, 2 Months ago
|
Karma: 0
|
Dear sir,
Thank you very very much,
It is working fine now,
My problem is solved,
Thanks a lot
But i want to display only the registered users only, not the administrators
so for that what to do sir?
|
|
|
|
|
Re:How to Display Community Builder Images 11 Years, 2 Months ago
|
Karma: 760
|
What Joomla! version do you use?
Regards,
ARI Soft
|
|
|
|
|
Re:How to Display Community Builder Images 11 Years, 2 Months ago
|
Karma: 0
|
Dear sir,
i am using the joomla 2.5 version.
|
|
|
|
|
Re:How to Display Community Builder Images 11 Years, 2 Months ago
|
Karma: 760
|
Do you want to show users who belong to a specific user group? If yes, what name of user group?
Regards,
ARI Soft
|
|
|
|
|
Re:How to Display Community Builder Images 11 Years, 2 Months ago
|
Karma: 0
|
Dear sir,
users group name is registered.
|
|
|
|
|
|