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?

Starting ARI Data
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Starting ARI Data
#29160
Starting ARI Data 11 Years, 10 Months ago Karma: 0
Hi

I purchased Ari Data but I can't find any good tutorials

Please explain me how to show a table at the frontend that shows all fiekds of all users profile. I'd like to see a table of all this data. You show a good example on yuor demo with the students.

Is there no possibility to show the table on a menupoint?

Please help, I'm getting slowly creasy.

Thomas
File Attachment:
File Name: Ari_Data.doc
File Size: 64512
Last Edit: 2012/06/18 10:42 By trubinari.
The administrator has disabled public write access.
 
#29172
Re:Starting ARI Data 11 Years, 10 Months ago Karma: 748
Hello,

Could you send SQL dump of "user_profiles" table by email?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29186
Re:Starting ARI Data 11 Years, 10 Months ago Karma: 748
Set "SQL -> SQL query" parameter to the next value:

SELECT
user_id,
profile_key,
profile_value
FROM
#__user_profiles
ORDER BY
user_id,ordering

Set "SQL -> Graph transformation -> Enable" to "Yes", "SQL -> Graph transformation -> X axis column" to "profile_key", "SQL -> Graph transformation -> Y axis column" to "user_id" and "SQL -> Graph transformation -> Value column" to "profile_value" value.



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29187
Re:Starting ARI Data 11 Years, 10 Months ago Karma: 0
Thanks

I sent it yesterday to the indicated email

Thomas
The administrator has disabled public write access.
 
#29188
Re:Starting ARI Data 11 Years, 10 Months ago Karma: 748
Find the solution in our previous post please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29211
Re:Starting ARI Data 11 Years, 10 Months ago Karma: 0
Thanks! Great! Now I begin to understand the mechanics! Is there no tutorial with examples? Would be great for such a mighty tool.

How to ged rid of the quotation marks?
The administrator has disabled public write access.
 
Go to topPage: 1234