hello,
To solve the problem with those two errors about ksort() and foreach() follow this steps
- install vbmicrostats with the instructions provided
- install thisPhotopost fix
- edit pp-inc (instructions below)
- edit forum/includes/xml/hooks_vbulletin.xml
in photopost file pp-inc.php find
PHP Code:
if ( !empty($vbfooter) && $headers != "no" )
{
replace with
PHP Code:
if ( !empty($vbfooter) && $headers != "no" )
{
require_once(DIR . '/includes/class_hook.php');
($hook = vBulletinHook::fetch_hook('photopost_displaymicrostats')) ? eval($hook) : false;
print $vbfooter;
}
in forum/includes/xml/hooks_vbulletin.xml at the bottom
HTML Code:
<hooktype type="photopost">
<hook>photopost_displaymicrostats</hook>
</hooktype>
make sure you change the hook location to the new one (step 2 in the list) upload all changed files in acsi mode
also make sure that your photopost admin => edit integration has been turned on