Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
teraßyte Posted March 13, 2022 Posted March 13, 2022 Setup a new achievement with the following options: Reaction is given Add a location condition It is a Topic Add a forum filter Remove the "It is a Topic" location condition Click again "Add a location condition" The "Add a forum filter" option is now gone. Changing the location option does nothing to fix it either. Deleting first the "Add a forum filter" condition and only then the location condition still works. The issue only appears when you delete the location condition without removing the filter condition. You can reproduce with any any content item that adds a filter, not just topics.
teraßyte Posted March 13, 2022 Author Posted March 13, 2022 (edited) While you're checking that you might also want to fix the example file applications\core\data\defaults\extensions\AchievementAction.txt which contains a typo in the rebuildRow() function on line 161: public static function rebuildRow( $row, $data ) { // This method runs the achievementAction on the table row from the table (or tables) you specified in rebuildData() // You are welcome to load any classes, etc you need here. //IPS\Member::loggedIn()->achievementAction( '{app}', '{class}', $row['field_id'] ), \IPS\DateTime::ts( $row['field_date'] ) ); } There is an extra closing parenthesis after $row['field_id']. 😋 Edited March 13, 2022 by teraßyte SeNioR- 1
Recommended Posts