Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Askancy Posted August 5, 2019 Share Posted August 5, 2019 Why not extend the reactions even in private messages? Reactions are useful in private messages with multiple users or at the end of a conversation Link to comment Share on other sites More sharing options...
Maxxius Posted August 6, 2019 Share Posted August 6, 2019 I don't know personally.. Seems a bit unnecessary imho. However if such a feature comes to light, it should have different settings how reputation is counted in private messages as opposed to public forums. Link to comment Share on other sites More sharing options...
Adriano Faria Posted August 6, 2019 Share Posted August 6, 2019 1 hour ago, Maxxius said: However if such a feature comes to light, it should have different settings how reputation is counted in private messages as opposed to public forums. It would be like receive likes on a private forum. Your reputation is increasing but people don’t know how. Technically not possible today as private messages aren’t content items. Link to comment Share on other sites More sharing options...
newbie LAC Posted August 6, 2019 Share Posted August 6, 2019 6 minutes ago, Adriano Faria said: Technically not possible today as private messages aren’t content items. Link to comment Share on other sites More sharing options...
Adriano Faria Posted August 6, 2019 Share Posted August 6, 2019 🤣 Nevermind then... weird because I had to add it manually here: 🤷🏻♂️ Mobile phone now... can’t check it. Link to comment Share on other sites More sharing options...
newbie LAC Posted August 6, 2019 Share Posted August 6, 2019 https://invisioncommunity.com/files/file/8928-canned-replies/ \IPS\Application::allExtensions( 'core', 'ContentRouter', TRUE, NULL, NULL, TRUE ) There is no ContentRouter extension (with defined class) for private messages. So you added it manually. Link to comment Share on other sites More sharing options...
Adriano Faria Posted August 6, 2019 Share Posted August 6, 2019 Used contactRouter indeed. Will reply back later after check. 👍 $classes = array( 'IPS\core\Messenger\Conversation' => 'personal_conversation_pl' ); foreach ( \IPS\Application::allExtensions( 'core', 'ContentRouter', TRUE, NULL, NULL, TRUE ) as $router ) { foreach( $router->classes as $class ) 👍 Link to comment Share on other sites More sharing options...
Askancy Posted August 6, 2019 Author Share Posted August 6, 2019 I believe it is possible to block the increase in reputation for private messages. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.