Page 1 of 1

[Solved] 1 new message bug

PostPosted: Tue May 09, 2006 7:49 am
Author: ayasha
:sigh: how do i get rid of the 1 new message showing for my members when they have no new message?

there was a fix for this on the old support forum, i had it bookmarked, :lol:

thanks in advance guys <img>

Re: 1 new message bug

PostPosted: Tue May 09, 2006 8:07 am
Author: found it
run this query in your database

Code: Select all
 UPDATE phpbb_users SET user_unread_privmsg = '0' ;


lemme know

:mrgreen:

PostPosted: Tue May 09, 2006 8:29 am
Author: ayasha
thanks found it, i will let you know as soon as i know <img>

PostPosted: Tue May 09, 2006 12:49 pm
Author: ayasha
that did it <img> thanks bunches found it

Re: 1 new message bug

PostPosted: Tue May 09, 2006 1:21 pm
Author: found it
no problem happy to help.....could you add a solved please...

:mrgreen:

Re: 1 new message bug

PostPosted: Tue May 09, 2006 1:37 pm
Author: Southern Man
I seem to remeber I did this through the ACP using Database Maintenance, might be easier for those not happy running queries <img>

PostPosted: Wed May 10, 2006 9:26 am
Author: tekguru
Which exact option as I can't see this one in there?