... contains all the discussions in the same language at the same time?
While looking at the code to see how it switches locales I saw this two examples:
a) http://example.com/discussions?locale=de-DE
b) var vanilla_embed_locale = 'de-DE';
I tried both and although in my test neither one changed locale, I realized that the plugin is more flexible than I thought (honestly I thought that the plugin had to be used only through the links that it ads to the footer) and that it might well solve my problem... if only I would be able to understand how to use it properly :(
Thanks a lot!
Answers
i am interested in this too
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Yeah, use CSS to hide the links it adds to the footer, then add your own links to the category(s) with ?locale=de-DE (or whatever locale you're using) on the end. That'd probably work.
Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •