sweetpotato Active member Licensed customer Jul 22, 2013 #1 My site has a log of signature spam I think I should apply signature permission for new members. How to erase all new members current signature please? Thanks,
My site has a log of signature spam I think I should apply signature permission for new members. How to erase all new members current signature please? Thanks,
Jeremy in memoriam 1991-2020 Licensed customer Jul 22, 2013 #2 Use the batch user management tools. Upvote 0 Downvote
R rdn Well-known member Licensed customer Jul 22, 2013 #3 Run this query in your database: Code: UPDATE xf_user_profile SET signature = ''; Upvote 0 Downvote
P Paul B XenForo moderator Staff member Licensed customer Jul 22, 2013 #4 @RoldanLT that is no longer required if running 1.2. See here: http://xenforo.com/community/threads/user-management-improvements.46217/ Upvote 0 Downvote
@RoldanLT that is no longer required if running 1.2. See here: http://xenforo.com/community/threads/user-management-improvements.46217/