Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AlexWright Posted September 14, 2020 Posted September 14, 2020 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.
Adriano Faria Posted September 14, 2020 Posted September 14, 2020 It's hardcoded in 30 days: public function joinedRecently() : bool { if ( $this->member_id AND $this->joined->diff( \IPS\DateTime::ts( time() ) )->days < 30 ) CoffeeCake 1
Recommended Posts