PDA

View Full Version : Integration with vBulletin - FPSlideshow 1.7.2 on VBAdvanced 3.01


belai123
05-30-2008, 10:00 PM
Instructions on adding Slideshow to VBAdvanced CMPS v3.0.1

This works for VBAdvanced CMPS v3.0.1 using Slideshow v1.7.2

I have figured out how to add this to VBAdvanced:
See it in action here: http://menopause911.com

You need FPSlideshow 1.7.2 (http://joomlaworks.gr) and VBAdvanced 3.01 (http://www.vbadvanced.com)


This assumes your VBAdvanced is in root and your forum is in a folder in root.


Follow the instructions here:
1. Upload the entire mod_fpslideshow folder to the root of your forum (ex : /forumfolder/mod_fpslidehow/

2. now, open the mod_fpslideshow.php file

a. change the path to >>>> '/forumfolder/mod_fpslidehow/'
b. add the forum ids you will be using ex: (119,80,22)
make sure you already have test threads created in these forums prior to adding this to your modules folder with thumbnails already attached to those threads and allowing guest downloading access via the admincp forum permissions.

b. find in mod_fpslideshow.php

Code:
$use_mootools = 1; change the "1" to 0; if you get java errors. I didn't have to change this.

3. THIS IS IMPORTANT:

a. Change require_once('./includes/class_bbcode.php');
to require_once('forumfolder/includes/class_bbcode.php');

b. Change all references to: <?php echo $fpssfolder;?>/mod_fpslideshow/...... to
<?php echo $fpssfolder;?>/........ In otherwords: Delete any reference to the /mod_fpslideshow/ folder throughout the code in mod_fpslideshow.php



4. Upload the mod_fpslideshow.php to your forum/modules folder via ftp.

now, in your admincp cmps
>>modules >> add module >> php file
add the mod_fpslideshow.php

title = news
1. identifier = fpslideshow
2. clean file output? = yes
3. use module wrapper? = no

save, then activate the file on your cmps.

Good Luck

karel1985
05-31-2008, 10:26 PM
hi belai123,

i saw that your demo link is not working (not here anyway...)

here i give my site so you can add it to the first post. I now use fpss for about a year so

www.pc-helpforum.be

Best regards,

Karel B

belai123
06-01-2008, 01:38 PM
Fixed the website url. Thanks

FleaBag
06-01-2008, 02:18 PM
Nice hack, although on your site it cycles through far too fast - I wasn't able to finish reading a single slide.

belai123
06-01-2008, 03:28 PM
Fixed that thanks

pericolosogr
06-01-2008, 03:33 PM
Perfect, i was looking for somethin like that long time now...

solidlink
06-02-2008, 08:09 PM
hmmm just wondering how well it integrates... if only a vbulletin coder will work on a similar one then it would be great :D

Lionel
06-02-2008, 08:27 PM
hmmm just wondering how well it integrates... if only a vbulletin coder will work on a similar one then it would be great :D

https://vborg.vbsupport.ru/showthread.php?t=168354

solidlink
06-02-2008, 11:53 PM
https://vborg.vbsupport.ru/showthread.php?t=168354

thanks! :D

crkgb
06-05-2008, 01:59 AM
I already have 1.6. Just downloaded 1.7.2 for vbadvanced and the file inside is frontpageslideshow-v1.6rev1_vBulletin - basically just wasted 1 out of five downloads.

Where is the difference?

pcoskat
06-19-2008, 02:59 PM
This one (as well as the one from vB Cover) only displays the upper left corner of an image. Does anyone know of a slideshow product that has another type of display?

buurman
10-10-2008, 03:39 PM
Damn, could just have my money thrown away... cant get this to work..

Tryed all the manuals available, 3 or 4 of them.. but it sucks..

tiekie
11-13-2008, 03:45 AM
Where is the admincp cmps?

I looked all over for it in my vbulletin admin panel but cannot locate it

burridl
01-08-2009, 10:41 AM
Works a treat. Many thanks for this :) Made my site look much more professional.

Wilfred1
04-24-2010, 08:09 AM
I know this is old but I am trying to get my FPSS v1.7.2 to get the data from my vb v3.8.5 and show on the vba CMPS.

I have the demo data showing but can't figure out how to get the data from the forums.

Any ideas - thanks