M Mic Member May 6, 2013 #1 Hi, Is it possible to show and use the language selector in the register form?
M Mic Member May 6, 2013 #4 We just want to allow the user to switch to the correct language at any time. Upvote 0 Downvote
Andrej Well-known member May 6, 2013 #5 Sorry I misread in which section this was posted. Upvote 0 Downvote
erich37 Well-known member May 6, 2013 #6 Mic said: Hi, Is it possible to show and use the language selector in the register form? Click to expand... maybe this ? http://xenforo.com/community/thread...e-url-when-running-forum-in-2-languages.8472/ http://xenforo.com/community/threads/language-switch-phrase.11165/ http://xenforo.com/community/threads/positioning-language-chooser-problem.10954/ Upvote 0 Downvote
Mic said: Hi, Is it possible to show and use the language selector in the register form? Click to expand... maybe this ? http://xenforo.com/community/thread...e-url-when-running-forum-in-2-languages.8472/ http://xenforo.com/community/threads/language-switch-phrase.11165/ http://xenforo.com/community/threads/positioning-language-chooser-problem.10954/
M Mic Member May 6, 2013 #7 I am able to show the language selector in this page. But, when I click on the link, it does not pop-up the selector window. It redirect to a full page. I just want to see the pop-up. This is what I added at the top of my register_form template. <div id="languageSelector"> <a href="{xen:link 'misc/language', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger" title="{xenhrase language_chooser}" rel="nofollow">{$visitorLanguage.title}</a> </div> Upvote 0 Downvote
I am able to show the language selector in this page. But, when I click on the link, it does not pop-up the selector window. It redirect to a full page. I just want to see the pop-up. This is what I added at the top of my register_form template. <div id="languageSelector"> <a href="{xen:link 'misc/language', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger" title="{xenhrase language_chooser}" rel="nofollow">{$visitorLanguage.title}</a> </div>