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

phpBB Custom Coding • Re: Add Email explain in registration

$
0
0
That would require a template edit and additional line in the language file.

In styles/prosilver/template/ucp_register.html (line 52)

Code:

<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label></dt>
Replace with:

Code:

<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label><br /><span>{L_EMAIL_EXPLAIN}</span></dt>
Then in language/en/ucp.php (line 188)

Code:

'EMAIL_BANNED_EMAIL'=> 'The email address you entered is not allowed to be used.',
After add:

Code:

'EMAIL_EXPLAIN'=> 'Your Email explination.',
Then clear cache and refresh browser to view.

Statistics: Posted by Sniper_E — Thu Sep 19, 2024 3:31 pm



Viewing all articles
Browse latest Browse all 2067

Trending Articles