Quote:
Originally Posted by nerofix
I have a major problem: when posting a visitor message on foreign profiles, the message is showing up in my profile only .. can you reproduce this?
|
I haven't tested this, but just thought of it while I was out.
In includes/ces_permissions.php, find:
PHP Code:
global $vbulletin, $post, $userinfo, $nuwiki;
Replace with:
PHP Code:
global $vbulletin, $post;
That may even solve the 3.6.5 DB error. But then again I just thought of this a few minutes ago.