Quote:
Originally Posted by SBlueman
I have been using the Joomblaworks Frontpage Slideshow on my NFL forum for a year now and while it was a nightmare to install and configure (please do not ask how I did it...all I know is I kept messing around with the settings, then by luck they came up right and I never looked back) I have to say I love the feature.
I even came up with this modification that allows you to define the order of news shown in the Frontpage slideshow. This way you don't have to just have the newest thread shown first:
Define Order Of News Shown With Frontpage Slideshow
|

OMG!! How could it possibly be a nightmare to install?
It was very easy to install and I had it up and running in less than 5 mins. The hardest part I find is finding photos big enough to fit the dimensions I've set on fpss. I don't know... it may be that I'm running vb 3.7.3 and vba 3.0.1 that helped.
--------------- Added 07 Sep 2008 at 03:51 ---------------
Quote:
Originally Posted by aztecboi2003
Can you share the code you used to make the plugin? I have FPSS and was thinking of buying vb slideshow.
|
Sure.. here is the code that I used:
Code:
ob_start();
include('fpss/mod_fpslideshow.php');
$jwfpss = ob_get_contents();
ob_end_clean();
It's all here on this link:
http://forum.joomlaworks.gr/index.php?topic=99.0