That would require a template edit and additional line in the language file.
In styles/prosilver/template/ucp_register.html (line 52)Replace with:Then in language/en/ucp.php (line 188)After add:Then clear cache and refresh browser to view.
In styles/prosilver/template/ucp_register.html (line 52)
Code:
<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label></dt>
Code:
<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label><br /><span>{L_EMAIL_EXPLAIN}</span></dt>
Code:
'EMAIL_BANNED_EMAIL'=> 'The email address you entered is not allowed to be used.',
Code:
'EMAIL_EXPLAIN'=> 'Your Email explination.',
Statistics: Posted by Sniper_E — Thu Sep 19, 2024 3:31 pm