Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How to Display Community Builder Images
(1 viewing) (1) Guest
Go to bottomPage: 123456
TOPIC: How to Display Community Builder Images
#44007
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 748
It seems the query which you use doesn't retrieve "user_id" column.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44008
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 0
Yes sir,
i used the below query

<a href="index.php?option=com_comprofiler&task=userprofile&user={$columns:user_id}&Itemid=56"><img src="images/comprofiler/tn{$value}" /></a>
The administrator has disabled public write access.
 
#44009
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 748
It is not SQL query.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44010
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 0
sorry sir,
the parameter you have given.
The administrator has disabled public write access.
 
#44011
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 748
{$columns:user_id} parameter requires "user_id" field in SQL query.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44012
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 0
But the quire i am using is

SELECT
cb_regnoyearofpassing,
cb_fathername,
cb_sdob,
cb_semisteryear,
cb_course,
cb_qualification,
cb_gender,
cb_category,
cb_totalfeeksou,
cb_branchname,
avatar
FROM
#__comprofiler C INNER JOIN #__users U
ON C.user_id = U.id
WHERE
U.block = 0
The administrator has disabled public write access.
 
Go to topPage: 123456