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

phpBB Custom Coding • Re: Set language to custom text on registration page

$
0
0
In ucp_register.html find

Code:

<!-- IF L_REG_COND --><dl><dd><strong>{L_REG_COND}</strong></dd></dl><!-- ENDIF -->
and change to

Code:

<!-- IF L_REG_COND --><dl><dd><strong>{L_REG_COND}</strong></dd></dl><!-- ELSE --> <dl><dd><strong>YOUR TEXT</strong></dd></dl><!-- ENDIF -->
If you use more then one language on your board you can set up a custom language string in the /language/en/common.php and use that

Statistics: Posted by Mannix_ — Thu Aug 29, 2024 4:48 pm



Viewing all articles
Browse latest Browse all 2476

Trending Articles