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?

ARI Smart Content - Data Table and serverside pag
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI Smart Content - Data Table and serverside pag
#52195
ARI Smart Content - Data Table and serverside pag 9 Years, 5 Months ago Karma: 0
Hi,

I'am using the module ARI Smart Content - Data Table. One of the databasefields consists of the plugincode to view one or more pictures with the integrated Sexybox. Untill now that works fine. Complement for the great work.

Because of the long loading time for the tabledata I switched to the option for “server side pagination”. It delivers fast loading of the page and table but the link to the sexybox plugin doesn’t work anymore. In stead the plugincode is displayed on the screen.
You can see it at my testsite: http://test.liemersmuseum.nl/bidprentjes

How can I get the integrated plugin sexybox working again?

Regards,

Menno Dijkhuizen
The administrator has disabled public write access.
 
#52205
Re:ARI Smart Content - Data Table and serverside pag 9 Years, 5 Months ago Karma: 747
Hello,

We will add a new plugin for "Sexy Lightbox" application which will support ability to use the lightbox via HTML code and it will work with "Data Table" when "Server side pagination" is enabled. The update will be available within a couple of days.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#52223
Re:ARI Smart Content - Data Table and serverside pag 9 Years, 5 Months ago Karma: 747
Hello,

We sent the plugin and instructions how to configure it by email. Check it please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#52231
Re:ARI Smart Content - Data Table and serverside pag 9 Years, 5 Months ago Karma: 0
Thank's for the plugin.
I tested it and the fields in the table with links are working fine.

But I've now a problem with searching in the table.
- with serverside pagination OFF the search behaviour was fine: I could search through all columns by filling the searchwindow with more then one searchword separated by a space. Just like the tables on your demo-pages.
- with serverside pagination ON the search is limited to only one column. Using a space after the first searchword is no longer possible.

Is there a way to get the original search method back?

regards
Menno Dijkhuizen
The administrator has disabled public write access.
 
#52238
Re:ARI Smart Content - Data Table and serverside pag 9 Years, 5 Months ago Karma: 747
The extension is searching by all searchable fields using "OR" operator and a search string When "Server side pagination" is used. It doesn't split search string into several parts. For example if search string is "alex smith" (without quotes) and the following SQL query is used to retrieve data:

SELECT * FROM #__users

and "name" and "username" are marked as searchable then the query will be modified to:

SELECT * FROM #__users WHERE `name` LIKE '%alex smith%' OR `username` LIKE '%alex smith%'

Regards,
ARI Soft
The administrator has disabled public write access.
 
#52241
Re:ARI Smart Content - Data Table and serverside pag 9 Years, 5 Months ago Karma: 0
Thank you for the explanation.
I will have to deal with the slow loading if I want to do a search over more then one column.

regards and thanks again,

Menno Dijkhuizen
The administrator has disabled public write access.
 
Go to topPage: 12