ive got this working just fine in the vbadvanced, im currently trying to get it to work with vbportal
i made a seperate slideshow.php file and configured it properly, and created a new php center block in vbportal with no templates and the code:
Quote:
global $db, $vbphrase;
@include_once('path/to/filefromthread/slideshow.php');
|
it seems to access the php file just fine, however for some reason the javascript isn't working properly and i get javascript errors and the page doesn't load
Quote:
Line: 69
Char: 2
Error: 'playButton' is null or not an object
Code: 0
|
I understand this mod was made for vb advanced, but I use vbportal as well and I don't think it would hurt to try and figure out how to get it to work on both. if anyone has vbportal and wants to help me try and figure out whats wrong, please do. I'll continue on my own anyway.