Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2483

[3.3.x] Support Forum • Re: Registration page language selection is empty on a single-language board

$
0
0
You can copy the "/template/ucp_register.html" file from prosilver to your style template folder, clear cache and see then how it looks.

Or if you search inside your style in the ucp_register.html file:

For: <!-- EVENT ucp_register_options_before -->

After that event the code should look like this:

Code:

{% if S_LANG_OPTIONS %}<dl><dt><label for="lang">{{ lang('LANGUAGE') ~ lang('COLON') }}</label></dt><dd><select name="lang" id="lang" onchange="change_language(this.value); return false;" tabindex="6" title="{{ lang('LANGUAGE') }}">{{ S_LANG_OPTIONS }}</select></dd></dl>{% endif %}

Statistics: Posted by Madalin10 — Fri Mar 07, 2025 10:17 am



Viewing all articles
Browse latest Browse all 2483

Trending Articles