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
#40803
How to Display Community Builder Images 11 Years, 1 Month ago Karma: 0
Dear sir,
How can i display the community builder avatars in the table,
please give me the sql command.
Thanking you
Madhusudhan krishnan
The administrator has disabled public write access.
 
#40810
Re:How to Display Community Builder Images 11 Years, 1 Month ago Karma: 748
Hello,

Send an SQL dump of table(s) which you want to show with help of "ARI Data Tables" extension by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40822
Re:How to Display Community Builder Images 11 Years, 1 Month ago Karma: 748
Use the following SQL query (enter it in "Choose source type -> SQL -> SQL query" parameter):

Code:


SELECT
  avatar
FROM
  #__comprofiler



and set "Columns settings -> ID" parameter to avatar value and set "Columns settings -> Format" parameter to the following value:

<img src="images/comprofiler/{$value}" />

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40824
Re:How to Display Community Builder Images 11 Years, 1 Month ago Karma: 0
Dear sir,
Thank you very very very much,
it is now worked fine,
and thank you very much for your quick reply and kind support.
Thanking you
Madhusudhan krishnan
The administrator has disabled public write access.
 
#43987
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 0
Dear sir,
how to link the images to the users profile?
The administrator has disabled public write access.
 
#43989
Re:How to Display Community Builder Images 10 Years, 10 Months ago Karma: 748
Hello,

How link to a user profile looks like?

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