Jump to content

Featured Replies

Posted

Is there a reason for it?

Could contain: Logo, Text

 

Could contain: Logo, Text

Solved by Adriano Faria

Go to solution
  • Solution
This post was recognized by Marc!

Adriano Faria was awarded the badge 'Helpful' and 5 points.

I believe it shows up only in forums where the solved is enabled.

  • Author
5 minutes ago, Adriano Faria said:

I believe it shows up only in forums where the solved is enabled.

Makes sense.

Excited Golden Retriever GIF by MOODMAN

This post was recognized by Jim M!

Adriano Faria was awarded the badge 'Helpful' and 1 points.

"Thorough support. Thanks!"

2 minutes ago, My Sharona said:

Makes sense.

Excited Golden Retriever GIF by MOODMAN

Yep, just check it out.

	public function containerAllowsMemberSolvable()
	{
		return ( $this->containerAllowsSolvable() AND $this->container()->forums_bitoptions['bw_enable_answers_member'] );
	}

and

		if ( method_exists( $this, 'isQuestion' ) and $this->isQuestion() )
		{
			$showSolvedStats = TRUE;
		}
		else if ( \IPS\IPS::classUsesTrait( $this, 'IPS\Content\Solvable' ) and ( $this->containerAllowsMemberSolvable() OR $this->containerAllowsSolvable() ) )
		{
			$showSolvedStats = TRUE;
		}

and

{{if isset( $comment->author_solved_count )}}

Will show only in forums with SOLVED enabled.

Recently Browsing 0

  • No registered users viewing this page.