To the people having tourble with the modification. Replace you hacked code with this and tell me if it helps anything:
PHP Code:
if ($bbuserinfo['nosessionhash'] == 1)
{
$session['sessionhash'] = '';
$session['sessionhashnoamp'] = '';
$session['sessionhashamp'] = '';
}
else
{
$sessionurl_al = $session['dbsessionhash'];
// new template var's fallow
$session['sessionhashnoamp'] = 's=' . $sessionurl_al . '';
$session['sessionhashamp'] = 's=' . $sessionurl_al . '&';
}
I do not have a installation of vB 2.x.x to test with ATM but will set up a test board if this dose not solve your problems