This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

bbwrapper error or bug


avatar
capslock 0
From: -
bbwrapper error or bug

I'm not sure it is a bug, but in login_header (using bbwrapper) it tells anyone to have always 60 new private messages, even if i try to cancel all them or if i login with another account or another pc.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: bbwrapper error or bug
avatar
Administrator
1340
From: Vienna, Austria
bbwrapper error or bug

Found the problem. You need to replace the following in bbwrapper.php:

$query = mysql_query("SELECT userid FROM $table WHERE username = '$username'");

with:

$query = mysql_query("SELECT userid FROM $table WHERE username = '$user'");

Does this work?
1 Re: bbwrapper error or bug
avatar
Administrator
1340
From: Vienna, Austria
bbwrapper error or bug

Thanks. I will try it on a local vBulletin/Storyteller installation later.
1 Re: bbwrapper error or bug
avatar
OP 0
From: -
bbwrapper error or bug

3.07
1 Re: bbwrapper error or bug
avatar
Administrator
1340
From: Vienna, Austria
bbwrapper error or bug

Which version of vBulletin?
1 Re: bbwrapper error or bug
avatar
OP 0
From: -
bbwrapper error or bug

vbulletin
1 Re: bbwrapper error or bug
avatar
Administrator
1340
From: Vienna, Austria
bbwrapper error or bug

Which bbwrapper are you using?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.