I would like a switch to disable for all non-native vb scripts like ibproarcade, vbblogs etc that would be a nice option. Hope this gets included.
I would like a switch to disable for all non-native vb scripts like ibproarcade, vbblogs etc that would be a nice option. Hope this gets included.
Right now if it is in forum path then it is allowed to translate.
We can add option to specify URLs which will be ignored - so no flags for those and if someone will go there with translated link, then he will get redirect to normal page. Is this solution is ok?
That would be just as good if not better!
Ok so. If you can give us some examples of URLs you want to have blocked. We want to determine does it will require to support regular expression (worst for performance) or it will be enough o just check does URL contains some string.
Here is a few we may want to block:
/blog.php or /blogs/
all_albums.php or /teen-pictures-photos/
/arcade.php
We would love to just be able to block the blog control panel url which is:
blog_inlinemod.php instead of the whole blog.
Looking forward to this
Hope that helps
OK so we will start from simple strings and if it will be necessary then we will add regular expressions support.
So we will add new option where in text area you can determine URLs which will not be supported in translations. Each line will be for separate URL. You can define only part of URL - because if actual URL will include (as a part of itself) any of ignored URLs then it will be not supported.
That sounds great! Thank you vBet
Done - will be included in 3.3.0
For ignored URLs there will be no flags, no possibility to translate (redirection if someone will try) and no translation tracking.
Awesome! Looking forward to this realease!