Quote:
Originally Posted by version2
Ok. Update. When using the init.php and bypassing global in hopes of the bbuserinfo not taking over I am getting an invalid posthash as a result:
PHP Code:
Invalid SQL:
SELECT COUNT(*) AS count
FROM attachment
WHERE posthash = 'invalid posthash'
AND userid =
|
All right. I am done talking to myself. Hopefully this will help someone in the future. I got around the cookie problem by declaring the username and then grabbing the bbuserinfo using that username. I am also using init.php and not global.php. Everything seems to be working. All counts are being update, etc.