Jump to content

Search for posts of specific user in specific forum?

Featured Replies

Posted

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.

  • Community Expert

Unless I misunderstood:

C97D4040-4389-4B93-B960-DB8DAF65A48D.thumb.jpeg.0d246d8f711cadafb21170807d8ae602.jpeg

  • 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.

stalking k-pop GIF

 

This isn't tested, but you should be able to go to Advanced Search and do "Search By Author" AND choose the forums.  

  • 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. 

  • 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 by Ramsesx

  • 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;

 

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.

Recently Browsing 0

  • No registered users viewing this page.