This is based on the demo above. OK this is my first mod and I know the coding really sucks! But I thought I would get this out and see if anyone want to improve on it.
This is one of those frontpage slide shows that pulls your attachment and data from specified forums.
I hope this works for you.
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
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();
я это понял, просто спросил,
...создал допустим категорию hot news поставил в slider id или url категорию и забыл.. так нафик она нужна если можно работать только с форумом?
Раскажите подробно что с этим делать! баян
ob_start();
echo '<div>';
echo '<center>';
require_once './clientscript/slider/slider.php';
echo '</center>';
echo '</div>';
$output=ob_get_contents();
ob_end_clean();