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 Data Tables module ?I need an example!!
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI Data Tables module ?I need an example!!
#5815
Re:ARI Data Tables module ?I need an example!! 13 Years, 8 Months ago Karma: 746
This problem with the following code in index.php file of site template:

Code:


if ($user->get('guest') == 1) {  
$headerstuff = $this->getHeadData();  
$headerstuff['scripts'] = array();  
$this->setHeadData($headerstuff); }



use the following code instead of this code:

Code:


if ($user->get('guest') == 1) {  
/*$headerstuff = $this->getHeadData();  
$headerstuff['scripts'] = array();  
$this->setHeadData($headerstuff);*/ }



we can't change this code because index.php file of site template doesn't have writable permissions.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5816
Re:ARI Data Tables module ?I need an example!! 13 Years, 8 Months ago Karma: 0
WOW!!! Amazing :3 It's working! Thank you very much, but only I have a final question... applying this new code we will not have problems using the template?

Thankyou veru much ^^
Last Edit: 2010/07/27 21:49 By Nicodemus.
The administrator has disabled public write access.
 
#5817
Re:ARI Data Tables module ?I need an example!! 13 Years, 8 Months ago Karma: 746
Old code removes all includes of javascript for guests users. With old code all of Joomla! extensions which use standard Joomla! API for loading javascript files will work incorrectly.

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