Payment system using stripe with support for subscriptions and one time payments, and can perform actions (ban user, remove from group, etc) if someone charges back the payment.
Plugin to mask email address
-
My users just won't stop posting their email address publicly to the forums so to help protect them, I'd like to mask any email address in a post, unless you're logged in (and not banned).
Is there anything already out there like that?
-
You might be able to use nodebb-plugin-embed to match for regex patterns and replace them with
(hidden email)
-
@PitaJ said in Plugin to mask email address:
You might be able to use nodebb-plugin-embed to match for regex patterns and replace them with
(hidden email)
This one? https://github.com/NicolasSiver/nodebb-plugin-ns-embed
-
@djensen47 yeah that's the one I was talking about
-
Thanks! Might be a good stop gap. I just need a way to turn off the masking for logged in users.