Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Ramsesx Posted June 19, 2019 Share Posted June 19, 2019 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. Link to comment Share on other sites More sharing options...
Adriano Faria Posted June 19, 2019 Share Posted June 19, 2019 Unless I misunderstood: Link to comment Share on other sites More sharing options...
Ramsesx Posted June 19, 2019 Author Share Posted June 19, 2019 5 minutes ago, Adriano Faria said: Unless I misunderstood: I mean, for example, showing all posts of Adriano Faria in the forum Product Guidance. Link to comment Share on other sites More sharing options...
Joel R Posted June 19, 2019 Share Posted June 19, 2019 This isn't tested, but you should be able to go to Advanced Search and do "Search By Author" AND choose the forums. Link to comment Share on other sites More sharing options...
Ramsesx Posted June 19, 2019 Author Share Posted June 19, 2019 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. Link to comment Share on other sites More sharing options...
Daniel F Posted June 19, 2019 Share Posted June 19, 2019 Sure, create a stream and use the Node + Ownership filter. Link to comment Share on other sites More sharing options...
Ramsesx Posted June 19, 2019 Author Share Posted June 19, 2019 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? Link to comment Share on other sites More sharing options...
DawPi Posted June 19, 2019 Share Posted June 19, 2019 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; Link to comment Share on other sites More sharing options...
bfarber Posted June 20, 2019 Share Posted June 20, 2019 If no explicit time is specified it defaults to 365 days, but you can override that. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.