Posted June 19, 20196 yr As far as I know this is not possible? Or is it? I mean, showing all posts of a specific user in a specific forum? Thanks.
June 19, 20196 yr Author 5 minutes ago, Adriano Faria said: Unless I misunderstood: I mean, for example, showing all posts of Adriano Faria in the forum Product Guidance.
June 19, 20196 yr This isn't tested, but you should be able to go to Advanced Search and do "Search By Author" AND choose the forums.
June 19, 20196 yr Author 3 minutes ago, Joel R said: This isn't tested, It was tested by me and wasn't working, thus this created topic. If you don't add a keyword the search isn't possible.
June 19, 20196 yr Author 34 minutes ago, Daniel F said: Sure, create a stream and use the Node + Ownership filter. Thanks, that's cool, except it only throws out max. last 365 days? Never mind, Specific date range works now. @Daniel F Any time shows only 365 days, a bug? Edited June 19, 20196 yr by Ramsesx
June 19, 20196 yr Community Expert Feature: /** * "All Activity" Stream * * @return \IPS\core\Stream */ public static function allActivityStream() { $stream = new static; $stream->id = 0; $stream->include_comments = TRUE; $stream->date_relative_days = 365;
June 20, 20196 yr If no explicit time is specified it defaults to 365 days, but you can override that.
Archived
This topic is now archived and is closed to further replies.