Lack of interest No censor action on URLs

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.
This suggestion has been closed. Votes are no longer accepted.
Censoring in URLs is intentional - it's commonly done to block people from posting certain URLs.
 
I use the censoring feature for correct/expand/capitalize common words like google=Google xenforo=XenForo xf=XenForo etc.
Censoring is active in URL text also, so an URL like this: http://xenforo.com.... became http://XenForo.com... and sometimes this brake the URL.

Is it possible to disable censoring function in URL text only?
 
I love the features because increment the forum reading and SEO effect. But there are places where censor feature must be disabled for ensure correct forum operations.

Ragtek just you! :whistle:
Why not develop an add-on? :P
 
Because it's not possible:(

The censor happens on output and you would need to edit ALL templates and remove {xen:string censor, from the template where you don't need this
 
Because it's not possible:(

The censor happens on output and you would need to edit ALL templates and remove {xen:string censor, from the template where you don't need this
You could write your own censor function that can possibly determine if it is censoring URLs and such and then overriding the actual one through an event listener and doing:
PHP:
XenForo_Template_Helper_Core::$helperCallbacks['censor'] = array('Your_Addon', 'censorString');
 
I would like to see HTML allowed in censor replacement text. This will allow for people to swap images in for bad words as well as replace words with links.

Any ideas anyone? RagTek? KK?
 
Top Bottom