I have vb3.6 with pp
I was getting 2 errors from incoming links to the show image pages.
one was that it couldnt find './includes/functions_showthread.php'
so for a quick fix I commented out the require_once line below. I think the problem is that when you integrate 3.6, it sees that vb35 is off and still runs this code under certain circumstances. This line was in Gallery/header-inc.php
Code:
Content visible to verified customers only.
My next error had to deal with not being able to find parse_bbcode($markup);
I commented out this line in Gallery/forums/vb3.php
Code:
Content visible to verified customers only.
Everything seems to be working great now. Thanks for the nice product, its an excellent starting point for me to build off of!