R
ragtek
Guest
This add-on adds a usergroup permission, to be able to define which usergroup can have images in the signature, as discussed & suggested here

Images in existing signatures will stay, until you (or the user) delete them manually.
It's very easy to find users with images in signatures.
Search via phpmyadmin or an other sql client for %[img% in xf_user_profile.signature

Images in existing signatures will stay, until you (or the user) delete them manually.
It's very easy to find users with images in signatures.
Search via phpmyadmin or an other sql client for %[img% in xf_user_profile.signature
Code:
SELECT *
FROM `xf_user_profile`
WHERE `signature` LIKE '%[img%'
LIMIT 0 , 30