Jump to content

Search for posts of specific user in specific forum?


Ramsesx

Recommended Posts

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

Posted
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?

Posted

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;

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...