Stop autolinking of own bbcodes

How can i stop the autolinker for own tags which i've created?
I've included in XenForo_BbCode_Formatter_BbCode_AutoLink includes

PHP:
protected $_disableAutoLink = array('url', 'email', 'img', 'code', 'php', 'html', 'plain', 'playstore', 'itunes', 'winshop');

my tags, but they're still changed so instead of

[playstore]https://play.google.com/store/apps/details?id=com.rageconsulting.android.lightflow&hl=en[/playstore]

i'm getting
[playstore][url]https://play.google.com/store/apps/details?id=com.rageconsulting.android.lightflow&hl=en[/url][/playstore]

Which is breaking the whole forum because url shouldn't be there.
 
How can i stop the autolinker for own tags which i've created?
I've included in XenForo_BbCode_Formatter_BbCode_AutoLink includes

PHP:
protected $_disableAutoLink = array('url', 'email', 'img', 'code', 'php', 'html', 'plain', 'playstore', 'itunes', 'winshop');

my tags, but they're still changed so instead of

[playstore]https://play.google.com/store/apps/details?id=com.rageconsulting.android.lightflow&hl=en[/playstore]

i'm getting
[playstore][url]https://play.google.com/store/apps/details?id=com.rageconsulting.android.lightflow&hl=en[/url][/playstore]

Which is breaking the whole forum because url shouldn't be there.
Easiest solution, use the BBCM (> v1.3.5).
Otherwise, read this.
 
Top Bottom