Показать сообщение отдельно
Старый 11.11.2013, 04:18 Вверх   #4
Коварный тип
 
Аватар для Serberg
Serberg вне форума
Доп. информация
Стрелка [WIDGET] Slider

[WIDGET] Slider

источник

Install:

Edit slider.php and at line 100:

$forumid - set the forum to pull slides
$limit - set the number of posts
$chars - set the total number of characters
$words - set total number of words

Upload Files.

Create PHP Widget and inser the following code:

ob_start();
echo '<div>';
echo '<center>';
require_once './clientscript/slider/slider.php';
echo '</center>';
echo '</div>';
$output=ob_get_contents();
ob_end_clean();

slider.zip (4.1 Кб)
  Ответить с цитированием
 
Время генерации страницы 0.06879 секунды с 9 запросами