Jump to content

Featured Replies

Posted

Is there a way to edit how long the "new member" status stays with a member? In talking about the little icon under user avatars in the 4.5 update. Help appreciated.

It's hardcoded in 30 days:

	public function joinedRecently() : bool
	{
		if ( $this->member_id AND $this->joined->diff( \IPS\DateTime::ts( time() ) )->days < 30 )

 

Beat me to it! 🙂

Recently Browsing 0

  • No registered users viewing this page.