(2024-03-29, 12:43 PM)JesterLee Wrote: Could you make the messages scrollable like instagram messaging? I can pay you for the customization.
Oh dear, somehow this message escaped my attention until now. Yes, I could do that for a fee. I now have some spare time in which to do that. Feel free to contact me privately to discuss.
(2024-05-20, 05:51 AM)Omar G. Wrote: Maybe message recall could be a nice feature to implement.
https://community.mybb.com/thread-241048.html
Yes, I agree, and that would probably be along the lines of the extensions to the delete functionality discussed in this current thread in posts #24 (HLFadmin), #26 (me), #28 (HLFadmin), and #29 (me). Here are some selected relevant quotes from those posts:
(2021-05-03, 07:11 AM)Laird Wrote:(2021-05-02, 03:16 PM)HLFadmin Wrote: A permission-based edit/delete capability would be useful in this regard.
Yes, and I've started a separate Git branch to work on this functionality. It will allow genuine deletion of message contents, i.e., at the database level, probably only by the author of the message, but I'm open to ideas on how this should work, and at which level(s) (conversation/group, user group, global) edit/delete permissions should function.
(2021-05-04, 04:31 AM)Laird Wrote: DB deletion will probably not remove the associated row in thecnv_messages
table entirely, only set itsmessage
field to NULL. This will be so that in the conversation view, message numbering does not change, and also so that, less importantly, also in conversation view, a "[Message deleted]" notice can be shown. (A couple of new columns will probably be added to support message deletion too, named something likedeleted_by
anddeletion_datetime
).
Permission-based message-deletion functionality hasn't yet been added to the roadmap, which has been stalled for a while as I've temporarily been focused on other tasks. Feel free to remind me if I haven't added it after some time.