Quote:
Originally Posted by Onkel_Tom
Hi all,
integration in vB3 works fine. I've just a problem when I logout out of the forum or the 4images Gallery I get a message saying that there was a problem to log me out.
Is that normal or missed I something ?
|
I believe that has to do with the..
Open: "forums/includes/functions.php"
Find:
$name = COOKIE_PREFIX . $name;
Replace with:
if ($name != 'sessionhash')
{
$name = COOKIE_PREFIX . $name;
}
Close and Save: forums/includes/functions.php
Someone correct me if I'm wrong?