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?

PHP variables
(1 viewing) (1) Guest
Go to bottomPage: 1234567
TOPIC: PHP variables
*
#38866
Re:PHP variables 11 Years ago Karma: 5
Ok, the only issue I now have with the server-side pagination using custom variables it that the 'filter' feature or the search field, returns "No matching records found" with each search
Last Edit: 2013/03/24 23:08 By trevor_stp.
The administrator has disabled public write access.
 
#38882
Re:PHP variables 11 Years ago Karma: 5
if this is not possible, I've found a work around from a previous post using the $REQUEST parameter

Code:

WHERE 
   name LIKE CONCAT('%', {$REQUEST:name}, '%')



thanks
The administrator has disabled public write access.
 
#38890
Re:PHP variables 11 Years ago Karma: 747
Try to use the following CSS rule when server side pagination is used:

TABLE{$id} TR TD.ari-tbl-col-6 DIV
{
color: green;
font-weight: bold;
}

About search issue where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#62646
Re:PHP variables 6 Years, 1 Month ago Karma: 5
I've recently undated the newest version of DataTables and have modified

<joomla_directory>\modules\mod_aridatatables\includes\kernel\DataTables\Models\class.DataTablesWidgetDatatableModel.php>

to include my variables as before

....options["fnServerParams"] =function(aoData){aoData.push({"name":"leagueid","value":"' . JRequest::getString('leagueid') . '"});aoData.push({"name":"memberteamid","value":"' . JRequest::getString('teamid'....

The table no longer loads when using server side pagination. The table will load when not using server side pagination.

Do I have to modify another portion of this file?
The administrator has disabled public write access.
 
#62647
Re:PHP variables 6 Years, 1 Month ago Karma: 747
Could you provide a link to a page where the problem occurs?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#62648
Re:PHP variables 6 Years, 1 Month ago Karma: 5
Something is hidden for guests. Please login or register to see it.
Last Edit: 2018/03/03 15:00 By admin.
The administrator has disabled public write access.
 
Go to topPage: 1234567