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?

Datatables display ari quiz items with link
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Datatables display ari quiz items with link
#66864
Datatables display ari quiz items with link 3 Years, 7 Months ago Karma: 0
Hi Team,

I'd like to display ari quiz items in datatables with the quiz link together, any guide or topics to help us to use it?

thanks
blues
The administrator has disabled public write access.
 
#66868
Re:Datatables display ari quiz items with link 3 Years, 7 Months ago Karma: 747
Hello,

Choose "SQL" source type in "ARI Data Tables" module settings and populate "SQL query" with the following value:

Code:


SELECT QuizId, QuizName FROM bqerc_ariquiz ORDER BY QuizName ASC



Navigate to "Columns settings" parameters section, populate "Columns Settings -> ID" parameter with QuizId value and set "Hidden" to "Yes".
Also set "Columns settings -> ID" parameter to QuizName and populate "Columns settings -> Format" with the following value:

<a href="index.php?option=com_ariquiz&view=quiz&quizId={$value}">{$columns:QuizName}</a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66869
Re:Datatables display ari quiz items with link 3 Years, 7 Months ago Karma: 0
Great Thanks!
The administrator has disabled public write access.
 
Go to topPage: 1