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
#43992
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 0
Dear sir,
I mean you have given me a query to display the cb userslist the below is the query.


SELECT
cb_registernumber,
name,
cb_sdob,
cb_semisteryear,
cb_course,
cb_qualification,
cb_gender,
cb_category,
cb_totalfeeksou,
cb_studycentername,
avatar,
C.user_id
FROM
#__comprofiler C INNER JOIN #__users U
ON C.user_id = U.id
WHERE
U.block = 0
AND
U.usertype = 'Registered'

But here it will displays the table of users,
in that if someone clicks on the image,
it should take him to the cb profile of that member.

Thanking you
The administrator has disabled public write access.
 
#43993
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 748
How link to a user profile looks like?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43994
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 0
Dear sir
The below is the sample url link to the cb profiles

localhost/reads/index.php?option=com_comprofiler&Itemid=55

Thanking you
The administrator has disabled public write access.
 
#43996
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 748
It seems this a common link to CB component, not to a user profile, but you want to use this link, use the following value in "Columns settings -> Format" parameter instead of previous value:

<a href="index.php?option=com_comprofiler&amp;Itemid=55"><img src="images/comprofiler/{$value}" /></a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
#43997
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 0
Dear sir,
Thank you very much, it is working perfectly,
but it is displaying the big profile images, and instead how to make it to display only thumbnails?

Thanking you
The administrator has disabled public write access.
 
#43999
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 748
Try the following:

<a href="index.php?option=com_comprofiler&amp;Itemid=55"><img src="images/comprofiler/tn{$value}" /></a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123456