Simple Machines Community Forum

SMF Development => Feature Requests => Topic started by: Speed King on May 24, 2022, 08:59:32 PM

Title: Likes given by deleted members
Post by: Speed King on May 24, 2022, 08:59:32 PM
Hello,

In my SMF 2.1.2 forum, there are users whose profiles were removed in the past.
Now their posts remain, and they are displayed as Guests.
Also, their likes given to other users' posts remain, but aren't displayed in popup window:

Click => (https://i.postimg.cc/qzMNDMZk/2022-05-25.png) (https://postimg.cc/qzMNDMZk)

I think these likes should be displayed as likes of regular members:

User {date}
Guest {date}
Title: Re: Likes given by deleted members
Post by: Oldiesmann on May 30, 2022, 09:41:03 PM
That would require rewriting some of the likes functionality. Guests can't like things and SMF doesn't store usernames with that information - only the user ID, content type ("msg" for posts, but designed so that mods can easily plug into that system as well), the content ID and a timestamp indicating when it was liked.