I use xenforo only as a part of a bigger website. I have my website in two languages. You can switch from every page to the same page in another language.
from /index.php to /eng/index,php and back
or
/impressum.php to /eng/imprint.php
My xenforo is done int wo languages also. Users can change the language in two ways. The normal way bottom left with "Choose language" and at top left with the link:
/index.php?misc/language&language_id=1&_xfToken=1,1473934867,2...&redirect=/index.php
for englisch
or
/index.php?misc/language&language_id=2&_xfToken=1,1473934867,2...&redirect=/index.php
for german.
My problem is now to call the forums from all external pages. Because i dont want to include xf there, i have no xToken, but without xToken i cant call the forum in the right language.
I am shure that the programers of xenforo has thought about this problem, but i dont know how to call the forums with the right language from an external page. And i am shure that many people have this problem while having more than one language at their pages.
example.com/index.html
with links
Board in englisch => /forums/index.php?misc/language&language_id=1
Board in german => /forums/index.php?misc/language&language_id=2
dont do what it should do!
I really hope there is a solution, because it is absolutely not userfriendly to have a page in different languages, but show the forum maybe in the worng language.
from /index.php to /eng/index,php and back
or
/impressum.php to /eng/imprint.php
My xenforo is done int wo languages also. Users can change the language in two ways. The normal way bottom left with "Choose language" and at top left with the link:
/index.php?misc/language&language_id=1&_xfToken=1,1473934867,2...&redirect=/index.php
for englisch
or
/index.php?misc/language&language_id=2&_xfToken=1,1473934867,2...&redirect=/index.php
for german.
My problem is now to call the forums from all external pages. Because i dont want to include xf there, i have no xToken, but without xToken i cant call the forum in the right language.
I am shure that the programers of xenforo has thought about this problem, but i dont know how to call the forums with the right language from an external page. And i am shure that many people have this problem while having more than one language at their pages.
example.com/index.html
with links
Board in englisch => /forums/index.php?misc/language&language_id=1
Board in german => /forums/index.php?misc/language&language_id=2
dont do what it should do!
I really hope there is a solution, because it is absolutely not userfriendly to have a page in different languages, but show the forum maybe in the worng language.