I am having a little problem with my friend request count in the member menu. I have zero request and for 1 user it shows 2 and another user has 4, but neither have a open request. I believe I need to reset to zero in the table, is anyone else seeing this? I have attached a file showing it. Thank you for your time. Michael |
Is it shown in member menu only ? or in account and connections pages as well ?
Also can you reproduce it on demo.boonex.com ?
Rules → http://www.boonex.com/terms |
My fault Alex, I did not see your post. It seems things are a little different now, the count is not at 2 anymore but 1 on my system. Maybe the cache just needed to be cleared, not sure. I went on the demo system and was able to see it is also set to 1, but nothing in the request area. It looks like the problem is just that the count starts at 1 not 0. I have attached a photo of the demo and my system. Michael |
Try to clean /cache/ folder manually (leave only .htaccess file there), if it doesn't help - then we need steps on how to reproduce it. Rules → http://www.boonex.com/terms |
Hello Alex,
I have been emptying the cache manually almost every hour for the past few weeks, because I am tweaking the site. Today I had to turn caching off to fix a problem and now the admin account is correct. My test user was still off by 3, so I just did the same thing. I turned all caching off, manually cleaner the cache in the 3 places I know of and cleared the browser cache. I logged in as my test user, but the count is still at 3.
I have been trying to recreate the problem on my site and the demo site with no luck. Although the demo/test users count is off by 1. It must have something to do with the sequence, I will keep my eye out for what is causing it and let you know if i figure it out.
Michael |
Thank you, will wait for more clues. Rules → http://www.boonex.com/terms |
Have same problem, user menu box shows 2 friend requests but there are no open request to or from any member |
Try this, open /inc/classes/BxDolFriendsPageView.php and change this:
// get all friends requests ;
$iFriendsRequests = getFriendNumber($iMemberId, 0) ;
To this:
// get all friends requests ;
$iFriendsRequests = getFriendRequests($iMemberId, 0) ;
Have same problem, user menu box shows 2 friend requests but there are no open request to or from any member
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
|
Anyone knows if this bug fix has been added to the SVN yet? Geeks, making the world a better place |
Rules → http://www.boonex.com/terms |
I have this problem, I think it is time that the menu show my friendship requests + friends request to me. but in the shows page sow only of friend requests to me, my friend request not sow
sincerly
brunno |
I think this bug is not fixed complete, I am still get dupplicate counts on Notification Block and Friend Timeline Block in member page. |
Please describe problem with more details, it is better with screenshots
I think this bug is not fixed complete, I am still get dupplicate counts on Notification Block and Friend Timeline Block in member page.
Rules → http://www.boonex.com/terms |