Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted Friday at 11:52 AM1 day It would probably take a miracle from the heavens above to restore this feature, but I’ll leave my feedback nonetheless. I have this third-party feature called “reaction in private messages," where members can express their reactions in private messages. Due to removing the hooks in v5, I was told this feature is impossible to recreate in v5; the only option is for IPS to include it in the core. This one feature is the one I missed the most in v5. I read it only takes one line of code to apply this feature. By any chance, can we react to private messages in v5?
Friday at 12:16 PM1 day For those that don't want it, it could be turned off. For those that argue, it should be something a third-party Dev picks up. The hook in v5 doesn't exist, so @Adriano Faria can't upgrade his resource that brought it.Reactions exist in every other area where comments are, except messages.
Friday at 02:06 PM1 day If it asks for one line of code, why doesn't the third-party developer put the line by himself!🤔
Friday at 02:26 PM1 day Not sure why this can’t be implemented (via 3rd party) using:A custom template inserted into the messageHave the custom template send data to a custom controller that will handle inserting/updating/etc the reaction data
Friday at 03:42 PM1 day 1 hour ago, Esther E. said:Not sure why this can’t be implemented (via 3rd party) using:A custom template inserted into the messageHave the custom template send data to a custom controller that will handle inserting/updating/etc the reaction dataThis is useful, perhaps something @Adriano Faria can look into it down the line.
Friday at 03:48 PM1 day No way. Absolutely not. I don’t need and don’t like to reinvent the wheel. Edited Friday at 04:11 PM1 day by Adriano Faria
Friday at 06:08 PM1 day Or… create your own class that extends Message and have that class use Reactable and you'll probably just be good to go.