XF 2.2 How to ban certain links/websites

Jose_Matorral

Member
Licensed customer
Hello,

I do not want to allow users to post links to certain pages (some social networks, some paid websites...)

Currently I try to do it with the "Censoring->Words to censor" tool but I don't know how to use it effectively for this purpose.

Any solution?

Thank you
 
Interesting add-on, but it is not what i'm looking for, it is similar to the censoring tool.

I need something that hidden a url, not only a part of it.

Example: twitter.com/user. I want to hidden the entire link, not only the domain name.

Thanks @AndyB ;)
 
I need something that hidden a url, not only a part of it.
This would definitely need some custom development.

As XenForo censoring currently sits using wildcards before and/or after a censored word will still displays those characters and only censor the nonwildcard characters.

Censored word:
Code:
*twitter.com/*
Would show: https://***********/username

Not sure why it is this way, but it is. Would make more sense to censor everything from the prior space to the next space.
 
Have you find any thing that does the above?

I would like to ban certain twitter accounts not be embeded in post.
 
Back
Top Bottom