Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SimpleDir - Directory listing plugin
#47
Hi,

hmm, that problem was much easier to solve than I could have hope for...

DataTable has in internal option to acknoledge the fact that the table is re-initialized while that is not supported... It will just return the current table instead WITHOUT a warning message.

Here is what I did:
In the plugin/simpledir folder I added one line to the display_functions.php. In line 275 and below is the definition of DataTable, I added the last line with the "retrieve" Option.
Code:
  // Configuration for DataTable
  $datatable = array();
  $datatable['aaSorting'] = array();
  $datatable['lengthMenu'] = array(5, 10, 25, 50, 75, 100);
  $datatable['bFilter'] = $params['showfilter'];
  $datatable['bSort'] = $params['sortable'];

  if ($params['showinitial']) {
    $datatable['pageLength'] = $params['showinitial'];
    $datatable['bPaginate'] = true;
  } else {
    $datatable['bPaginate'] = false;
  }

  $datatable['retrieve'] = true;

Sorry, but I overlooked this option when I first read the article about the error code...

But that way, maybe someone else can use this solution as well.

Best regards,
 Andreas.
Reply


Messages In This Thread
SimpleDir - Directory listing plugin - by RobA - 2011-11-02, 01:37:02
RE: SimpleDir - Directory listing plugin - by A.Harrenberg - 2017-06-29, 06:45:55
SimpleDir - Directory listing plugin - by jyoz22 - 2011-11-02, 03:42:34
SimpleDir - Directory listing plugin - by mvlcek - 2011-11-02, 04:06:50
SimpleDir - Directory listing plugin - by RobA - 2011-11-02, 05:04:27
SimpleDir - Directory listing plugin - by mvlcek - 2011-11-02, 05:47:53
SimpleDir - Directory listing plugin - by RobA - 2011-11-03, 03:55:45
SimpleDir - Directory listing plugin - by RobA - 2011-11-06, 07:35:47
SimpleDir - Directory listing plugin - by RobA - 2011-11-06, 07:37:52
SimpleDir - Directory listing plugin - by shawn_a - 2011-12-09, 07:44:51
SimpleDir - Directory listing plugin - by RobA - 2011-12-09, 09:22:33
SimpleDir - Directory listing plugin - by shawn_a - 2011-12-10, 01:01:54
SimpleDir - Directory listing plugin - by RobA - 2011-12-10, 04:49:42
SimpleDir - Directory listing plugin - by shawn_a - 2011-12-13, 03:54:57
SimpleDir - Directory listing plugin - by shawn_a - 2012-06-06, 04:17:01
SimpleDir - Directory listing plugin - by maxpop - 2012-08-21, 04:24:56
SimpleDir - Directory listing plugin - by RobA - 2012-08-23, 03:35:45
SimpleDir - Directory listing plugin - by chaos - 2012-09-15, 17:12:46
SimpleDir - Directory listing plugin - by RobA - 2012-09-17, 01:19:26



Users browsing this thread: 1 Guest(s)