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?

Problem in Back End
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Problem in Back End
#57444
Problem in Back End 8 Years ago Karma: 0
I am an ARI Data Tables pro user, and have recently noticed that there is a problem in the back-end display when editing ARI Data Tables module.

Specifically, many of the drop-down fields are not shown correctly as drop-downs (see the attached screenshot).


I have tracked down the issue, and it seems to be caused by the combination of a dependency on mootools, and the fact that mootools is loaded later, after cloner.js (instead of before).

Here is a patch that I applied to fix the issue in my installation:

Code:


--- elementscloner.php.ORIG 2016-04-17 15:35:42.099283526 -0400
+++ elementscloner.php 2016-04-17 15:20:48.416987617 -0400
@@ -117,14 +117,15 @@
  $uri = $this->_getRootAssetsUri();
 
  $document =& JFactory::getDocument();
 
  if (J3_0)
  {
  JHtml::_('jquery.framework'); 
+ JHtml::_('behavior.framework', true);
  }
  else
  {
  $document->addScript('//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js');
  $document->addScript($uri . 'jquery.noconflict.js');
  }




I hope that this is helpful to others who may be encountering this issue!

Josh Diamond
The administrator has disabled public write access.
 
#57451
Re:Problem in Back End 8 Years ago Karma: 747
Hello,

Check that you use the latest version of the extension (1.15.6). It is available in "Member Area".

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