XF 1.5 Link to login / language

diretur

Active member
Hi everybody,

I have 3 languages in my forums. On my WP site I would like to redirect the users to the login window in their language
Something like ../forum/login/language_id=2

What's the correct url?

Thanks
 
There isn't really a direct link as we generally require user confirmation to change a language. It may work for guests though with a URL similar to:
Code:
https://xenforo.com/community/misc/language?language_id=1&redirect=https%3A%2F%2Fxenforo.com%2Fcommunity%2F
 
There isn't really a direct link as we generally require user confirmation to change a language. It may work for guests though with a URL similar to:
Code:
https://xenforo.com/community/misc/language?language_id=1&redirect=https%3A%2F%2Fxenforo.com%2Fcommunity%2F

thanks
 
Top Bottom