Yes, I'm admin and I can see all profiles. I haven't changed any permissions.
This seems like a really basic use pattern, but I have tried everything in asset/stream, etc, and nothing happens.
So I have one stream on the profile which I use like the blog. The user can post and people can comment. Works great and I can see in the #__comprofiler_plugin_activity this entry:
| 364 | 100 | ### | profile.### | 0 | NULL | NULL | This is a new post. | 0 | 0 | 0 | 1 | 2024-11-22 21:26:15 | NULL | {"action":{"id":0,"message":""},"link":{"url":"","media":,"thumbnail":true,"details":true},"gallery":""} | 1732310775.364 |
### is my user id.
The "Module 143" Activity Stream is used by the CB Activity Module, and all I have there is :
Stream) Asset = user
Filters) Include Assets = user,user.connections,following
, with no other changes to default.
This works great on J3, but just blank on J4. I'm not using CB Privacy or Conditionals here.
I have debugging turned on and no crash messages.
I put debugging code at the top of /modules/mod_cbactivity/mod_cbactivity.php - and it's not even running!