CSS datatables freezing after including inside index.php (invision power board)

CSS datatables freezing after including inside index.php (invision power board)

dropbox1349dropbox1349 Posts: 6Questions: 2Answers: 0

For better visualization i posted question here: http://stackoverflow.com/questions/26692607/css-datatables-freezing-after-including-inside-index-php-invision-power-board


I try to include Datatables plugin inside main page of Invision Power Board (3.4) but when I include this code inside index.php

<?php include "DataTables2/examples/basic_init/ArtBooks_finale.php"; ?>

I have this output -- every jquery code are disabled and css are nulled

http://i.stack.imgur.com/zdL6c.png

but datatables output should be:

http://i.stack.imgur.com/3wYUE.png

this is the code inside index.php:

<?php
define( 'IPB_THIS_SCRIPT', 'public' );
require_once( './initdata.php' );/*noLibHook*/
require_once( IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' );/*noLibHook*/
require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' );/*noLibHook*/
ipsController::run();
exit();

Inside ArtBooks_finale.php I have this code:

http://pastebin.com/xu00KB91

I use Xampp to test site locally. Inside php.ini I have set:

allow_url_fopen=1
allow_url_include=1
This discussion has been closed.