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

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

$
0
0
Generally speaking you would edit the text in the language files for both languages. For example if you open the template /styles/prosilver/template/index_body.html near the top you'll find L_MARK_FORUMS_READ The prefix L_ indicates it's text from the active language pack. You can search forMARK_FORUMS_READ in any language pack, in the English pack around line 426 of /language/en/common.php you'll find:

Code:

'MARK_FORUMS_READ'=> 'Mark forums read',
There is going to be corresponding entry in every language pack so if you wanted to edit this entry just do it for each language pack. If it's custom entry you are adding just add it to each language pack and add the placeholder to the template.

Statistics: Posted by thecoalman — Thu Aug 29, 2024 2:44 pm



Viewing all articles
Browse latest Browse all 1998

Trending Articles