Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ramsesx Posted June 19, 2019 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.
Ramsesx Posted June 19, 2019 Author 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.
Joel R Posted June 19, 2019 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.
Ramsesx Posted June 19, 2019 Author 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.
Daniel F Posted June 19, 2019 Posted June 19, 2019 Sure, create a stream and use the Node + Ownership filter.
Ramsesx Posted June 19, 2019 Author 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?
DawPi Posted June 19, 2019 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;
bfarber Posted June 20, 2019 Posted June 20, 2019 If no explicit time is specified it defaults to 365 days, but you can override that.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.