By User on Sunday, 03 March 2019
Posted in General Issues
Replies 1
Likes 0
Views 438
Votes 0
Hello.
1. userA sended friend requast to userB.
2. Following application was turned off
3. userA added userB as friend.
Result: Notification list display: COM_EASYSOCIAL_PROFILE_FOLLOWED_SYSTEM_TITLE
I don't plan to use Following feature (at the moment).
Can you please erase say how to delete those following system notification from your database?
And how to prevent it on future?
Thanks.
Original topic
I've help you execute this following SQL on your database, it should removed all those following system notification, as long as you have disable that follower app, it shouldn't generate this system notification in the future.


// Replace your table prefix
DELETE FROM `#__social_notifications` where `cmd` = 'profile.followed';
·
Sunday, 03 March 2019 09:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post