Quote:
Originally Posted by DS MrSinister
please post your code so i can see what you are trying doing?
|
Created a PHP widget
Quote:
ob_start();
echo '<div>';
echo '<center>';
require_once './clientscript/slider/slider.php';
echo '</center>';
echo '</div>';
$output=ob_get_contents();
ob_end_clean();
|
and i've modified the code in slider.php with
Quote:
$forumid = array(23); // Set forum IDs here.
$limit = '4'; // Limit the displayed slides
$chars = 120; // Character limit for the slide text, e.g. 100 is 100 characters limit.
$words = 20; // Word limit for the slide text, e.g. 20 is 20 words limit
/* ------------------------------ NOTHING TO CHANGE BELOW THIS LINE ------------------------------ */
|