Opened 15 years ago
Closed 15 years ago
#1194 closed defect (bug) (worksforme)
status updates - delete and site wide activity
Reported by: | belogical | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | status updates, site wide activity, delete | |
Cc: |
Description
1) The first time you update your status it shows up in the site wide activity. Any future updates do not show up in the SWA (this might be by design).
2) I updated my status, then changed it to a second status. I went to look at the SWA and the initial status is still in the SWA and not the newest one. I tried to delete the initial status update from the SWA and was unable to do so. When you click delete, nothing happens.
3) I tried a status update on testbp.org and the status update posted twice. See http://testbp.org/members/belogical/
4) I just created a new user on my development site and no status updates are going to the SWA for that user.
Change History (6)
#3
@
15 years ago
- Resolution invalid deleted
- Status changed from closed to reopened
all 4 of these are bugs on my brand new install. did you try all of these? look at #3 and the double posts on testbp.org
#4
@
15 years ago
I cannot recreate these, although ticket 1073 deals with duplicate status updates. Please post on the forums and we can discuss these and see if anyone else is having them to confirm.
#5
@
15 years ago
This is working as expected unless you can show me an installation where what you've described is happening.
Look in bp-status.php in the function bp_status_clear_existing_activity. If the two updates are within 5 minutes of each other, it will delete the previous status update and replace it with the new one.
This works fine for me. What you might have found is if you post a status update too quickly (2 or 5 minutes, I think), it doesn't update the SWA to prevent spamming that.