Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
teraßyte Posted February 24, 2022 Posted February 24, 2022 (edited) This is the code in applications/core/widgets/achievements.php on lines 51-54: $form->add( new \IPS\Helpers\Form\CheckboxSet( 'achievements_to_show', isset( $this->configuration['achivements_to_show'] ) ? explode( ',', $this->configuration['achivements_to_show'] ) : [ 'badges', 'ranks' ], TRUE, [ 'options' => [ 'badges' => 'block_achievements_badges', 'ranks' => 'block_achievements_rank', ] ] ) ); The setting's key is achievements_to_show but the isset/explode instead use achivements_to_show (the first e is missing). Edited February 24, 2022 by teraßyte SeNioR- 1
Solution Daniel F Posted February 24, 2022 Solution Posted February 24, 2022 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
Recommended Posts