RichardKYA Well-known member Licensed customer Jan 31, 2016 #1 I'm creating my own emojis, so I want to delete all the current ones, is there a way to mass delete them? Can I just truncate the smilies and smilie_category tables or do I need to delete each one individually first? Thank you
I'm creating my own emojis, so I want to delete all the current ones, is there a way to mass delete them? Can I just truncate the smilies and smilie_category tables or do I need to delete each one individually first? Thank you
P Paul B XenForo moderator Staff member Licensed customer Jan 31, 2016 #2 That would probably do it but you will likely need to update the cache, which will happen the next time you save a smiley. Upvote 0 Downvote
That would probably do it but you will likely need to update the cache, which will happen the next time you save a smiley.
RichardKYA Well-known member Licensed customer Jan 31, 2016 #3 OK, that's good, didn't fancy the individual deleting method lol Thank you Upvote 0 Downvote