Special thanks to Revan and Boofo for being the guinea pig.
To have vBMicroStats working with PhotoPost, follow those simple steps.
Open
pp-inc.php file and find:
PHP Code:
if ( !empty($vbfooter) && $headers != "no" )
{
Replace it with:
PHP Code:
if ( !empty($vbfooter) && $headers != "no" )
{
require_once(DIR . '/includes/class_hook.php');
($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false;
Then install the attached plugin.