#6276 closed enhancement (no action required)
Give the users a message if no activity, rather than blank screen
| Reported by: | gregrickaby | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Templates | Version: | |
| Severity: | normal | Keywords: | has-patch reporter-feedback |
| Cc: |
Attachments (1)
Change History (4)
#1
@
11 years ago
- Component API → Appearance - Template Parts
- Keywords has-patch reporter-feedback added
- Milestone Awaiting Review → Under Consideration
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


Hi Greg
Thanks for starting a discussion, the patch, and (I think) your first trac ticket!
As you probably know, activity-loop.php already has a "no activity found" block, after this clause:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>I am interested to discover how you can get that first
ifto pass, yet no results be returned later within thewhileloop. I'm going to guess there might be custom code causing this, but we should figure out if that's a consequence of a bug or oversight in BuddyPress somewhere.