![]() |
|
#1
|
||||
|
||||
|
This works for VBAdvanced CMPS v3.0.1 using Joomla Works Slideshow v1.7.2
http://joomlaworks.gr/index.php Use the Vbulletin pack I have figured out how to add this to VBAdvanced: See it in action here: http://menopause911.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 Last edited by belai123; 06-03-2008 at 02:13 PM. Reason: update |
|
#2
|
|||
|
|||
|
Thanks belai. Just one question: what version in pack? "Static PHP Version"?
SLIDESHOW.JPG Thanks, the hook from vbulletin version cause problems with new attachments (vBulletin 3.7.x) and this is the solution to that problem
Last edited by vitoreis; 06-01-2008 at 06:32 PM. |
|
#3
|
|||
|
|||
|
How much is 22 Euros to Dollars
|
|
#4
|
|||
|
|||
|
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
Belai,
Thank you for the detailed tutorial!! How many queries (if any) does Joomla slideshow add? |
|
#7
|
|||
|
|||
|
Has anyone got this working on the portal.
I have had no luck following the above. Thanks. |
|
#8
|
|||
|
|||
|
Never mind the above.
I got this working using the latest version of VBAdvanced CMPS with vBulletin 3.7.3 and fpss v 1.6 which is packed for vBulletin. The above does not work at all for me. Give me a little time and I will make a new post with detailed instructions if anyone wants to know how to get this to work. |
|
#9
|
|||
|
|||
|
Quote:
My forum files are located at "mysite.com/forums", so, for instance, the "Read More" link is missing the forum/ path. |
|
#10
|
|||
|
|||
|
In mod_fpslideshow.php...
Find this... Line number 195 and 196 PHP Code:
Just add "forums/" in front of showthread.php and attachment.php PHP Code:
And the same for line number 294 and 295 Find PHP Code:
And replace as above with this... PHP Code:
Hope this helps... |
|
#11
|
|||
|
|||
|
|
|
#12
|
|||
|
|||
|
I got mine working on vb3.7.3 pl1 vba3.0.1 with no changes in code except for pointing it to my forum ids.
Where do we get images large enough to display in the slideshow? |
|
#13
|
|||
|
|||
|
Anyone got a better manual to get this working on the vbulletin front page? (vBa v3.0 vB v3.7.2)
I have tried their installation instructions (which only loads the slideshow in the forums) and I have tired these instructions and still no joy in making this a module in vBa. Any one know where to go with this one? Any help would be greatly appreciated. |
|
#14
|
|||
|
|||
|
Well, I have set up the slideshow these days here: http://www.feelinggood24.de
I have vbAdvanced installed in the website root: http://www.domain.com/ the forum is located in a subfolder: http://www.domain.com/forum/ The slideshow is located inside the forum-folder: http://www.domain.com/forum/fpss/ For a setup like this - and make the slideshow work at the vbAdvanced pages - you need to change the following in the file mod_fpslideshow.php : ------------------------------------------------------ $fpssfolder = 'fpss'; // Path to FPSS folder, relative to vBulletin root. replace with: $fpssfolder = '/forum/fpss'; // Path to FPSS folder, relative to vBulletin root. require_once('./includes/class_bbcode.php'); replace with: require_once('/path/to/your/forum/includes/class_bbcode.php'); $link = "showthread.php?t=".$threadid.""; replace with: $link = "/forum/showthread.php?t=".$threadid.""; $imagepath = "attachment.php?attachmentid=".$pic['attach']; replace with: $imagepath = "/forum/attachment.php?attachmentid=".$pic['attach']; $navlink = "showthread.php?t=".$threadid.""; replace with: $navlink = "/forum/showthread.php?t=".$threadid.""; $imagepath = "attachment.php?attachmentid=".$pic['attach']; replace with: $imagepath = "/forum/attachment.php?attachmentid=".$pic['attach']; ------------------------------------------------------ ... so you just have to adjust the paths to also work outside the forums folder. These changes are assuming, you are using the latest version of the slideshow. larina |
|
#15
|
|||
|
|||
|
Quote:
http://us.fotolia.com/ Here is a big source of grafics, which you can buy for use at websites. One pic about 400x300 px costs about $1, just to give an example. larina |
|
#16
|
|||
|
|||
|
Quote:
If you whish to add some text to the module - like I did - just copy the code out of your module wrapper template, create a new template with this code, and add your text into it. Make than sure, that your module is using this template as module wrapper and set "use module wrapper?" to yes. |
|
#17
|
|||
|
|||
|
One last note ... the slideshow produces xhtml-errors when validating the page. I asked for support on this, but got no answer yet. If I will get an answer, I will post the solution here. Otherwise you also can load the slideshow via iframe (call the iframe from inside the template), that also prevents the page being xhtml-invalid. I don't like iframes, as search engines don't like them. But in this case I think I have to make an exception if there won't be any other solution.
|
|
#18
|
|||
|
|||
|
Quote:
And their support refuses to answer me
|
|
#19
|
|||
|
|||
|
oh my, hopefully I am not confusing you. I was again playing around with it, and found what was wrong ... I made myself a html-mistake in the module I have put it into.
Sorry for confusion, slideshow is xhtml-valid
|
|
#20
|
|||
|
|||
|
Quote:
sorry, forgot to thank you, that worked. See it in action: www.theblueandsilver.com |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| slideshow module ?? | esleague | Module & Modification Discussion & Requests | 0 | 02-26-2007 02:03 PM |
| Adding a Rotating Banner/Ad to VBAdvanced CMPS | Roms | Add-On Modules & Modifications | 29 | 07-25-2006 11:58 AM |
| Adding a Rotating Banner/Ad to VBAdvanced CMPS | aaamaretto | "How Do I..." Questions | 1 | 07-11-2006 02:18 PM |
| Adding/Creating a custom PHP Page : Instructions | jim6763nva | "How Do I..." Questions | 7 | 11-27-2005 09:14 AM |
| Adding in CMPS to vBadvanced | Dee | Troubleshooting / "How do I..." Questions | 16 | 10-19-2004 05:27 PM |